ilog.rules.studio.res.ruleapp

Interface IlrRuleAppDescriptor



  • public interface IlrRuleAppDescriptor
    Describes a RuleApp stored in a RuleApp project.
    • Method Detail

      • getCreationDate

        java.util.Date getCreationDate()
        Gets the creation data of this descriptor.
        Returns:
        The creation data of this descriptor.
      • getPropertyValue

        java.lang.String getPropertyValue(java.lang.String key)
        Gets the property value for the specified key.
        Parameters:
        key - The property name.
        Returns:
        The property value.
      • getProperties

        @Deprecated
        java.util.Properties getProperties()
        Deprecated. As of JRules 7.0, replaced by getPropertySet().
        Gets the list of read only key/value in the Java properties format.
        Returns:
        A list of read only key/value in the Java properties format.
      • getPropertySet

        java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.String>> getPropertySet()
        Gets the list of read only key/value in a Java collection.
        Since:
        JRules 7.0
        Returns:
        A list of read only key/value in a Java collection.
      • getDescription

        java.lang.String getDescription()
        Gets the RuleApp description.
        Returns:
        The RuleApp description.
      • getDisplayName

        java.lang.String getDisplayName()
        Gets the RuleApp display name. The display name is the project name.
        Returns:
        The RuleApp display name.
      • getName

        java.lang.String getName()
        Gets the RuleApp name. The name is a valid name for the application servers. The name is calculated from the display name by authorizing only digits, letters, and underscore characters.
        Returns:
        The RuleApp name.
      • getVersion

        java.lang.String getVersion()
        Gets the RuleApp version.
        Returns:
        The RuleApp version.
      • getProject

        IlrRuleAppProject getProject()
        Gets the IlrRuleAppProject where this descriptor is stored.
        Returns:
        The IlrRuleAppProject where this descriptor is stored.

© Copyright IBM Corp. 1987, 2020