Interface CMISNodeInfo


public interface CMISNodeInfo
  • Method Details

    • getObjectId

      String getObjectId()
    • getObjectVariant

      CMISObjectVariant getObjectVariant()
    • isVariant

      boolean isVariant(CMISObjectVariant var)
    • getNodeRef

      NodeRef getNodeRef()
    • getCurrentNodeId

      String getCurrentNodeId()
    • getCurrentNodeNodeRef

      NodeRef getCurrentNodeNodeRef()
    • getCurrentObjectId

      String getCurrentObjectId()
    • isCurrentVersion

      boolean isCurrentVersion()
    • isPWC

      boolean isPWC()
    • hasPWC

      boolean hasPWC()
    • isVersion

      boolean isVersion()
    • isLatestVersion

      boolean isLatestVersion()
    • isLatestMajorVersion

      boolean isLatestMajorVersion()
    • isMajorVersion

      boolean isMajorVersion()
    • getVersionLabel

      String getVersionLabel()
    • getCheckinComment

      String getCheckinComment()
    • getAssociationRef

      AssociationRef getAssociationRef()
    • getType

    • isFolder

      boolean isFolder()
    • isRootFolder

      boolean isRootFolder()
    • isDocument

      boolean isDocument()
    • isRelationship

      boolean isRelationship()
    • isItem

      boolean isItem()
    • getName

      String getName()
    • getPath

      String getPath()
    • getCreationDate

      Serializable getCreationDate()
    • getModificationDate

      Serializable getModificationDate()
    • getPropertyValue

      Serializable getPropertyValue(String id)
    • containsPropertyValue

      boolean containsPropertyValue(String id)
    • putPropertyValue

      void putPropertyValue(String id, Serializable value)
    • getParents

      List<CMISNodeInfo> getParents()
    • getNodeProps

      Map<QName,Serializable> getNodeProps()
    • getNodeAspects

      Set<QName> getNodeAspects()