Uses of Class
org.alfresco.rest.api.model.PathInfo
-
Packages that use PathInfo Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.model -
-
Uses of PathInfo in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return PathInfo Modifier and Type Method Description PathInfoNodes. lookupPathInfo(NodeRef nodeRefIn, ChildAssociationRef archivedParentAssoc)Returns the path to the given nodeRefnodeRefInor the archived nodeRefarchivedParentAssoc. -
Uses of PathInfo in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return PathInfo Modifier and Type Method Description PathInfoNodesImpl. lookupPathInfo(NodeRef nodeRefIn, ChildAssociationRef archivedParentAssoc) -
Uses of PathInfo in org.alfresco.rest.api.model
Fields in org.alfresco.rest.api.model declared as PathInfo Modifier and Type Field Description protected PathInfoNode. pathInfoMethods in org.alfresco.rest.api.model that return PathInfo Modifier and Type Method Description PathInfoNode. getPath()PathInfoQuickShareLink. getPath()Methods in org.alfresco.rest.api.model with parameters of type PathInfo Modifier and Type Method Description voidNode. setPath(PathInfo pathInfo)voidQuickShareLink. setPath(PathInfo pathInfo)
-