Class CoerceDecisionServiceSingletonOutputOption

  • All Implemented Interfaces:
    java.io.Serializable, org.kie.api.conf.Option, DMNOption

    public class CoerceDecisionServiceSingletonOutputOption
    extends java.lang.Object
    implements DMNOption
    coerce singleton output decision service as a value instead of a context of single entry.
    See Also:
    Serialized Form
    • Field Detail

      • DEFAULT_VALUE

        public static final boolean DEFAULT_VALUE
        The default value for this option
        See Also:
        Constant Field Values
    • Constructor Detail

      • CoerceDecisionServiceSingletonOutputOption

        public CoerceDecisionServiceSingletonOutputOption​(boolean value)
      • CoerceDecisionServiceSingletonOutputOption

        public CoerceDecisionServiceSingletonOutputOption​(java.lang.String value)
    • Method Detail

      • getPropertyName

        public java.lang.String getPropertyName()
        Specified by:
        getPropertyName in interface org.kie.api.conf.Option
      • isCoerceSingleton

        public boolean isCoerceSingleton()