Package org.nuxeo.ecm.core.api
Interface DocumentLocation
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DocumentLocationImpl
public interface DocumentLocation extends Serializable
Document server name with its unique identifier within this server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentRefgetDocRef()Returns the document reference.IdRefgetIdRef()Returns the document id referencePathRefgetPathRef()Returns the document path referenceStringgetServerName()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
-
-