Uses of Interface
org.alfresco.opencmis.dictionary.CMISNodeInfo
-
Packages that use CMISNodeInfo Package Description org.alfresco.opencmis.dictionary org.alfresco.opencmis.search -
-
Uses of CMISNodeInfo in org.alfresco.opencmis.dictionary
Methods in org.alfresco.opencmis.dictionary that return CMISNodeInfo Modifier and Type Method Description CMISNodeInfo
CMISPropertyAccessor. createNodeInfo(AssociationRef assocRef)
Creates a node info object form the given association ref.CMISNodeInfo
CMISPropertyAccessor. createNodeInfo(NodeRef nodeRef)
Creates a node info object form the given node ref.Methods in org.alfresco.opencmis.dictionary that return types with arguments of type CMISNodeInfo Modifier and Type Method Description java.util.List<CMISNodeInfo>
CMISNodeInfo. getParents()
Methods in org.alfresco.opencmis.dictionary with parameters of type CMISNodeInfo Modifier and Type Method Description java.io.Serializable
CMISPropertyAccessor. getValue(CMISNodeInfo nodeInfo)
Get the property value for a node or an associationboolean
CMISActionEvaluator. isAllowed(CMISNodeInfo nodeInfo)
Determines if an action is allowed on an object -
Uses of CMISNodeInfo in org.alfresco.opencmis.search
Method parameters in org.alfresco.opencmis.search with type arguments of type CMISNodeInfo Modifier and Type Method Description void
CmisFunctionEvaluationContext. setNodeInfos(java.util.Map<NodeRef,CMISNodeInfo> nodeInfos)
-