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
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()
Copyright © 2011 Nuxeo SAS. All Rights Reserved.