getRuleValidationAttribute() Instantiates and returns a new instance of the RuleValidationAttribute class configured on this template.
The calling code should be sure to call isRuleValidationAttribute first to verify the type of this attribute
is that of a RuleValidationAttribute.
getWorkflowAttribute() Instantiates and returns a new instance of the WorkflowAttribute class configured on this template.
The calling code should be sure to call isWorkflowAttribute first to verify the type of this attribute
is that of a WorkflowAttribute.
Instantiates and returns a new instance of the RuleValidationAttribute class configured on this template.
The calling code should be sure to call isRuleValidationAttribute first to verify the type of this attribute
is that of a RuleValidationAttribute. Otherwise a RuntimeException will be thrown.
Instantiates and returns a new instance of the WorkflowAttribute class configured on this template.
The calling code should be sure to call isWorkflowAttribute first to verify the type of this attribute
is that of a WorkflowAttribute. Otherwise a RuntimeException will be thrown.