Package com.flowable.app.engine.impl.cmd
Class GetAppIncidentsCmd
java.lang.Object
com.flowable.app.engine.impl.cmd.GetAppIncidentsCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<List<AppIncidentEntity>>
public class GetAppIncidentsCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<List<AppIncidentEntity>>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetAppIncidentsCmd
(String appKey) GetAppIncidentsCmd
(String appKey, String tenantId) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
appKey
-
tenantId
-
-
Constructor Details
-
GetAppIncidentsCmd
-
GetAppIncidentsCmd
-
-
Method Details
-
execute
public List<AppIncidentEntity> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<List<AppIncidentEntity>>
-