Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.relations.web
Interface NodeInfo

All Superinterfaces:
Cloneable, Comparable<Node>, Node, Serializable
All Known Implementing Classes:
NodeInfoImpl

public interface NodeInfo
extends Node

Node representation for easier display.

Author:
Anahide Tchertchian

Method Summary
 String getAction()
           
 DocumentModel getDocumentModel()
           
 String getHref()
           
 String getIcon()
           
 String getTitle()
           
 boolean isDocument()
           
 boolean isDocumentVisible()
           
 boolean isLink()
           
 boolean isText()
           
 
Methods inherited from interface org.nuxeo.ecm.platform.relations.api.Node
getNodeType, isBlank, isLiteral, isQNameResource, isResource
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

isLink

boolean isLink()

isText

boolean isText()

isDocument

boolean isDocument()

isDocumentVisible

boolean isDocumentVisible()

getDocumentModel

DocumentModel getDocumentModel()

getHref

String getHref()

getAction

String getAction()

getTitle

String getTitle()

getIcon

String getIcon()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.