Uses of Package
org.smartcomps.twister.engine.priv.core.definition

Packages that use org.smartcomps.twister.engine.priv.core.definition
org.smartcomps.twister.deployer.priv   
org.smartcomps.twister.engine.priv.core.definition   
org.smartcomps.twister.engine.priv.core.definition.impl   
org.smartcomps.twister.engine.priv.core.dynamic   
org.smartcomps.twister.engine.priv.core.dynamic.impl   
org.smartcomps.twister.engine.priv.messaging.impl   
org.smartcomps.twister.engine.priv.util   
 

Classes in org.smartcomps.twister.engine.priv.core.definition used by org.smartcomps.twister.deployer.priv
Activity
          Root class for all activities, an activity is the most basic part of a process defining what should be done.
StructuredActivity
           
TwisterProcess
          The business process is the root container for all activities.
 

Classes in org.smartcomps.twister.engine.priv.core.definition used by org.smartcomps.twister.engine.priv.core.definition
Activity
          Root class for all activities, an activity is the most basic part of a process defining what should be done.
AlarmEvent
          An alarm event is declared on a Pick activity to define a deadline on the waiting of the Pick.
Assign
          An assign is a basic activity used to copy data from one variable to another or to construct or insert new data with an expression.
Assignment
          The actual assignment, as part of an Assign activity which is just an assignment group.
BasicActivity
          Supertye for all basic activity meaning an activity that doesn't contain any other activity.
CorrelationRef
          Reference to a correlation set, used by message based activities to reference their correlation.
CorrelationSet
          A correlation set is a set of named properties used to add contextual information to a message.
Invoke
          The invoke activity allows the business process to inoke a one-way or request-response operation on a portType offered by a partner.
MessageEvent
          A message event is declared on a Pick activity.
Pick
          A pick is a structured activity that allows you to block and wait for a suitable message to arrive or for a time-out alarm to go off.
Property
           
PropertyAlias
          A property alias defines a globally named property as an alias for a location in a part of a message.
Receive
          A receive activity waits until a matching message is received by the engine.
Service
          Representation of a service accessible by the workflow engine.
StructuredActivity
           
TwisterProcess
          The business process is the root container for all activities.
 

Classes in org.smartcomps.twister.engine.priv.core.definition used by org.smartcomps.twister.engine.priv.core.definition.impl
Activity
          Root class for all activities, an activity is the most basic part of a process defining what should be done.
AlarmEvent
          An alarm event is declared on a Pick activity to define a deadline on the waiting of the Pick.
Assign
          An assign is a basic activity used to copy data from one variable to another or to construct or insert new data with an expression.
Assignment
          The actual assignment, as part of an Assign activity which is just an assignment group.
BasicActivity
          Supertye for all basic activity meaning an activity that doesn't contain any other activity.
CorrelationRef
          Reference to a correlation set, used by message based activities to reference their correlation.
CorrelationSet
          A correlation set is a set of named properties used to add contextual information to a message.
Empty
          An Activity that does nothing.
Flow
          A flow is an activity container used to provide concurreny in activity execution and also to use a simple linkage between activities (from, to) instead of a container oriented activity organisation.
Invoke
          The invoke activity allows the business process to inoke a one-way or request-response operation on a portType offered by a partner.
Link
          A link is an element used by a Flow activity to link activities.
MessageEvent
          A message event is declared on a Pick activity.
Pick
          A pick is a structured activity that allows you to block and wait for a suitable message to arrive or for a time-out alarm to go off.
Property
           
PropertyAlias
          A property alias defines a globally named property as an alias for a location in a part of a message.
Receive
          A receive activity waits until a matching message is received by the engine.
Reply
          The Reply activity allows the business process to send a message in reply to a message that was received through a Receive.
Scope
          A scope is an anonymous sub-process (inline defined) with a nested activity, its own associated variables, fault handlers and compensation handler.
Sequence
          The Sequence activity allows you to define a collection of activities to be performed sequentially in lexical order.
StructuredActivity
           
Switch
          The Switch activity allows you to select exactly one branch of activity from a set of choices.
Terminate
          The Terminate activity immediately terminates the execution of a business process.
TwisterProcess
          The business process is the root container for all activities.
Wait
          Allows you to wait for a certain period or until a given time has passed.
While
          The While activity allows you to indicate that an activity is to be repeated until a certain success criteria has been met.
 

Classes in org.smartcomps.twister.engine.priv.core.definition used by org.smartcomps.twister.engine.priv.core.dynamic
Activity
          Root class for all activities, an activity is the most basic part of a process defining what should be done.
StructuredActivity
           
TwisterProcess
          The business process is the root container for all activities.
 

Classes in org.smartcomps.twister.engine.priv.core.definition used by org.smartcomps.twister.engine.priv.core.dynamic.impl
Activity
          Root class for all activities, an activity is the most basic part of a process defining what should be done.
StructuredActivity
           
TwisterProcess
          The business process is the root container for all activities.
 

Classes in org.smartcomps.twister.engine.priv.core.definition used by org.smartcomps.twister.engine.priv.messaging.impl
Activity
          Root class for all activities, an activity is the most basic part of a process defining what should be done.
BasicActivity
          Supertye for all basic activity meaning an activity that doesn't contain any other activity.
CorrelationRef
          Reference to a correlation set, used by message based activities to reference their correlation.
Pick
          A pick is a structured activity that allows you to block and wait for a suitable message to arrive or for a time-out alarm to go off.
Receive
          A receive activity waits until a matching message is received by the engine.
StructuredActivity
           
TwisterProcess
          The business process is the root container for all activities.
 

Classes in org.smartcomps.twister.engine.priv.core.definition used by org.smartcomps.twister.engine.priv.util
CorrelationRef
          Reference to a correlation set, used by message based activities to reference their correlation.
TwisterProcess
          The business process is the root container for all activities.
 



Copyright © 2003 SmartComps. All Rights Reserved.