Uses of Interface
org.opencrx.kernel.workflow1.jmi1.Topic

Packages that use Topic
org.opencrx.kernel.backend   
org.opencrx.kernel.home1.jmi1   
org.opencrx.kernel.workflow.servlet   
org.opencrx.kernel.workflow1.jmi1   
 

Uses of Topic in org.opencrx.kernel.backend
 

Methods in org.opencrx.kernel.backend that return Topic
 Topic Workflows.findTopic(String name, Segment segment, javax.jdo.PersistenceManager pm)
           
 Topic Workflows.initTopic(javax.jdo.PersistenceManager pm, Workflow1Package workflowPackage, Segment workflowSegment, String id, String name, String description, String topicPathPattern, WfProcess[] actions)
           
 

Uses of Topic in org.opencrx.kernel.home1.jmi1
 

Methods in org.opencrx.kernel.home1.jmi1 that return Topic
 Topic Subscription.getTopic()
          Retrieves the value for the reference topic.
 

Uses of Topic in org.opencrx.kernel.workflow.servlet
 

Methods in org.opencrx.kernel.workflow.servlet with parameters of type Topic
 boolean SubscriptionHandlerServlet.topicAcceptsObject(String providerName, String segmentName, Topic topic, String objectXri)
           
 

Uses of Topic in org.opencrx.kernel.workflow1.jmi1
 

Methods in org.opencrx.kernel.workflow1.jmi1 with type parameters of type Topic
<T extends Topic>
List<T>
Segment.getTopic(TopicQuery query)
          Retrieves the value for the reference topic for the specified query.
 

Methods in org.opencrx.kernel.workflow1.jmi1 that return Topic
 Topic TopicClass.createTopic()
          Creates an instance of class Topic.
 Topic Segment.getTopic(boolean idIsPersistent, String id)
          Retrieves the value for the reference topic for the specified qualifier attribute value.
 Topic TopicClass.getTopic(Object object)
          Creates an instance of class Topic based on the specified Object instance.
 Topic Segment.getTopic(String id)
          Retrieves the value for the reference topic for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.workflow1.jmi1 with parameters of type Topic
 void Segment.addTopic(boolean idIsPersistent, String id, Topic topic)
          Adds the specified element to the set of the values for the reference topic.
 void Segment.addTopic(String id, Topic topic)
          Adds the specified element to the set of the values for the reference topic using a reassignable qualifier.
 



This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.