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 InstanceDataContainerDataManager. 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 InstanceDataContainerInstanceStartEventManager. 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 UUIDInstanceStartEventManager. 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 InstanceDataContainerAbstractEventManager. 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 voidInstanceStartEventHandler. 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 voidMarkInstanceStartEventHandler. 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 voidInstanceStartEventHandler. 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 InstanceDataContainerInstanceControl. 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 InstanceDataContainerTransformation. fromIlm(DataContainer dc)Deprecated, for removal: This API element is subject to removal in a future version.UseTransformation.fromIlm(DataContainer, Logger)instead.static InstanceDataContainerTransformation. fromIlm(DataContainer dc, Logger logger)
-