Package org.jbpm.process.audit.command
Class ClearHistoryLogsCommand
- java.lang.Object
-
- org.jbpm.process.audit.command.AuditCommand<Void>
-
- org.jbpm.process.audit.command.ClearHistoryLogsCommand
-
- All Implemented Interfaces:
Serializable
,org.kie.api.command.Command<Void>
,org.kie.api.command.ExecutableCommand<Void>
public class ClearHistoryLogsCommand extends AuditCommand<Void>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jbpm.process.audit.command.AuditCommand
auditLogService
-
-
Constructor Summary
Constructors Constructor Description ClearHistoryLogsCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(org.kie.api.runtime.Context cntxt)
String
toString()
-
Methods inherited from class org.jbpm.process.audit.command.AuditCommand
setAuditLogService, setLogEnvironment
-
-