Uses of Enum Class
org.kie.internal.builder.ChangeType
Packages that use ChangeType
Package
Description
The builder package is responsible for building knowledge definitions from artifact resources.
-
Uses of ChangeType in org.kie.internal.builder
Methods in org.kie.internal.builder that return ChangeTypeModifier and TypeMethodDescriptionResourceChange.getChangeType()ResourceChangeSet.getChangeType()static ChangeTypeReturns the enum constant of this class with the specified name.static ChangeType[]ChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.kie.internal.builder with parameters of type ChangeTypeModifierConstructorDescriptionResourceChange(ChangeType action, ResourceChange.Type type, String name) ResourceChangeSet(String resourceName, ChangeType status)