Class GeneratedSourceRuleTemplate

    • Field Detail

      • CONDITIONS

        public static final java.lang.String CONDITIONS
        Qualifier of the SourceRuleTemplate.conditions attribute
        See Also:
        Constant Field Values
      • ACTIONS

        public static final java.lang.String ACTIONS
        Qualifier of the SourceRuleTemplate.actions attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedSourceRuleTemplate

        public GeneratedSourceRuleTemplate()
    • Method Detail

      • getActions

        public java.lang.String getActions​(SessionContext ctx)
        Generated method - Getter of the SourceRuleTemplate.actions attribute.
        Returns:
        the actions - Rule consequences stored in a formatted String
      • getActions

        public java.lang.String getActions()
        Generated method - Getter of the SourceRuleTemplate.actions attribute.
        Returns:
        the actions - Rule consequences stored in a formatted String
      • setActions

        public void setActions​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the SourceRuleTemplate.actions attribute.
        Parameters:
        value - the actions - Rule consequences stored in a formatted String
      • setActions

        public void setActions​(java.lang.String value)
        Generated method - Setter of the SourceRuleTemplate.actions attribute.
        Parameters:
        value - the actions - Rule consequences stored in a formatted String
      • getConditions

        public java.lang.String getConditions​(SessionContext ctx)
        Generated method - Getter of the SourceRuleTemplate.conditions attribute.
        Returns:
        the conditions - Rule conditions stored in a formatted String
      • getConditions

        public java.lang.String getConditions()
        Generated method - Getter of the SourceRuleTemplate.conditions attribute.
        Returns:
        the conditions - Rule conditions stored in a formatted String
      • setConditions

        public void setConditions​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the SourceRuleTemplate.conditions attribute.
        Parameters:
        value - the conditions - Rule conditions stored in a formatted String
      • setConditions

        public void setConditions​(java.lang.String value)
        Generated method - Setter of the SourceRuleTemplate.conditions attribute.
        Parameters:
        value - the conditions - Rule conditions stored in a formatted String