| Modifier and Type | Method and Description |
|---|---|
InstanceDataContainer |
DataManager.createInstanceDataContainer(SessionToken session,
Template template)
Creates an instance data container for the input (and output) parameters of
the designated template.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceDataContainer |
InstanceStartEventManager.createInstanceDataContainer(SessionToken session,
java.util.UUID templateID)
Creates an instance data container for the input (and output) parameters of
the designated template.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.UUID |
InstanceStartEventManager.createAndStartInstance(SessionToken session,
java.util.UUID templateID,
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.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceDataContainer |
AbstractEventManager.createInstanceDataContainer(SessionToken session,
java.util.UUID templateID) |
| Modifier and Type | Method and Description |
|---|---|
java.util.UUID |
AbstractEventManager.createAndStartInstance(SessionToken session,
java.util.UUID templateID,
InstanceDataContainer dataContainer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InstanceStartEventHandler.processFileEvent(FileEvent event,
java.util.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,
java.util.Collection<? extends Parameter> inParams,
InstanceDataContainer dataContainer,
java.io.File file,
java.io.File lockFile)
Processes the file of the designated event and sets the values of the input
parameters in the designated data container.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
InstanceStartEventHandler.processMailEvent(MailEvent event,
java.util.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.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceDataContainer |
InstanceControl.createInstanceDataContainer(SessionToken session,
java.util.UUID processTemplateID)
Creates an instance data container for the input (and output) parameters of
the designated template.
|