Class GetSlaAuditInstanceCmd
java.lang.Object
com.flowable.platform.engine.impl.cmd.GetSlaAuditInstanceCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<SlaAuditInstance>
public class GetSlaAuditInstanceCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<SlaAuditInstance>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
auditInstanceId
-
-
Constructor Details
-
GetSlaAuditInstanceCmd
-
-
Method Details
-
execute
public SlaAuditInstance execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<SlaAuditInstance>
-