Uses of Enum Class
de.uni_trier.wi2.procake.data.object.transformation.WorkflowBlockListener.DATAFLOW_DIRECTION
Package
Description
-
Uses of WorkflowBlockListener.DATAFLOW_DIRECTION in de.uni_trier.wi2.procake.data.object.transformation
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.WorkflowBlockListener.DATAFLOW_DIRECTION.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
WFBlockToNESTWorkflow.addDataRef
(TaskObject task, DataReferenceObject dataReference, WorkflowBlockListener.DATAFLOW_DIRECTION direction) void
WFBlockToUIGraph.addDataRef
(TaskObject task, DataReferenceObject dataElement, WorkflowBlockListener.DATAFLOW_DIRECTION direction) void
WorkflowBlockListener.addDataRef
(TaskObject task, DataReferenceObject dataElement, WorkflowBlockListener.DATAFLOW_DIRECTION direction) Informs about a finished ADD-operation of a task-dataflow-reference in the block-oriented workflow-objectmodel.void
WFBlockToNESTWorkflow.removeDataRef
(TaskObject task, String dataElementID, WorkflowBlockListener.DATAFLOW_DIRECTION direction) void
WFBlockToUIGraph.removeDataRef
(TaskObject task, String dataElementID, WorkflowBlockListener.DATAFLOW_DIRECTION direction) void
WorkflowBlockListener.removeDataRef
(TaskObject task, String dataElementID, WorkflowBlockListener.DATAFLOW_DIRECTION direction) Informs about a finished REMOVE-operation of a task-dataflow-reference in the block-oriented workflow-objectmodel. -
Uses of WorkflowBlockListener.DATAFLOW_DIRECTION in de.uni_trier.wi2.procake.data.object.wf.impl
Modifier and TypeMethodDescriptionprotected void
TaskObjectImpl.publishAddDataRef
(DataReferenceObject newItem, WorkflowBlockListener.DATAFLOW_DIRECTION direction) Informs registered eventlisteners about the adding the given dataelement as input or output to the task.protected void
TaskObjectImpl.publishRemoveDataRef
(String dataElementID, WorkflowBlockListener.DATAFLOW_DIRECTION direction) Informs registered eventlisteners about the removal of the dataelement with the given id as input or output to the task.