| |
|
| de.danet.an.workflow.api.ExecutionObject
ExecutionObject | public interface ExecutionObject extends WfExecutionObject(Code) | | Interface ExecutionObject extends the
de.danet.an.workflow.omgcore.WfExecutionObject OMG executionobject with additional methods that allow the type-safe
de.danet.an.workflow.omgcore.WfExecutionObject.State state class to be used to query and set state. The OMG API provides string
based methods only to enable vendors to define additional
sub-states. The type-safe equivalent is to define new subclasses of
the state classes.
|
debugEnabled | boolean debugEnabled() throws RemoteException(Code) | | Checks if the execution object is in debugging mode.
true if the execution object is indebugging mode throws: RemoteException - if a system-level error occurs |
|
|
|