Uses of Class
org.kie.internal.runtime.conf.AuditMode
-
Packages that use AuditMode Package Description org.kie.internal.runtime.conf org.kie.internal.runtime.manager.deploy -
-
Uses of AuditMode in org.kie.internal.runtime.conf
Methods in org.kie.internal.runtime.conf that return AuditMode Modifier and Type Method Description AuditMode
DeploymentDescriptor. getAuditMode()
Returns the audit type configurationstatic AuditMode
AuditMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuditMode[]
AuditMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.internal.runtime.conf with parameters of type AuditMode Modifier and Type Method Description DeploymentDescriptorBuilder
DeploymentDescriptorBuilder. auditMode(AuditMode mode)
-
Uses of AuditMode in org.kie.internal.runtime.manager.deploy
Methods in org.kie.internal.runtime.manager.deploy that return AuditMode Modifier and Type Method Description AuditMode
DeploymentDescriptorImpl. getAuditMode()
Methods in org.kie.internal.runtime.manager.deploy with parameters of type AuditMode Modifier and Type Method Description void
DeploymentDescriptorImpl. setAuditMode(AuditMode auditMode)
-