Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.api.impl
Class DocumentLocationImpl

java.lang.Object
  extended by org.nuxeo.ecm.core.api.impl.DocumentLocationImpl
All Implemented Interfaces:
java.io.Serializable, DocumentLocation
Direct Known Subclasses:
ExtendedDocumentLocation

public class DocumentLocationImpl
extends java.lang.Object
implements DocumentLocation

See Also:
Serialized Form

Constructor Summary
DocumentLocationImpl(DocumentModel doc)
           
DocumentLocationImpl(java.lang.String serverName, DocumentRef docRef)
           
DocumentLocationImpl(java.lang.String serverName, IdRef idRef, PathRef pathRef)
           
 
Method Summary
 DocumentRef getDocRef()
          Returns the document reference.
 IdRef getIdRef()
          Returns the document id reference
 PathRef getPathRef()
          Returns the document path reference
 java.lang.String getServerName()
          Returns the document server name.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentLocationImpl

public DocumentLocationImpl(DocumentModel doc)

DocumentLocationImpl

public DocumentLocationImpl(java.lang.String serverName,
                            IdRef idRef,
                            PathRef pathRef)

DocumentLocationImpl

public DocumentLocationImpl(java.lang.String serverName,
                            DocumentRef docRef)
Method Detail

getDocRef

public DocumentRef getDocRef()
Description copied from interface: DocumentLocation
Returns the document reference.

Specified by:
getDocRef in interface DocumentLocation

getServerName

public java.lang.String getServerName()
Description copied from interface: DocumentLocation
Returns the document server name.

Specified by:
getServerName in interface DocumentLocation

getIdRef

public IdRef getIdRef()
Description copied from interface: DocumentLocation
Returns the document id reference

Specified by:
getIdRef in interface DocumentLocation

getPathRef

public PathRef getPathRef()
Description copied from interface: DocumentLocation
Returns the document path reference

Specified by:
getPathRef in interface DocumentLocation

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.