ilog.rules.res.session.ruleset

Interface IlrRuleflowElementInformation

  • All Known Subinterfaces:
    IlrRuleInformation, IlrTaskInformation


    public interface IlrRuleflowElementInformation
    Information about a ruleflow element, whether a task or a rule.
    Since:
    8.0
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getBusinessName()
      Returns the business name of the component.
      java.lang.String getName()
      Returns the name of the component.
      java.util.Map<java.lang.String,java.lang.Object> getProperties()
      Returns the properties associated with this component.
      java.lang.String getUUID()
      Returns the UUID of the component.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of the component.
        Returns:
        The component name.
      • getBusinessName

        java.lang.String getBusinessName()
        Returns the business name of the component.
        Returns:
        The business name of the component.
      • getProperties

        java.util.Map<java.lang.String,java.lang.Object> getProperties()
        Returns the properties associated with this component.
        Returns:
        The properties associated with this component.
      • getUUID

        java.lang.String getUUID()
        Returns the UUID of the component.
        Returns:
        The UUID of the component.

© Copyright IBM Corp. 1987, 2020