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   
com.ebmwebsourcing.easybpel.model.bpel.impl   
com.ebmwebsourcing.easybpel.model.bpel.impl.activity   
com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4pick   
com.ebmwebsourcing.easybpel.model.bpel.impl.activity.extension   
com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator   
com.ebmwebsourcing.easybpel.model.bpel.impl.fault   
 

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

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

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
           
 

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

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity with parameters of type Activity
 void RepeatUntil.setActivity(Activity activity)
           
 void While.setActivity(Activity activity)
           
 

Method parameters in com.ebmwebsourcing.easybpel.model.bpel.api.activity with type arguments of type Activity
 void If.setActivities(java.util.List<Activity> activities)
           
 

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()
           
 

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 BreakpointActivity
           
 interface DebugActivity
           
 interface EchoActivity
           
 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()
           
 

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

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl that implement Activity
 class BPELProcessImpl
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl that return Activity
 Activity BPELProcessImpl.getActivity()
           
 

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

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl.activity that implement Activity
 class ActivityImpl<E extends TActivity>
           
 class AssignImpl
           
 class EmptyImpl
           
 class ExitImpl
           
 class FlowImpl
           
 class ForEachImpl
           
 class IfImpl
           
 class InvokeImpl
           
 class PickImpl
           
 class ReceiveImpl
           
 class RepeatUntilImpl
           
 class ReplyImpl
           
 class ReThrowImpl
           
 class ScopeImpl
           
 class SequenceImpl
           
 class ThrowImpl
           
 class WaitImpl
           
 class WhileImpl
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity that return Activity
static Activity ActivityImpl.analyzeActivityContainer(TActivityContainer internalActivity, BPELElementImpl parent)
           
static Activity ActivityImpl.analyzeElseIfActivity(TElseif internalActivity, BPELElementImpl parent)
           
static Activity ActivityImpl.analyzeExtensionActivity(TExtensionActivity internalActivity, BPELElementImpl parent)
           
static Activity ActivityImpl.analyzeIfActivity(TIf internalActivity, BPELElementImpl parent)
           
static Activity ActivityImpl.analyzeOnMessageActivity(TOnMessage internalActivity, BPELElementImpl parent)
           
static Activity ActivityImpl.analyzeProcess(TProcess temp, BPELElementImpl parent)
           
static Activity ActivityImpl.analyzeRepeatUntilActivity(TRepeatUntil internalActivity, BPELElementImpl parent)
           
static Activity ActivityImpl.analyzeScope(TScope temp, BPELElementImpl parent)
           
static Activity ActivityImpl.analyzeWhileActivity(TWhile internalActivity, BPELElementImpl parent)
           
 Activity RepeatUntilImpl.getActivity()
           
 Activity ScopeImpl.getActivity()
           
 Activity WhileImpl.getActivity()
           
static Activity ActivityImpl.getActivity(TActivity internalActivity, BPELElementImpl parent)
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity that return types with arguments of type Activity
 java.util.List<Activity> FlowImpl.getActivities()
           
 java.util.List<Activity> IfImpl.getActivities()
           
 java.util.List<Activity> SequenceImpl.getActivities()
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity with parameters of type Activity
 void RepeatUntilImpl.setActivity(Activity activity)
           
 void WhileImpl.setActivity(Activity activity)
           
 

Method parameters in com.ebmwebsourcing.easybpel.model.bpel.impl.activity with type arguments of type Activity
 void IfImpl.setActivities(java.util.List<Activity> activities)
           
 

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4pick that return Activity
 Activity OnMessageImpl.getActivity()
           
 

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

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.extension that implement Activity
 class BreakpointActivityImpl
           
 class DebugActivityImpl
           
 class EchoActivityImpl
           
 class ExtensionActivityImpl<E>
           
 

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

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator with type parameters of type Activity
 class ActivityValidatorImpl<A extends Activity>
           
 class ExchangeValidatorImpl<A extends Activity>
           
 

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.fault that return Activity
 Activity CatchImpl.getActivity()
           
 Activity CatchAllImpl.getActivity()
           
 



Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.