Interface ErrorHandlingProcessData
-
public interface ErrorHandlingProcessData
Error handling process data, ie. which template shall be started if the node fails.- Author:
- Kevin Goeser
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ErrorHandlingProcessData.ErrorHandlingParameter
Constants for the parameter names which build the API of the template.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUID
getTemplateID()
Returns the ID of the template which shall be instantiated when the node fails.void
setTemplateID(UUID templateID)
Set the error handling template ID.
-
-
-
Field Detail
-
ID
static final String ID
My plug-in (data) ID.- See Also:
- Constant Field Values
-
-
Method Detail
-
getTemplateID
UUID getTemplateID()
Returns the ID of the template which shall be instantiated when the node fails. Note, that the template with the ID must exist in the process manager and must obey the API for error handling processes.- Returns:
- The ID of the template to be instantiated when the node fails.
-
setTemplateID
void setTemplateID(UUID templateID)
Set the error handling template ID.- Parameters:
templateID
-
-
-