Interface LightWeightProcess
- All Superinterfaces:
ExecutableBusinessProcess,LocalisedString,PluginDataContainer,UserAttributeContainer
- All Known Subinterfaces:
EmbeddedProcess,ReferencedProcess
The
A subprocess is treated like a normal
LightWeightProcess (LWP) is used as a stand-in for
sub-processes. An LWP may either reference an external process
(ReferencedProcess) or it may embed another process template.
The former corresponds to
ProcessConstants.TemplateUsage.AS_REFERENCE,
the latter corresponds to
ProcessConstants.TemplateUsage.AS_COPY. A subprocess is treated like a normal
Activity with input and output
parameters and a well-defined state.- Author:
- Ulrich Kreher
-
Method Summary
Methods inherited from interface de.aristaflow.adept2.model.processmodel.ExecutableBusinessProcess
getConfiguration, getExecutionControlProperties, getParameter, getParameters, getTestConfiguration, getTypeMethods inherited from interface de.aristaflow.adept2.model.common.i18n.LocalisedString
toLocalisedStringMethods inherited from interface de.aristaflow.adept2.model.common.PluginDataContainer
getPluginData, getPluginDatas, getSupportedPluginsMethods inherited from interface de.aristaflow.adept2.model.common.UserAttributeContainer
getUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValue