org.enhydra.shark.api.client.wfmodel
Class how_closedType

java.lang.Object
  extended byorg.enhydra.shark.api.client.wfmodel.how_closedType
All Implemented Interfaces:
java.io.Serializable

public class how_closedType
extends java.lang.Object
implements java.io.Serializable

Used to describe sets of states of various workflow objects:

completed - When an execution object has finished its task in the overall workflow process it enters the completed state; it is assumed that all execution objects associated with that execution object are completed when it enters this state.

terminated - Indicates that enactment of the execution object was stopped before normal completion. It is assumed that all execution objects depending on this execution object (i.e., WfActivities contained in a WfProcess or a WfProcess implementing a WfActivity) are either completed or are terminated when it enters this state.

aborted - Indicates that the enactment of the execution object has been aborted before normal completion. No assumptions on the state of execution objects depending on this execution object are made when it enters this state.

See Also:
Serialized Form

Field Summary
static int _aborted
           
static int _completed
           
static int _terminated
           
static how_closedType aborted
           
static how_closedType completed
           
static how_closedType terminated
           
 
Constructor Summary
protected how_closedType(int value)
           
 
Method Summary
static how_closedType from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_completed

public static final int _completed
See Also:
Constant Field Values

completed

public static final how_closedType completed

_terminated

public static final int _terminated
See Also:
Constant Field Values

terminated

public static final how_closedType terminated

_aborted

public static final int _aborted
See Also:
Constant Field Values

aborted

public static final how_closedType aborted
Constructor Detail

how_closedType

protected how_closedType(int value)
Method Detail

value

public int value()

from_int

public static how_closedType from_int(int value)