Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use IdRef
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. 
 

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

Methods in org.nuxeo.ecm.core.api that return IdRef
 IdRef DocumentLocation.getIdRef()
          Returns the document id reference
 

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

Methods in org.nuxeo.ecm.core.api.impl that return IdRef
 IdRef DocumentLocationImpl.getIdRef()
           
 

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

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

Methods in org.nuxeo.ecm.core.api.security that return IdRef
 IdRef SecuritySummaryEntry.getIdRef()
           
 

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

Methods in org.nuxeo.ecm.core.api.security.impl that return IdRef
 IdRef SecuritySummaryEntryImpl.getIdRef()
           
 

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


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.