ProcessTemplate
ProcessTemplate.Rd
Class representing a PetroVisor process template object.
Public fields
name
The name of the process template.
description
The discription of the process template.
processTemplateGroup
The group of the process template.
dueIntervals
The interval unti a step is due.
priority
The priority of the process.
severity
The severity of the process.
steps
A list containing the definition of the steps of the process template. The items of the list must be instances of the class
Step
.customFields
A list of custom fields of the process template. The items of the list must be instances of the class
CustomField
.
Methods
Method new()
Create a new ProcessTemplate instance.
Usage
ProcessTemplate$new(
name = NULL,
description = NULL,
processTemplateGroup = NULL,
dueIntervals = NULL,
priority = NULL,
severity = NULL,
steps = NULL,
customFields = NULL
)
Arguments
name
The name of the process template.
description
The discription of the process template.
processTemplateGroup
The group of the process template.
dueIntervals
The interval unti a step is due.
priority
The priority of the process.
severity
The severity of the process.
steps
A list containing the definition of the steps of the process template. The items of the list must be instances of the class
Step
.customFields
A list of custom fields of the process template. The items of the list must be instances of the class
CustomField
.