| Package | Description |
|---|---|
| de.aristaflow.adept2.core.eventmanager.fileevents | |
| de.aristaflow.adept2.core.eventmanager.mailevents | |
| de.aristaflow.adept2.model.activitymodel |
TODO This is completely outdated.
|
| de.aristaflow.adept2.model.common | |
| de.aristaflow.adept2.model.common.systemdata | |
| de.aristaflow.adept2.model.common.tools | |
| de.aristaflow.adept2.model.processmodel |
Warning: This package description is OUTDATED (work in progress)!!
|
| de.aristaflow.adept2.model.runtimeenvironment |
| 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 static UDTValue |
MailTools.addressListToUDT(Parameter parameter,
javax.mail.Address[] addresses,
java.util.logging.Logger logger)
Creates a UDT value for the designated parameter with the designated
addresses.
|
protected static UDTValue |
MailTools.attachmentsToUDT(Parameter parameter,
MailEvent event,
java.io.File fileStore,
java.util.logging.Logger logger)
Creates a UDT value for the designated parameter with all attachments of
the message of the designated mail event.
|
protected void |
MailEventActivityHandler.handleField(java.lang.String field,
Parameter param,
MailEvent event,
ActivityData data)
Gets the designated field from the message of the designated mail event and
stores the value for the output parameter in the designated data context.
|
protected void |
MailEventActivityHandler.handleRegEx(java.lang.String regex,
Parameter param,
MailEvent event,
ActivityData data)
Applies the designated regular expression to (the string representation of)
the content of the message of the designated mail event and stores the
match for the output parameter in the designated data context.
|
| 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 | Interface and Description |
|---|---|
interface |
ATParameter
An
ATParameter extends a Parameter by additional
information needed when assigning (dragging) an activity (template
definition) to a process node. |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
AbstractActivity.getParameter(java.lang.String name,
ActivityConstants.AccessType accessType)
Gets the parameter object linked to the passed parameter name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<? extends Parameter> |
AbstractActivity.getParameters(ActivityConstants.AccessType accessType)
Gets the parameters of the designated access type of the operation of this
abstract activity.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SystemDataTools.isCompatibleParameter(ParameterRef paramRef,
Parameter parameter)
Returns true, if the parameter reference and the given parameter
are compatible.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ParameterComparator.compare(Parameter o1,
Parameter o2) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcessModelParameter
The Parameter interface describes the connectors on the executable
business process side (activity/sub-process).
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
ActivityData.getCorrespondingJavaClass(Parameter parameter,
boolean output)
Gets the class object corresponding to the type of the designated
parameter.
|