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 DocumentRef
getDocRef()
Returns the document reference.IdRef
getIdRef()
Returns the document id referencePathRef
getPathRef()
Returns the document path referenceString
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
-
-