Uses of Interface
com.soyatec.bpmn.Activity

Uses of Activity in com.soyatec.bpmn
 

Subinterfaces of Activity in com.soyatec.bpmn
 interface EmbeddedSubProcess
          A representation of the model object 'Embedded Sub Process'
 interface IndependentSubProcess
          A representation of the model object 'Independent Sub Process'
 interface ManualTask
          A representation of the model object 'Manual Task'
 interface ReceiveTask
          A representation of the model object 'Receive Task'
 interface ReferenceSubProcess
          A representation of the model object 'Reference Sub Process'
 interface ReferenceTask
          A representation of the model object 'Reference Task'
 interface ScriptTask
          A representation of the model object 'Script Task'
 interface SendTask
          A representation of the model object 'Send Task'
 interface ServiceTask
          A representation of the model object 'Service Task'
 interface SubProcess
          A representation of the model object 'Sub Process'
 interface Task
          A representation of the model object 'Task'
 interface UserTask
          A representation of the model object 'User Task'
 

Methods in com.soyatec.bpmn that return Activity
 Activity IntermediateEvent.getActivity()
          Returns the value of the 'Activity' reference
 Activity EndEvent.getActivity()
          Returns the value of the 'Activity' reference
 Activity Compensation.getActivity()
          Returns the value of the 'Activity' reference
 Activity IntermediateEvent.getTarget()
          Returns the value of the 'Target' reference
 

Methods in com.soyatec.bpmn with parameters of type Activity
 void IntermediateEvent.setActivity(Activity value)
          Sets the value of the 'Activity' reference
 void EndEvent.setActivity(Activity value)
          Sets the value of the 'Activity' reference
 void Compensation.setActivity(Activity value)
          Sets the value of the 'Activity' reference
 void IntermediateEvent.setTarget(Activity value)
          Sets the value of the 'Target' reference