Package org.nuxeo.ecm.core.api
Interface DocumentLocation
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DocumentLocationImpl
Document server name with its unique identifier within this server.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the document reference.getIdRef()
Returns the document id referenceReturns the document path referenceReturns the document server name.
-
Method Details
-
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
-