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 PathInfo
Nodes. lookupPathInfo(org.alfresco.service.cmr.repository.NodeRef nodeRefIn, org.alfresco.service.cmr.repository.ChildAssociationRef archivedParentAssoc)
Returns the path to the given nodeRefnodeRefIn
or 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 PathInfo
NodesImpl. lookupPathInfo(org.alfresco.service.cmr.repository.NodeRef nodeRefIn, org.alfresco.service.cmr.repository.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 PathInfo
Node. pathInfo
Methods in org.alfresco.rest.api.model that return PathInfo Modifier and Type Method Description PathInfo
Node. getPath()
PathInfo
QuickShareLink. getPath()
Methods in org.alfresco.rest.api.model with parameters of type PathInfo Modifier and Type Method Description void
Node. setPath(PathInfo pathInfo)
void
QuickShareLink. setPath(PathInfo pathInfo)
-