Uses of Class
org.nuxeo.ecm.core.api.PathRef
Package
Description
-
Uses of PathRef in org.nuxeo.ecm.core.api
Modifier and TypeMethodDescriptionDocumentLocation.getPathRef()
Returns the document path reference -
Uses of PathRef in org.nuxeo.ecm.core.api.impl
ModifierConstructorDescriptionDocumentLocationImpl
(String serverName, IdRef idRef, PathRef pathRef) -
Uses of PathRef in org.nuxeo.ecm.core.management.storage
-
Uses of PathRef in org.nuxeo.ecm.platform.userworkspace.core.service
Modifier and TypeMethodDescriptionprotected PathRef
AbstractUserWorkspaceImpl.getExistingUserWorkspace
(CoreSession session, PathRef rootref, NuxeoPrincipal principal, String username) protected PathRef
AbstractUserWorkspaceImpl.getExistingUserWorkspaceRoot
(CoreSession session, String username) Modifier 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) -
Uses of PathRef in org.nuxeo.ecm.webdav.backend
Modifier and TypeMethodDescriptionAbstractVirtualBackend.copyItem
(DocumentModel source, PathRef targetParentRef) Backend.copyItem
(DocumentModel source, PathRef targetParentRef) SimpleBackend.copyItem
(DocumentModel source, PathRef targetParentRef) AbstractVirtualBackend.moveItem
(DocumentModel source, PathRef targetParentRef) Backend.moveItem
(DocumentModel source, PathRef targetParentRef) Deprecated.since 10.10, unusedSimpleBackend.moveItem
(DocumentModel source, PathRef targetParentRef)