Uses of Interface
com.ibm.xtools.bpmn2.BusinessRuleTask

Packages that use BusinessRuleTask
com.ibm.xtools.bpmn2   
com.ibm.xtools.bpmn2.util   
 

Uses of BusinessRuleTask in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return BusinessRuleTask
 BusinessRuleTask Bpmn2Factory.createBusinessRuleTask()
          Returns a new object of class 'Business Rule Task'.
 BusinessRuleTask DocumentRoot.getBusinessRuleTask()
          Returns the value of the 'Business Rule Task' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type BusinessRuleTask
 void DocumentRoot.setBusinessRuleTask(BusinessRuleTask value)
          Sets the value of the 'Business Rule Task' containment reference.
 

Uses of BusinessRuleTask in com.ibm.xtools.bpmn2.util
 

Methods in com.ibm.xtools.bpmn2.util with parameters of type BusinessRuleTask
 T Bpmn2Switch.caseBusinessRuleTask(BusinessRuleTask object)
          Returns the result of interpreting the object as an instance of 'Business Rule Task'.