Class ResourceContent


  • public class ResourceContent
    extends java.lang.Object
    This will handle the last objects created in repository On some protocols, the location of the content created has a prefixed keyword Example: smb://
    :/Sites/.... In some cases we want to assert the existance of this resources using just the CMIS path so /Sites/.... stripping the protocol prefix. This class will do exactly this.
    • Constructor Detail

      • ResourceContent

        public ResourceContent​(DSLProtocol<?> protocol)
    • Method Detail

      • getFullPath

        public java.lang.String getFullPath()
      • getPathWithoutPrefix

        public java.lang.String getPathWithoutPrefix()
      • setFullPath

        public void setFullPath​(java.lang.String lastData)