Class CreateSlaAuditInstanceCmd
java.lang.Object
com.flowable.platform.engine.impl.cmd.CreateSlaAuditInstanceCmd
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.impl.interceptor.Command<SlaAuditInstance>
public class CreateSlaAuditInstanceCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<SlaAuditInstance>, Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreateSlaAuditInstanceCmd
(SlaAuditInstanceBuilderImpl slaAuditInstanceBuilder) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
slaAuditInstanceBuilder
-
-
Constructor Details
-
CreateSlaAuditInstanceCmd
-
-
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>
-