Uses of Class
de.uni_trier.wi2.procake.data.object.transformation.WorkflowBlockListener.DATAFLOW_DIRECTION
-
Packages that use WorkflowBlockListener.DATAFLOW_DIRECTION Package Description de.uni_trier.wi2.procake.data.object.transformation de.uni_trier.wi2.procake.data.object.wf.impl -
-
Uses of WorkflowBlockListener.DATAFLOW_DIRECTION in de.uni_trier.wi2.procake.data.object.transformation
Methods in de.uni_trier.wi2.procake.data.object.transformation that return WorkflowBlockListener.DATAFLOW_DIRECTION Modifier and Type Method Description static WorkflowBlockListener.DATAFLOW_DIRECTIONWorkflowBlockListener.DATAFLOW_DIRECTION. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowBlockListener.DATAFLOW_DIRECTION[]WorkflowBlockListener.DATAFLOW_DIRECTION. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.uni_trier.wi2.procake.data.object.transformation with parameters of type WorkflowBlockListener.DATAFLOW_DIRECTION Modifier and Type Method Description voidWFBlockToNESTWorkflow. addDataRef(TaskObject task, DataReferenceObject dataReference, WorkflowBlockListener.DATAFLOW_DIRECTION direction)voidWFBlockToUIGraph. addDataRef(TaskObject task, DataReferenceObject dataElement, WorkflowBlockListener.DATAFLOW_DIRECTION direction)voidWorkflowBlockListener. 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.voidWFBlockToNESTWorkflow. removeDataRef(TaskObject task, String dataElementID, WorkflowBlockListener.DATAFLOW_DIRECTION direction)voidWFBlockToUIGraph. removeDataRef(TaskObject task, String dataElementID, WorkflowBlockListener.DATAFLOW_DIRECTION direction)voidWorkflowBlockListener. 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
Methods in de.uni_trier.wi2.procake.data.object.wf.impl with parameters of type WorkflowBlockListener.DATAFLOW_DIRECTION Modifier and Type Method Description protected voidTaskObjectImpl. publishAddDataRef(DataReferenceObject newItem, WorkflowBlockListener.DATAFLOW_DIRECTION direction)Informs registered eventlisteners about the adding the given dataelement as input or output to the task.protected voidTaskObjectImpl. 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.
-