public interface EmbeddedProcess extends LightWeightProcess
EmbeddedProcess is used to embed another process
template. This corresponds to
ProcessConstants.TemplateUsage.AS_COPY
and does not allow to propagate changes of the referenced template
automatically but it avoids the need of a separate process template since it
is physically embedded in the parent process template.| Modifier and Type | Method and Description |
|---|---|
Template |
getTemplate()
Returns the template of the embedded process.
|
java.util.UUID |
getTemplateID()
Returns the ID of the referenced embedded template.
|
getConfiguration, getExecutionControlProperties, getParameter, getParameters, getTestConfiguration, getTypegetUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValuegetPluginData, getPluginDatas, getSupportedPluginstoLocalisedStringTemplate getTemplate()
ChangeableTemplate this method will also return a
ChangeableTemplate. The TemplateStatus for
the parent template also applies to the returned template.java.util.UUID getTemplateID()