Class CheckIn


  • public class CheckIn
    extends java.lang.Object
    DSL pertaining only to check in a Document
    • Constructor Detail

    • Method Detail

      • withMajorVersion

        public CheckIn withMajorVersion()
      • withMinorVersion

        public CheckIn withMinorVersion()
      • withContent

        public CheckIn withContent​(java.lang.String content)
      • withoutComment

        public CheckIn withoutComment()
      • withComment

        public CheckIn withComment​(java.lang.String comment)
      • checkIn

        public CmisWrapper checkIn()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • checkIn

        public CmisWrapper checkIn​(java.util.Map<java.lang.String,​?> properties)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception