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()
DocumentLocation
getDocRef
in interface DocumentLocation
public String getServerName()
DocumentLocation
getServerName
in interface DocumentLocation
public IdRef getIdRef()
DocumentLocation
getIdRef
in interface DocumentLocation
public PathRef getPathRef()
DocumentLocation
getPathRef
in interface DocumentLocation
Copyright © 2018 Nuxeo. All rights reserved.