ilog.rules.res.model

Interface IlrMutableRulesetArchiveInformation

    • Method Detail

      • setDisplayName

        void setDisplayName(java.lang.String displayName)
        Modifies the display name of the ruleset.
        Parameters:
        displayName - The new display name for the ruleset. This parameter can be set to null.
      • setDescription

        void setDescription(java.lang.String description)
        Modifies the description of a ruleset.
        Parameters:
        description - The new ruleset description. This parameter can be set to null.
      • setRulesetArchive

        void setRulesetArchive(ilog.rules.archive.IlrRulesetArchive rulesetArchive)
        Deprecated. Use setRCERulesetArchive(InputStream) instead.
        Sets the ruleset archive.
        Parameters:
        rulesetArchive - The new ruleset archive. This archive must already be loaded.
        See Also:
        IlrRulesetArchive.extractArchive(IlrRulesetArchiveLoader)
      • setRESRulesetArchive

        void setRESRulesetArchive(IlrEngineType engineType,
                                java.io.InputStream content)
        Sets the Rule Execution Server ruleset archive as a stream.
        Since:
        8.0.1
        Parameters:
        engineType - The type of the engine to be used with this archive: classic rule engine or decision engine.
        content - The content of this archive.
      • setProperty

        void setProperty(java.lang.String key,
                       java.lang.String value)
        Sets the value corresponding to a key.
        Parameters:
        key - The key to be placed into the property list. This parameter must not be set to null.
        value - The value corresponding to key. If set to null, the value removes the property corresponding to key.

© Copyright IBM Corp. 1987, 2015