public class DocumentLocationImpl extends Object implements DocumentLocation
| Constructor and Description |
|---|
DocumentLocationImpl(DocumentModel doc) |
DocumentLocationImpl(String serverName,
DocumentRef docRef) |
DocumentLocationImpl(String serverName,
IdRef idRef,
PathRef pathRef) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
int |
hashCode() |
String |
toString() |
public DocumentLocationImpl(DocumentModel doc)
public DocumentLocationImpl(String serverName, IdRef idRef, PathRef pathRef)
public DocumentLocationImpl(String serverName, DocumentRef docRef)
public DocumentRef getDocRef()
DocumentLocationgetDocRef in interface DocumentLocationpublic String getServerName()
DocumentLocationgetServerName in interface DocumentLocationpublic IdRef getIdRef()
DocumentLocationgetIdRef in interface DocumentLocationpublic PathRef getPathRef()
DocumentLocationgetPathRef in interface DocumentLocationCopyright © 2019 Nuxeo. All rights reserved.