Uses of Class
org.nuxeo.ecm.core.api.PathRef
Packages that use PathRef
Package
Description
-
Uses of PathRef in org.nuxeo.ecm.core.api
Fields in org.nuxeo.ecm.core.api declared as PathRefMethods in org.nuxeo.ecm.core.api that return PathRefModifier and TypeMethodDescriptionDocumentLocation.getPathRef()
Returns the document path referenceConstructors in org.nuxeo.ecm.core.api with parameters of type PathRef -
Uses of PathRef in org.nuxeo.ecm.core.api.impl
Methods in org.nuxeo.ecm.core.api.impl that return PathRefConstructors in org.nuxeo.ecm.core.api.impl with parameters of type PathRefModifierConstructorDescriptionDocumentLocationImpl
(String serverName, IdRef idRef, PathRef pathRef) -
Uses of PathRef in org.nuxeo.ecm.core.management.storage
Methods in org.nuxeo.ecm.core.management.storage that return PathRef -
Uses of PathRef in org.nuxeo.ecm.platform.userworkspace.core.service
Methods in org.nuxeo.ecm.platform.userworkspace.core.service that return PathRefModifier and TypeMethodDescriptionprotected PathRef
AbstractUserWorkspaceImpl.getExistingUserWorkspace
(CoreSession session, PathRef rootref, NuxeoPrincipal principal, String username) protected PathRef
AbstractUserWorkspaceImpl.getExistingUserWorkspaceRoot
(CoreSession session, String username) Methods in org.nuxeo.ecm.platform.userworkspace.core.service with parameters of type PathRefModifier and TypeMethodDescriptionprotected abstract DocumentModel
AbstractUserWorkspaceImpl.doCreateUserWorkspace
(CoreSession unrestrictedSession, PathRef wsRef, String username) protected DocumentModel
DefaultUserWorkspaceServiceImpl.doCreateUserWorkspace
(CoreSession unrestrictedSession, PathRef wsRef, String userName) protected abstract DocumentModel
AbstractUserWorkspaceImpl.doCreateUserWorkspacesRoot
(CoreSession unrestrictedSession, PathRef rootRef) protected DocumentModel
DefaultUserWorkspaceServiceImpl.doCreateUserWorkspacesRoot
(CoreSession unrestrictedSession, PathRef rootRef) protected PathRef
AbstractUserWorkspaceImpl.getExistingUserWorkspace
(CoreSession session, PathRef rootref, NuxeoPrincipal principal, String username)