Uses of Interface
de.uni_trier.wi2.procake.data.object.wf.AbstractWorkflowItemObject
-
Packages that use AbstractWorkflowItemObject Package Description de.uni_trier.wi2.procake.data.object.transformation de.uni_trier.wi2.procake.data.object.wf de.uni_trier.wi2.procake.data.object.wf.impl -
-
Uses of AbstractWorkflowItemObject in de.uni_trier.wi2.procake.data.object.transformation
Methods in de.uni_trier.wi2.procake.data.object.transformation with parameters of type AbstractWorkflowItemObject Modifier and Type Method Description voidWFBlockToNESTWorkflow. addItem(AbstractWorkflowItemObject newItem)voidWFBlockToUIGraph. addItem(AbstractWorkflowItemObject newItem)voidWorkflowBlockListener. addItem(AbstractWorkflowItemObject newItem)Informs about a finished ADD-operation of a workflow-item in the block-oriented workflow-objectmodel.protected voidWFBlockToUIGraph. attachSemanticInformation(AbstractWorkflowItemObject newBlockItem, NESTNodeObject newGraphNode)Attaches a semantic information to the newly created GraphNodeObject.voidWFBlockToNESTWorkflow. removeItem(AbstractWorkflowItemObject removedItem)voidWFBlockToUIGraph. removeItem(AbstractWorkflowItemObject removedItem)voidWorkflowBlockListener. removeItem(AbstractWorkflowItemObject removedItem)Informs about a finished REMOVE-operation of a workflow-item in the block-oriented workflow-objectmodel. -
Uses of AbstractWorkflowItemObject in de.uni_trier.wi2.procake.data.object.wf
Subinterfaces of AbstractWorkflowItemObject in de.uni_trier.wi2.procake.data.object.wf Modifier and Type Interface Description interfaceControlflowItemObjectInterface of an abstract object used in the controlflow of a workflow.interfaceDataflowWrapperObjectInterface of a dataflow-object used to represent dataitems of a workflow.interfaceDataReferenceObjectInterface of a reference between a task and a data item.interfaceNodeObjectInterface of a node-object used in the controlflow of a workflow.interfaceParentItemObject<T extends ControlflowItemObject>Interface of an abstract object used in the controlflow of a workflow.interfaceSequencedObjectInterface of an object, which can be contained in a workflow-sequence.interfaceSequenceObjectInterface of a sequence-object used in the controlflow of a workflow.interfaceStatusableObjectInterface of a workflow-object, which contains a status.interfaceSubWorkflowObjectInterface of a subworkflow-object.interfaceTaskObjectInterface of a workflowleaf-object used in the controlflow of a workflow.interfaceWorkflowObjectInterface of a workflow-object. -
Uses of AbstractWorkflowItemObject in de.uni_trier.wi2.procake.data.object.wf.impl
Classes in de.uni_trier.wi2.procake.data.object.wf.impl that implement AbstractWorkflowItemObject Modifier and Type Class Description classAbstractWorkflowItemObjectImplAbstract object used in a workflow.classControlflowItemObjectImplAbstract object used in the controlflow of a workflow.classDataflowWrapperObjectImplData-element used in workflow-objects.classDataReferenceObjectImplData-reference used to link tasks with dataitems.classNodeObjectImplNode-object used in the controlflow of a workflow.classParentItemObjectImpl<T extends ControlflowItemObject>Abstract object used in the controlflow of a workflow.classSequenceObjectImplSequence-object used in the controlflow of a workflow.classStatusableObjectImplAbstract object, which can hold a status.classTaskObjectImplWorkflowleaf-object used in the controlflow of a workflow.classWorkflowObjectImplWorkflow-object.Methods in de.uni_trier.wi2.procake.data.object.wf.impl with parameters of type AbstractWorkflowItemObject Modifier and Type Method Description protected voidAbstractWorkflowItemObjectImpl. publishAddItem(AbstractWorkflowItemObject newItem)Informs registered eventlisteners about an ADD-change of the block-oriented workflow-representation.protected voidAbstractWorkflowItemObjectImpl. publishRemoveItem(AbstractWorkflowItemObject removedItem)Informs registered eventlisteners about a REMOVE-change of the block-oriented workflow-representation.
-