com.ibm.wbiserver.brules.mgmt.problem

Class ProblemInvalidActionValueTemplate

  • All Implemented Interfaces:
    java.io.Serializable


    public class ProblemInvalidActionValueTemplate
    extends Problem
    implements java.io.Serializable
    Problem class representing the error that the action value template being used to define the value for an action is not available to that action, i.e. it is not associated with the TreeActionTermDefinition for the action.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProblemInvalidActionValueTemplate

        public ProblemInvalidActionValueTemplate(TemplateInstanceExpression templateInstanceBeingUsed,
                                         TreeAction treeAction)
        Constructor for the ProblemInvalidActionValueTemplate class.
        Parameters:
        templateInstanceBeingUsed - The TemplateInstanceExpression being used to define a value for an action. This is the template instance that is in error.
        treeAction - The tree action for which the template instance is being used.
    • Method Detail

      • getTemplateInstanceBeingUsed

        public TemplateInstanceExpression getTemplateInstanceBeingUsed()
        Get the template instance that is in error.
        Returns:
        The template instance in error.
      • getTreeAction

        public TreeAction getTreeAction()
        The tree action for which the template instance is being used.
        Returns:
        The tree action for which the template instance is being used.
      • getErrorMessage

        public java.lang.String getErrorMessage()
        Specified by:
        getErrorMessage in class Problem
IBM Business Process ManagerTM
Release 8