Class GeneratedDroolsKIEModule

    • Field Detail

      • MVNGROUPID

        public static final java.lang.String MVNGROUPID
        Qualifier of the DroolsKIEModule.mvnGroupId attribute
        See Also:
        Constant Field Values
      • MVNARTIFACTID

        public static final java.lang.String MVNARTIFACTID
        Qualifier of the DroolsKIEModule.mvnArtifactId attribute
        See Also:
        Constant Field Values
      • MVNVERSION

        public static final java.lang.String MVNVERSION
        Qualifier of the DroolsKIEModule.mvnVersion attribute
        See Also:
        Constant Field Values
      • DEPLOYEDMVNVERSION

        public static final java.lang.String DEPLOYEDMVNVERSION
        Qualifier of the DroolsKIEModule.deployedMvnVersion attribute
        See Also:
        Constant Field Values
      • DEFAULTKIEBASE

        public static final java.lang.String DEFAULTKIEBASE
        Qualifier of the DroolsKIEModule.defaultKIEBase attribute
        See Also:
        Constant Field Values
      • KIEBASES

        public static final java.lang.String KIEBASES
        Qualifier of the DroolsKIEModule.kieBases 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

      • GeneratedDroolsKIEModule

        public GeneratedDroolsKIEModule()
    • Method Detail

      • getDefaultKIEBase

        public DroolsKIEBase getDefaultKIEBase​(SessionContext ctx)
        Generated method - Getter of the DroolsKIEModule.defaultKIEBase attribute.
        Returns:
        the defaultKIEBase
      • getDefaultKIEBase

        public DroolsKIEBase getDefaultKIEBase()
        Generated method - Getter of the DroolsKIEModule.defaultKIEBase attribute.
        Returns:
        the defaultKIEBase
      • setDefaultKIEBase

        public void setDefaultKIEBase​(SessionContext ctx,
                                      DroolsKIEBase value)
        Generated method - Setter of the DroolsKIEModule.defaultKIEBase attribute.
        Parameters:
        value - the defaultKIEBase
      • setDefaultKIEBase

        public void setDefaultKIEBase​(DroolsKIEBase value)
        Generated method - Setter of the DroolsKIEModule.defaultKIEBase attribute.
        Parameters:
        value - the defaultKIEBase
      • getDeployedMvnVersion

        public java.lang.String getDeployedMvnVersion​(SessionContext ctx)
        Generated method - Getter of the DroolsKIEModule.deployedMvnVersion attribute.
        Returns:
        the deployedMvnVersion
      • getDeployedMvnVersion

        public java.lang.String getDeployedMvnVersion()
        Generated method - Getter of the DroolsKIEModule.deployedMvnVersion attribute.
        Returns:
        the deployedMvnVersion
      • setDeployedMvnVersion

        public void setDeployedMvnVersion​(SessionContext ctx,
                                          java.lang.String value)
        Generated method - Setter of the DroolsKIEModule.deployedMvnVersion attribute.
        Parameters:
        value - the deployedMvnVersion
      • setDeployedMvnVersion

        public void setDeployedMvnVersion​(java.lang.String value)
        Generated method - Setter of the DroolsKIEModule.deployedMvnVersion attribute.
        Parameters:
        value - the deployedMvnVersion
      • getKieBases

        public java.util.Collection<DroolsKIEBase> getKieBases​(SessionContext ctx)
        Generated method - Getter of the DroolsKIEModule.kieBases attribute.
        Returns:
        the kieBases
      • getKieBases

        public java.util.Collection<DroolsKIEBase> getKieBases()
        Generated method - Getter of the DroolsKIEModule.kieBases attribute.
        Returns:
        the kieBases
      • setKieBases

        public void setKieBases​(SessionContext ctx,
                                java.util.Collection<DroolsKIEBase> value)
        Generated method - Setter of the DroolsKIEModule.kieBases attribute.
        Parameters:
        value - the kieBases
      • setKieBases

        public void setKieBases​(java.util.Collection<DroolsKIEBase> value)
        Generated method - Setter of the DroolsKIEModule.kieBases attribute.
        Parameters:
        value - the kieBases
      • addToKieBases

        public void addToKieBases​(SessionContext ctx,
                                  DroolsKIEBase value)
        Generated method - Adds value to kieBases.
        Parameters:
        value - the item to add to kieBases
      • addToKieBases

        public void addToKieBases​(DroolsKIEBase value)
        Generated method - Adds value to kieBases.
        Parameters:
        value - the item to add to kieBases
      • removeFromKieBases

        public void removeFromKieBases​(SessionContext ctx,
                                       DroolsKIEBase value)
        Generated method - Removes value from kieBases.
        Parameters:
        value - the item to remove from kieBases
      • removeFromKieBases

        public void removeFromKieBases​(DroolsKIEBase value)
        Generated method - Removes value from kieBases.
        Parameters:
        value - the item to remove from kieBases
      • getMvnArtifactId

        public java.lang.String getMvnArtifactId​(SessionContext ctx)
        Generated method - Getter of the DroolsKIEModule.mvnArtifactId attribute.
        Returns:
        the mvnArtifactId
      • getMvnArtifactId

        public java.lang.String getMvnArtifactId()
        Generated method - Getter of the DroolsKIEModule.mvnArtifactId attribute.
        Returns:
        the mvnArtifactId
      • setMvnArtifactId

        public void setMvnArtifactId​(SessionContext ctx,
                                     java.lang.String value)
        Generated method - Setter of the DroolsKIEModule.mvnArtifactId attribute.
        Parameters:
        value - the mvnArtifactId
      • setMvnArtifactId

        public void setMvnArtifactId​(java.lang.String value)
        Generated method - Setter of the DroolsKIEModule.mvnArtifactId attribute.
        Parameters:
        value - the mvnArtifactId
      • getMvnGroupId

        public java.lang.String getMvnGroupId​(SessionContext ctx)
        Generated method - Getter of the DroolsKIEModule.mvnGroupId attribute.
        Returns:
        the mvnGroupId
      • getMvnGroupId

        public java.lang.String getMvnGroupId()
        Generated method - Getter of the DroolsKIEModule.mvnGroupId attribute.
        Returns:
        the mvnGroupId
      • setMvnGroupId

        public void setMvnGroupId​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the DroolsKIEModule.mvnGroupId attribute.
        Parameters:
        value - the mvnGroupId
      • setMvnGroupId

        public void setMvnGroupId​(java.lang.String value)
        Generated method - Setter of the DroolsKIEModule.mvnGroupId attribute.
        Parameters:
        value - the mvnGroupId
      • getMvnVersion

        public java.lang.String getMvnVersion​(SessionContext ctx)
        Generated method - Getter of the DroolsKIEModule.mvnVersion attribute.
        Returns:
        the mvnVersion
      • getMvnVersion

        public java.lang.String getMvnVersion()
        Generated method - Getter of the DroolsKIEModule.mvnVersion attribute.
        Returns:
        the mvnVersion
      • setMvnVersion

        public void setMvnVersion​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the DroolsKIEModule.mvnVersion attribute.
        Parameters:
        value - the mvnVersion
      • setMvnVersion

        public void setMvnVersion​(java.lang.String value)
        Generated method - Setter of the DroolsKIEModule.mvnVersion attribute.
        Parameters:
        value - the mvnVersion