Nuxeo Enterprise Platform 5.4

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
 java.util.List<StatementInfo> RelationActions.getIncomingStatementsInfo()
           
 java.util.List<StatementInfo> RelationActions.getOutgoingStatementsInfo()
           
 

Methods in org.nuxeo.ecm.platform.relations.web.listener with parameters of type StatementInfo
 java.lang.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
 java.util.List<StatementInfo> RelationActionsBean.getIncomingStatementsInfo()
           
 java.util.List<StatementInfo> RelationActionsBean.getOutgoingStatementsInfo()
           
 

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


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.