Package org.alfresco.opencmis.dictionary
Interface CMISNodeInfo
public interface CMISNodeInfo
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()getPath()getType()booleanhasPWC()booleanbooleanbooleanisFolder()booleanisItem()booleanbooleanbooleanbooleanisPWC()booleanbooleanbooleanbooleanvoidputPropertyValue(String id, Serializable value)
-
Method Details
-
getObjectId
String getObjectId() -
getObjectVariant
CMISObjectVariant getObjectVariant() -
isVariant
-
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
TypeDefinitionWrapper 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
-
containsPropertyValue
-
putPropertyValue
-
getParents
List<CMISNodeInfo> getParents() -
getNodeProps
Map<QName,Serializable> getNodeProps() -
getNodeAspects
-