Uses of Interface
com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity

Packages that use Activity
com.ebmwebsourcing.easybpel.model.bpel.api   
com.ebmwebsourcing.easybpel.model.bpel.api.activity   
com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick   
com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension   
com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator   
com.ebmwebsourcing.easybpel.model.bpel.api.fault   
 

Uses of Activity in com.ebmwebsourcing.easybpel.model.bpel.api
 

Subinterfaces of Activity in com.ebmwebsourcing.easybpel.model.bpel.api
 interface BPELProcess
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api that return Activity
 Activity BPELProcess.getActivity()
           
 

Uses of Activity in com.ebmwebsourcing.easybpel.model.bpel.api.activity
 

Subinterfaces of Activity in com.ebmwebsourcing.easybpel.model.bpel.api.activity
 interface Assign
           
 interface Empty
           
 interface Exit
           
 interface Flow
           
 interface ForEach
           
 interface If
           
 interface Invoke
           
 interface Pick
           
 interface Receive
           
 interface RepeatUntil
           
 interface Reply
           
 interface ReThrow
           
 interface Scope
           
 interface Sequence
           
 interface Throw
           
 interface Wait
           
 interface While
           
 

Classes in com.ebmwebsourcing.easybpel.model.bpel.api.activity that implement Activity
 class AbstractActivityImpl<E extends TActivity>
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity that return Activity
 Activity Scope.getActivity()
           
 Activity While.getActivity()
           
 Activity RepeatUntil.getActivity()
           
 Activity If.getElseActivity()
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity that return types with arguments of type Activity
 java.util.List<Activity> Sequence.getActivities()
           
 java.util.List<Activity> Flow.getActivities()
           
 java.util.List<Activity> If.getActivities()
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity with parameters of type Activity
 void Sequence.addActivity(Activity a)
           
 void Flow.addActivity(Activity a)
           
 void If.addElseIfActivity(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression exp, Activity a)
           
 void If.addIfActivity(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression exp, Activity a)
           
 void If.removeElseIfActivity(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression boolExpr, Activity activity)
           
 void Scope.setActivity(Activity a)
           
 void While.setActivity(Activity activity)
           
 void RepeatUntil.setActivity(Activity activity)
           
 void If.setElseActivity(Activity a)
           
 

Uses of Activity in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick that return Activity
 Activity OnMessage.getActivity()
           
 Activity OnAlarm.getActivity()
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick with parameters of type Activity
 void OnMessage.setActivity(Activity a)
           
 void OnAlarm.setActivity(Activity a)
           
 

Uses of Activity in com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension
 

Subinterfaces of Activity in com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension
 interface ExtensionActivity
           
 

Uses of Activity in com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator
 

Classes in com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator with type parameters of type Activity
 interface ActivityValidator<A extends Activity>
           
 interface ExchangeValidator<A extends Activity>
           
 

Uses of Activity in com.ebmwebsourcing.easybpel.model.bpel.api.fault
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.fault that return Activity
 Activity CatchAll.getActivity()
           
 Activity Catch.getActivity()
           
 



Copyright © 2012 Petals Link. All Rights Reserved.