Uses of Interface
de.uni_trier.wi2.procake.data.object.wf.ControlflowItemObject
-
Packages that use ControlflowItemObject Package Description de.uni_trier.wi2.procake.data.object.wf de.uni_trier.wi2.procake.data.object.wf.impl -
-
Uses of ControlflowItemObject in de.uni_trier.wi2.procake.data.object.wf
Classes in de.uni_trier.wi2.procake.data.object.wf with type parameters of type ControlflowItemObject Modifier and Type Interface Description interfaceParentItemObject<T extends ControlflowItemObject>Interface of an abstract object used in the controlflow of a workflow.Subinterfaces of ControlflowItemObject in de.uni_trier.wi2.procake.data.object.wf Modifier and Type Interface Description 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.interfaceSubWorkflowObjectInterface of a subworkflow-object.interfaceTaskObjectInterface of a workflowleaf-object used in the controlflow of a workflow.Methods in de.uni_trier.wi2.procake.data.object.wf that return ControlflowItemObject Modifier and Type Method Description ControlflowItemObjectParentItemObject. deepSearchItem(String id)Searches the item with the given Id in the tree below the current object and returns it.ControlflowItemObjectControlflowItemObject. getNextSibling()Returns the next item of this ControlflowObject-type.ControlflowItemObjectControlflowItemObject. getPreviousSibling()Returns the previous item of this ControlflowObject-type.Methods in de.uni_trier.wi2.procake.data.object.wf that return types with arguments of type ControlflowItemObject Modifier and Type Method Description ParentItemObject<ControlflowItemObject>ControlflowItemObject. getParent()Returns the parent element for this element.Methods in de.uni_trier.wi2.procake.data.object.wf with parameters of type ControlflowItemObject Modifier and Type Method Description voidControlflowItemObject. insertAfterMe(ControlflowItemObject newObject)Sets the given object as following object from a parent's view.voidControlflowItemObject. insertBeforeMe(ControlflowItemObject newObject)Sets the given object as previous object from a parent's view. -
Uses of ControlflowItemObject in de.uni_trier.wi2.procake.data.object.wf.impl
Classes in de.uni_trier.wi2.procake.data.object.wf.impl with type parameters of type ControlflowItemObject Modifier and Type Class Description classParentItemObjectImpl<T extends ControlflowItemObject>Abstract object used in the controlflow of a workflow.Classes in de.uni_trier.wi2.procake.data.object.wf.impl that implement ControlflowItemObject Modifier and Type Class Description classControlflowItemObjectImplAbstract object used in the controlflow of a workflow.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.classTaskObjectImplWorkflowleaf-object used in the controlflow of a workflow.Methods in de.uni_trier.wi2.procake.data.object.wf.impl that return ControlflowItemObject Modifier and Type Method Description ControlflowItemObjectParentItemObjectImpl. deepSearchItem(String id)ControlflowItemObjectControlflowItemObjectImpl. getNextSibling()ControlflowItemObjectControlflowItemObjectImpl. getPreviousSibling()Methods in de.uni_trier.wi2.procake.data.object.wf.impl that return types with arguments of type ControlflowItemObject Modifier and Type Method Description ParentItemObject<ControlflowItemObject>ControlflowItemObjectImpl. getParent()Methods in de.uni_trier.wi2.procake.data.object.wf.impl with parameters of type ControlflowItemObject Modifier and Type Method Description voidControlflowItemObjectImpl. insertAfterMe(ControlflowItemObject newObject)voidControlflowItemObjectImpl. insertBeforeMe(ControlflowItemObject newObject)Method parameters in de.uni_trier.wi2.procake.data.object.wf.impl with type arguments of type ControlflowItemObject Modifier and Type Method Description protected voidControlflowItemObjectImpl. setParent(ParentItemObject<ControlflowItemObject> parent)Sets the parent of this object.
-