Package wt.workflow.engine
Class WfEventConfiguration
java.lang.Object
wt.workflow.engine.WfEventConfiguration
- All Implemented Interfaces:
Externalizable,Serializable
@GenAsPrimitiveType(long.class)
public class WfEventConfiguration
extends Object
implements Externalizable
WfEventConfiguration controls the execution behavior of
the obejct. For example, it holds information about which events are
recorded and/or emitted. The execution behavior is represented by a
set of boolean flags (true/false) and stored as bits in a long integer.
The position of the bit determines its function. It is used both by
the WfExecutionObject and WfProcessTemplate classes.
Supported API: true
Extendable: false
- See Also:
-
Method Summary