|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ALDWorkflowEvent.ALDWorkflowEventType>
de.unihalle.informatik.Alida.workflows.events.ALDWorkflowEvent.ALDWorkflowEventType
public static enum ALDWorkflowEvent.ALDWorkflowEventType
Types of events.
Enum Constant Summary | |
---|---|
ADD_EDGE
Edge added to work flow, event.info gives id of this edge |
|
ADD_NODE
Node added to work flow, event.info gives id of this node |
|
COPY_NODE
A copy of a node was added to the work flow, event.info gives id of the new copied node |
|
DELETE_EDGE
Edge deleted from work flow, event.info gives id of this edge |
|
DELETE_NODE
Node deleted from work flow, event.info gives id of this node |
|
EXECUTION_FINISHED
The execution of an runWorkflow or runOp finished. |
|
NODE_EXECUTION_PROGRESS
The operator execution progress of one or more nodes has changed. |
|
NODE_PARAMETER_CHANGE
The parameter of one node has changed. |
|
NODE_STATE_CHANGE
The state of one or more nodes has changed. |
|
REDIRECT_EDGE_SOURCE
source of an edge redirect in work flow, event.info gives id of this edge |
|
REDIRECT_EDGE_TARGET
target of an edge redirect in work flow, event.info gives id of this edge |
|
RENAME
The workflow has been renamed, event.info gives new name |
|
RUN_FAILURE
Running an operator failed, event.info gives a ALDRunFailureInfo object |
|
SAVE_WORKFLOW
Save the work flow. |
|
SHOW_RESULTS
Show the results of this node, event.info gives id of this node |
|
USER_INTERRUPT
User request to interrupt the current execution of (part of) the work flow |
Method Summary | |
---|---|
static ALDWorkflowEvent.ALDWorkflowEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ALDWorkflowEvent.ALDWorkflowEventType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ALDWorkflowEvent.ALDWorkflowEventType ADD_NODE
public static final ALDWorkflowEvent.ALDWorkflowEventType COPY_NODE
public static final ALDWorkflowEvent.ALDWorkflowEventType ADD_EDGE
public static final ALDWorkflowEvent.ALDWorkflowEventType DELETE_NODE
public static final ALDWorkflowEvent.ALDWorkflowEventType DELETE_EDGE
public static final ALDWorkflowEvent.ALDWorkflowEventType REDIRECT_EDGE_SOURCE
public static final ALDWorkflowEvent.ALDWorkflowEventType REDIRECT_EDGE_TARGET
public static final ALDWorkflowEvent.ALDWorkflowEventType NODE_STATE_CHANGE
public static final ALDWorkflowEvent.ALDWorkflowEventType NODE_EXECUTION_PROGRESS
public static final ALDWorkflowEvent.ALDWorkflowEventType NODE_PARAMETER_CHANGE
public static final ALDWorkflowEvent.ALDWorkflowEventType SAVE_WORKFLOW
public static final ALDWorkflowEvent.ALDWorkflowEventType SHOW_RESULTS
public static final ALDWorkflowEvent.ALDWorkflowEventType RENAME
public static final ALDWorkflowEvent.ALDWorkflowEventType RUN_FAILURE
ALDRunFailureInfo
object
public static final ALDWorkflowEvent.ALDWorkflowEventType USER_INTERRUPT
public static final ALDWorkflowEvent.ALDWorkflowEventType EXECUTION_FINISHED
Method Detail |
---|
public static ALDWorkflowEvent.ALDWorkflowEventType[] values()
for (ALDWorkflowEvent.ALDWorkflowEventType c : ALDWorkflowEvent.ALDWorkflowEventType.values()) System.out.println(c);
public static ALDWorkflowEvent.ALDWorkflowEventType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |