public class DocumentPathElement extends Object implements PathElement
| Modifier and Type | Field and Description | 
|---|---|
protected DocumentModel | 
docModel  | 
static String | 
TYPE  | 
| Constructor and Description | 
|---|
DocumentPathElement(DocumentModel docModel)  | 
| Modifier and Type | Method and Description | 
|---|---|
DocumentModel | 
getDocumentModel()  | 
String | 
getName()  | 
String | 
getType()  | 
boolean | 
isLink()  | 
public static final String TYPE
protected final DocumentModel docModel
public DocumentPathElement(DocumentModel docModel)
public String getName()
getName in interface PathElementpublic DocumentModel getDocumentModel()
public String getType()
getType in interface PathElementpublic boolean isLink()
isLink in interface PathElementCopyright © 2019 Nuxeo. All rights reserved.