Nuxeo Enterprise Platform 5.4

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

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable<Node>, Node, java.io.Serializable
All Known Implementing Classes:
NodeInfoImpl

public interface NodeInfo
extends Node

Node representation for easier display.

Author:
Anahide Tchertchian

Method Summary
 java.lang.String getAction()
           
 DocumentModel getDocumentModel()
           
 java.lang.String getHref()
           
 java.lang.String getIcon()
           
 java.lang.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

java.lang.String getHref()

getAction

java.lang.String getAction()

getTitle

java.lang.String getTitle()

getIcon

java.lang.String getIcon()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.