Uses of Class
org.nuxeo.ecm.core.api.PathRef
-
Packages that use PathRef Package Description org.nuxeo.ecm.core.api org.nuxeo.ecm.core.api.impl org.nuxeo.ecm.core.management.storage org.nuxeo.ecm.platform.userworkspace.core.service org.nuxeo.ecm.webdav.backend -
-
Uses of PathRef in org.nuxeo.ecm.core.api
Fields in org.nuxeo.ecm.core.api declared as PathRef Modifier and Type Field Description protected static PathRef
AbstractSession. EMPTY_PATH
Methods in org.nuxeo.ecm.core.api that return PathRef Modifier and Type Method Description PathRef
DocumentLocation. getPathRef()
Returns the document path referenceConstructors in org.nuxeo.ecm.core.api with parameters of type PathRef Constructor Description PathRef(PathRef parentRef, String name)
-
Uses of PathRef in org.nuxeo.ecm.core.api.impl
Methods in org.nuxeo.ecm.core.api.impl that return PathRef Modifier and Type Method Description PathRef
DocumentLocationImpl. getPathRef()
Constructors in org.nuxeo.ecm.core.api.impl with parameters of type PathRef Constructor Description DocumentLocationImpl(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 Modifier and Type Method Description static PathRef
DocumentStoreManager. newPath(String... components)
-
Uses of PathRef in org.nuxeo.ecm.platform.userworkspace.core.service
Methods in org.nuxeo.ecm.platform.userworkspace.core.service that return PathRef Modifier and Type Method Description protected 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 PathRef Modifier and Type Method Description protected 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
Methods in org.nuxeo.ecm.webdav.backend with parameters of type PathRef Modifier and Type Method Description DocumentModel
AbstractVirtualBackend. copyItem(DocumentModel source, PathRef targetParentRef)
DocumentModel
Backend. copyItem(DocumentModel source, PathRef targetParentRef)
DocumentModel
SimpleBackend. copyItem(DocumentModel source, PathRef targetParentRef)
DocumentModel
AbstractVirtualBackend. moveItem(DocumentModel source, PathRef targetParentRef)
DocumentModel
Backend. moveItem(DocumentModel source, PathRef targetParentRef)
Deprecated.since 10.10, unusedDocumentModel
SimpleBackend. moveItem(DocumentModel source, PathRef targetParentRef)
-