Nuxeo Enterprise Platform 5.4

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

All Superinterfaces:
Serializable
All Known Implementing Classes:
StatementInfoImpl

public interface StatementInfo
extends Serializable

Statement representation for easier display.

Author:
Anahide Tchertchian

Method Summary
 String getAuthor()
           
 String getComment()
           
 Date getCreationDate()
           
 Date getModificationDate()
           
 Node getObject()
           
 NodeInfo getObjectInfo()
           
 Resource getPredicate()
           
 NodeInfo getPredicateInfo()
           
 Statement getStatement()
           
 Subject getSubject()
           
 NodeInfo getSubjectInfo()
           
 boolean isIncoming()
           
 boolean isOutgoing()
           
 void setIncoming(boolean incoming)
           
 void setOutgoing(boolean outgoing)
           
 

Method Detail

isIncoming

boolean isIncoming()

isOutgoing

boolean isOutgoing()

setIncoming

void setIncoming(boolean incoming)

setOutgoing

void setOutgoing(boolean outgoing)

getStatement

Statement getStatement()

getSubject

Subject getSubject()

getSubjectInfo

NodeInfo getSubjectInfo()

getPredicate

Resource getPredicate()

getPredicateInfo

NodeInfo getPredicateInfo()

getObject

Node getObject()

getObjectInfo

NodeInfo getObjectInfo()

getCreationDate

Date getCreationDate()

getModificationDate

Date getModificationDate()

getComment

String getComment()

getAuthor

String getAuthor()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.