Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.api
Interface DocumentLocation

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DocumentLocationImpl, ExtendedDocumentLocation

public interface DocumentLocation
extends java.io.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
 java.lang.String getServerName()
          Returns the document server name.
 

Method Detail

getServerName

java.lang.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.