com.ibm.wbiserver.brules.mgmt

Interface TemplateInstanceRule

    • Method Detail

      • getRuleTemplate

        RuleTemplate getRuleTemplate()
        Get the template from which this rule was defined.
        Returns:
        The RuleTemplate object that was used to define this Rule.
      • getParameterValues

        java.util.List<ParameterValue> getParameterValues()
        Get the values of all template parameters for this template instance rule.
        Returns:
        A List of ParameterValue objects, each of which represents the value of one template parameter. The list itself is unmodifiable. The value of an individual parameter can be changed by using the setValue method on the appropriate ParameterValue object.
      • getParameterValue

        ParameterValue getParameterValue(java.lang.String parameterName)
        Get the value of the template parameter with the specified name. Returns null if there is no parameter with the specified name.
        Parameters:
        parameterName - The parameter name.
        Returns:
        The ParameterValue object representing the value for the specified parameter. null is returned if there is no parameter with the specified name. The value for the parameter can be changed using the setValue method on the returned object.
IBM Business Process ManagerTM
Release 8