Uses of Interface
de.aristaflow.adept2.model.datamanagement.InstanceDataContainer
-
-
Uses of InstanceDataContainer in de.aristaflow.adept2.core.datamanager
Methods in de.aristaflow.adept2.core.datamanager that return InstanceDataContainer Modifier and Type Method Description InstanceDataContainer
DataManager. createInstanceDataContainer(SessionToken session, Template template)
Creates an instance data container for the input (and output) parameters of the designated template. -
Uses of InstanceDataContainer in de.aristaflow.adept2.core.eventmanager
Methods in de.aristaflow.adept2.core.eventmanager that return InstanceDataContainer Modifier and Type Method Description InstanceDataContainer
InstanceStartEventManager. createInstanceDataContainer(SessionToken session, UUID templateID)
Creates an instance data container for the input (and output) parameters of the designated template.Methods in de.aristaflow.adept2.core.eventmanager with parameters of type InstanceDataContainer Modifier and Type Method Description default UUID
InstanceStartEventManager. createAndStartInstance(SessionToken session, UUID templateID, InstanceDataContainer dataContainer)
Deprecated, for removal: This API element is subject to removal in a future version.SerialisablePair<UUID,UUID>
InstanceStartEventManager. startInstance(SessionToken session, UUID templId, InstanceDataContainer dataContainer)
Creates a new instance of the designated process template, starts the instance and logs the designated user as initiator of the process instance. -
Uses of InstanceDataContainer in de.aristaflow.adept2.core.eventmanager.common
Methods in de.aristaflow.adept2.core.eventmanager.common that return InstanceDataContainer Modifier and Type Method Description InstanceDataContainer
AbstractEventManager. createInstanceDataContainer(SessionToken session, UUID templateID)
Methods in de.aristaflow.adept2.core.eventmanager.common with parameters of type InstanceDataContainer Modifier and Type Method Description SerialisablePair<UUID,UUID>
AbstractEventManager. startInstance(SessionToken session, UUID templId, InstanceDataContainer dataContainer)
-
Uses of InstanceDataContainer in de.aristaflow.adept2.core.eventmanager.fileevents
Methods in de.aristaflow.adept2.core.eventmanager.fileevents with parameters of type InstanceDataContainer Modifier and Type Method Description protected void
InstanceStartEventHandler. processFileEvent(FileEvent event, Collection<? extends Parameter> inParams, InstanceDataContainer dataContainer)
Processes the file of the designated event and sets the values of the input parameters in the designated data container.protected void
MarkInstanceStartEventHandler. processFileEvent(FileEvent event, Collection<? extends Parameter> inParams, InstanceDataContainer dataContainer, File file, File lockFile)
Processes the file of the designated event and sets the values of the input parameters in the designated data container. -
Uses of InstanceDataContainer in de.aristaflow.adept2.core.eventmanager.mailevents
Methods in de.aristaflow.adept2.core.eventmanager.mailevents with parameters of type InstanceDataContainer Modifier and Type Method Description protected void
InstanceStartEventHandler. processMailEvent(MailEvent event, Collection<? extends Parameter> inParams, InstanceDataContainer dataContainer)
Processes the mail of the designated event and sets the values of the input parameters in the designated data container. -
Uses of InstanceDataContainer in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that return InstanceDataContainer Modifier and Type Method Description InstanceDataContainer
InstanceControl. createInstanceDataContainer(SessionToken session, UUID processTemplateID)
Creates an instance data container for the input (and output) parameters of the designated template. -
Uses of InstanceDataContainer in de.aristaflow.ilm.model.datamanagement
Methods in de.aristaflow.ilm.model.datamanagement that return InstanceDataContainer Modifier and Type Method Description static InstanceDataContainer
Transformation. fromIlm(DataContainer dc)
Deprecated, for removal: This API element is subject to removal in a future version.UseTransformation.fromIlm(DataContainer, Logger)
instead.static InstanceDataContainer
Transformation. fromIlm(DataContainer dc, Logger logger)
-