Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api
Interface DocumentLocation

All Superinterfaces:
Serializable
All Known Implementing Classes:
DocumentLocationImpl, ExtendedDocumentLocation

public interface DocumentLocation
extends Serializable

Document server name with its unique identifier within this server.


Method Summary
 DocumentRef getDocRef()
          Returns the document reference.
 IdRef getIdRef()
          Returns the document id reference
 PathRef getPathRef()
          Returns the document path reference
 String getServerName()
          Returns the document server name.
 

Method Detail

getServerName

String getServerName()
Returns the document server name.


getDocRef

DocumentRef getDocRef()
Returns the document reference.


getPathRef

PathRef getPathRef()
Returns the document path reference


getIdRef

IdRef getIdRef()
Returns the document id reference


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.