Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use StatementInfo
org.nuxeo.ecm.platform.relations.web   
org.nuxeo.ecm.platform.relations.web.listener   
org.nuxeo.ecm.platform.relations.web.listener.ejb   
 

Uses of StatementInfo in org.nuxeo.ecm.platform.relations.web
 

Classes in org.nuxeo.ecm.platform.relations.web that implement StatementInfo
 class StatementInfoImpl
          Statement representation for easier display.
 

Methods in org.nuxeo.ecm.platform.relations.web with parameters of type StatementInfo
 int StatementInfoComparator.compare(StatementInfo stmt1, StatementInfo stmt2)
           
 

Uses of StatementInfo in org.nuxeo.ecm.platform.relations.web.listener
 

Methods in org.nuxeo.ecm.platform.relations.web.listener that return types with arguments of type StatementInfo
 List<StatementInfo> RelationActions.getIncomingStatementsInfo()
           
 List<StatementInfo> RelationActions.getOutgoingStatementsInfo()
           
 

Methods in org.nuxeo.ecm.platform.relations.web.listener with parameters of type StatementInfo
 String RelationActions.deleteStatement(StatementInfo statementInfo)
           
 

Uses of StatementInfo in org.nuxeo.ecm.platform.relations.web.listener.ejb
 

Methods in org.nuxeo.ecm.platform.relations.web.listener.ejb that return types with arguments of type StatementInfo
 List<StatementInfo> RelationActionsBean.getIncomingStatementsInfo()
           
 List<StatementInfo> RelationActionsBean.getOutgoingStatementsInfo()
           
 

Methods in org.nuxeo.ecm.platform.relations.web.listener.ejb with parameters of type StatementInfo
 String RelationActionsBean.deleteStatement(StatementInfo stmtInfo)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.