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

Interface Summary
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.
Partner A partner is a peer the engine communicates with.
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.
Service Representation of a service accessible by the workflow engine.
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.
Variable Variables provide the means for holding messages data that constitute the state of a business process.
Wait Allows you to wait for a certain period or until a given time has passed.
WebService Engine representation of a web service.
While The While activity allows you to indicate that an activity is to be repeated until a certain success criteria has been met.
 

Class Summary
ActivityFactory Creates appropriate activities or activity specific objects, setting default values.
ProcessFactory  
PropertyFactory A factory to create or get specific property instances.
 



Copyright © 2003 SmartComps. All Rights Reserved.