Class ResourceContent

java.lang.Object
org.alfresco.utility.data.ResourceContent

public class ResourceContent extends 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 Details

    • ResourceContent

      public ResourceContent(DSLProtocol<?> protocol)
  • Method Details

    • getFullPath

      public String getFullPath()
    • getPathWithoutPrefix

      public String getPathWithoutPrefix()
    • setFullPath

      public void setFullPath(String lastData)