Class SerializableActivation

    • Constructor Detail

      • SerializableActivation

        public SerializableActivation()
      • SerializableActivation

        public SerializableActivation​(org.kie.api.runtime.rule.Match activation)
    • Method Detail

      • getRule

        public org.kie.api.definition.rule.Rule getRule()
        Specified by:
        getRule in interface org.kie.api.runtime.rule.Match
      • getFactHandles

        public List<? extends org.kie.api.runtime.rule.FactHandle> getFactHandles()
        Specified by:
        getFactHandles in interface org.kie.api.runtime.rule.Match
      • getObjects

        public List<Object> getObjects()
        Specified by:
        getObjects in interface org.kie.api.runtime.rule.Match
      • getDeclarationValue

        public Object getDeclarationValue​(String variableName)
        Specified by:
        getDeclarationValue in interface org.kie.api.runtime.rule.Match
      • getDeclarationIds

        public List<String> getDeclarationIds()
        Specified by:
        getDeclarationIds in interface org.kie.api.runtime.rule.Match
      • isActive

        public boolean isActive()