Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.pathelements
Class DocumentPathElement

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.pathelements.DocumentPathElement
All Implemented Interfaces:
Serializable, PathElement
Direct Known Subclasses:
HiddenDocumentPathElement, VersionDocumentPathElement

public class DocumentPathElement
extends Object
implements PathElement

Author:
George Lefter
See Also:
Serialized Form

Field Summary
static String TYPE
           
 
Constructor Summary
DocumentPathElement(DocumentModel docModel)
           
 
Method Summary
 DocumentModel getDocumentModel()
           
 String getName()
           
 String getType()
           
 boolean isLink()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

DocumentPathElement

public DocumentPathElement(DocumentModel docModel)
Method Detail

getName

public String getName()
Specified by:
getName in interface PathElement

getDocumentModel

public DocumentModel getDocumentModel()

getType

public String getType()
Specified by:
getType in interface PathElement

isLink

public boolean isLink()
Specified by:
isLink in interface PathElement

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.