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 PathRefAbstractSession. EMPTY_PATHMethods in org.nuxeo.ecm.core.api that return PathRef Modifier and Type Method Description PathRefDocumentLocation. 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 PathRefDocumentLocationImpl. 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 PathRefDocumentStoreManager. 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 PathRefAbstractUserWorkspaceImpl. getExistingUserWorkspace(CoreSession session, PathRef rootref, NuxeoPrincipal principal, String username)protected PathRefAbstractUserWorkspaceImpl. 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 DocumentModelAbstractUserWorkspaceImpl. doCreateUserWorkspace(CoreSession unrestrictedSession, PathRef wsRef, String username)protected DocumentModelDefaultUserWorkspaceServiceImpl. doCreateUserWorkspace(CoreSession unrestrictedSession, PathRef wsRef, String userName)protected abstract DocumentModelAbstractUserWorkspaceImpl. doCreateUserWorkspacesRoot(CoreSession unrestrictedSession, PathRef rootRef)protected DocumentModelDefaultUserWorkspaceServiceImpl. doCreateUserWorkspacesRoot(CoreSession unrestrictedSession, PathRef rootRef)protected PathRefAbstractUserWorkspaceImpl. 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 DocumentModelAbstractVirtualBackend. copyItem(DocumentModel source, PathRef targetParentRef)DocumentModelBackend. copyItem(DocumentModel source, PathRef targetParentRef)DocumentModelSimpleBackend. copyItem(DocumentModel source, PathRef targetParentRef)DocumentModelAbstractVirtualBackend. moveItem(DocumentModel source, PathRef targetParentRef)DocumentModelBackend. moveItem(DocumentModel source, PathRef targetParentRef)Deprecated.since 10.10, unusedDocumentModelSimpleBackend. moveItem(DocumentModel source, PathRef targetParentRef)
-