Uses of Interface
de.uni_trier.wi2.procake.data.object.base.ListObject
-
Packages that use ListObject Package Description de.uni_trier.wi2.procake.data.object Provides interfaces of all data objects.de.uni_trier.wi2.procake.data.object.base.impl de.uni_trier.wi2.procake.data.object.nest de.uni_trier.wi2.procake.data.object.nest.impl -
-
Uses of ListObject in de.uni_trier.wi2.procake.data.object
Methods in de.uni_trier.wi2.procake.data.object that return ListObject Modifier and Type Method Description ListObjectDataObjectUtils. createListObject()ListObjectDataObjectUtils. createListObject(String customListClassName)ListObjectDataObjectUtils. createListObject(Collection<? extends DataObject> collection)ListObjectDataObjectUtils. createListObject(Collection<? extends DataObject> dataObjects, String customListClassName) -
Uses of ListObject in de.uni_trier.wi2.procake.data.object.base.impl
Classes in de.uni_trier.wi2.procake.data.object.base.impl that implement ListObject Modifier and Type Class Description classListObjectImpl -
Uses of ListObject in de.uni_trier.wi2.procake.data.object.nest
Methods in de.uni_trier.wi2.procake.data.object.nest with parameters of type ListObject Modifier and Type Method Description voidNESTSequentialWorkflowObject. transformListObjectToNESTSequentialWorkflow(ListObject listObject)Creates a new de facto resource from the given graphObject only if it indeed is a de facto workflow. -
Uses of ListObject in de.uni_trier.wi2.procake.data.object.nest.impl
Methods in de.uni_trier.wi2.procake.data.object.nest.impl with parameters of type ListObject Modifier and Type Method Description voidNESTSequentialWorkflowObjectImpl. transformListObjectToNESTSequentialWorkflow(ListObject listObject)
-