Uses of Interface
de.uni_trier.wi2.procake.data.object.wf.DataflowWrapperObject
-
Packages that use DataflowWrapperObject Package Description de.uni_trier.wi2.procake.data.object.wf de.uni_trier.wi2.procake.data.object.wf.impl -
-
Uses of DataflowWrapperObject in de.uni_trier.wi2.procake.data.object.wf
Methods in de.uni_trier.wi2.procake.data.object.wf that return DataflowWrapperObject Modifier and Type Method Description DataflowWrapperObjectDataflowWrapperObject. deepSearchChild(String id)Searches the whole tree-structure for the DataflowWrapperObject with the given id and returns it.DataflowWrapperObjectDataflowWrapperObject. getChild(String id)Returns the child with the given id.DataflowWrapperObjectDataReferenceObject. getDataItem()Returns the stored reference to the dataitem.DataflowWrapperObjectWorkflowObject. getDataObject(String id)Returns the data-element with the given id.DataflowWrapperObjectDataflowWrapperObject. getParent()Returns the parent-object of the DataflowWrapperObject.DataflowWrapperObjectDataflowWrapperObject. removeChild(String id)Removes the child with the given id.Methods in de.uni_trier.wi2.procake.data.object.wf that return types with arguments of type DataflowWrapperObject Modifier and Type Method Description List<DataflowWrapperObject>WorkflowObject. getAtomicDataObjects()Returns a list of all non-aggregated data-elements of the workflow.List<DataflowWrapperObject>DataflowWrapperObject. getChilds()Returns the list of childs for this object.List<DataflowWrapperObject>WorkflowObject. getDataObjects()Returns all data-elements of this workflow.Methods in de.uni_trier.wi2.procake.data.object.wf with parameters of type DataflowWrapperObject Modifier and Type Method Description booleanDataflowWrapperObject. addChild(DataflowWrapperObject element)Adds a new child.voidWorkflowObject. addDataObject(DataflowWrapperObject newDataObject)Adds a data-element to the workflow.voidDataReferenceObject. setDataItem(DataflowWrapperObject dataItem)Sets the given reference to the internal storage of the data item.voidDataflowWrapperObject. setParent(DataflowWrapperObject parent)Sets the parent-object of the DataflowWrapperObject. -
Uses of DataflowWrapperObject in de.uni_trier.wi2.procake.data.object.wf.impl
Classes in de.uni_trier.wi2.procake.data.object.wf.impl that implement DataflowWrapperObject Modifier and Type Class Description classDataflowWrapperObjectImplData-element used in workflow-objects.Methods in de.uni_trier.wi2.procake.data.object.wf.impl that return DataflowWrapperObject Modifier and Type Method Description DataflowWrapperObjectDataflowWrapperObjectImpl. deepSearchChild(String id)DataflowWrapperObjectDataflowWrapperObjectImpl. getChild(String id)DataflowWrapperObjectDataReferenceObjectImpl. getDataItem()DataflowWrapperObjectWorkflowObjectImpl. getDataObject(String id)DataflowWrapperObjectDataflowWrapperObjectImpl. getParent()DataflowWrapperObjectDataflowWrapperObjectImpl. removeChild(String id)Methods in de.uni_trier.wi2.procake.data.object.wf.impl that return types with arguments of type DataflowWrapperObject Modifier and Type Method Description List<DataflowWrapperObject>WorkflowObjectImpl. getAtomicDataObjects()List<DataflowWrapperObject>DataflowWrapperObjectImpl. getChilds()List<DataflowWrapperObject>WorkflowObjectImpl. getDataObjects()Methods in de.uni_trier.wi2.procake.data.object.wf.impl with parameters of type DataflowWrapperObject Modifier and Type Method Description booleanDataflowWrapperObjectImpl. addChild(DataflowWrapperObject newChild)voidWorkflowObjectImpl. addDataObject(DataflowWrapperObject newDataObject)voidDataReferenceObjectImpl. setDataItem(DataflowWrapperObject dataItem)voidDataflowWrapperObjectImpl. setParent(DataflowWrapperObject parent)
-