Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.api.PathRef

Packages that use PathRef
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.api.impl   
org.nuxeo.ecm.core.api.security The core interfaces for managing security (access rights) in Nuxeo Core. 
org.nuxeo.ecm.core.api.security.impl Implementation of the access control interfaces. 
org.nuxeo.ecm.core.management.storage   
 

Uses of PathRef in org.nuxeo.ecm.core.api
 

Methods in org.nuxeo.ecm.core.api that return PathRef
 PathRef DocumentLocation.getPathRef()
          Returns the document path reference
 

Uses of PathRef in org.nuxeo.ecm.core.api.impl
 

Methods in org.nuxeo.ecm.core.api.impl that return PathRef
 PathRef DocumentLocationImpl.getPathRef()
           
 

Constructors in org.nuxeo.ecm.core.api.impl with parameters of type PathRef
DocumentLocationImpl(String serverName, IdRef idRef, PathRef pathRef)
           
 

Uses of PathRef in org.nuxeo.ecm.core.api.security
 

Methods in org.nuxeo.ecm.core.api.security that return PathRef
 PathRef SecuritySummaryEntry.getDocPath()
           
 

Uses of PathRef in org.nuxeo.ecm.core.api.security.impl
 

Methods in org.nuxeo.ecm.core.api.security.impl that return PathRef
 PathRef SecuritySummaryEntryImpl.getDocPath()
           
 

Constructors in org.nuxeo.ecm.core.api.security.impl with parameters of type PathRef
SecuritySummaryEntryImpl(IdRef idRef, PathRef docPath, ACP acp)
           
 

Uses of PathRef in org.nuxeo.ecm.core.management.storage
 

Methods in org.nuxeo.ecm.core.management.storage that return PathRef
static PathRef DocumentStoreManager.newPath(String... components)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.