Uses of Enum Class
org.kie.api.runtime.rule.FactHandle.State
Packages that use FactHandle.State
-
Uses of FactHandle.State in org.kie.api.runtime.rule
Methods in org.kie.api.runtime.rule that return FactHandle.StateModifier and TypeMethodDescriptionstatic FactHandle.StateReturns the enum constant of this class with the specified name.static FactHandle.State[]FactHandle.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kie.api.runtime.rule with parameters of type FactHandle.StateModifier and TypeMethodDescriptionvoidEntryPoint.delete(FactHandle handle, FactHandle.State fhState) Retracts the fact for which the given FactHandle was assigned.