Uses of Class
org.kie.api.runtime.rule.FactHandle.State
-
Packages that use FactHandle.State Package Description org.kie.api.runtime.rule The rule runtime classes. -
-
Uses of FactHandle.State in org.kie.api.runtime.rule
Methods in org.kie.api.runtime.rule that return FactHandle.State Modifier and Type Method Description static FactHandle.State
FactHandle.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static FactHandle.State[]
FactHandle.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.api.runtime.rule with parameters of type FactHandle.State Modifier and Type Method Description void
EntryPoint. delete(FactHandle handle, FactHandle.State fhState)
Retracts the fact for which the given FactHandle was assigned.
-