Package com.flowable.app.engine.impl.cmd
Class GetAppIncidentsCmd
- java.lang.Object
-
- com.flowable.app.engine.impl.cmd.GetAppIncidentsCmd
-
- All Implemented Interfaces:
Command<List<AppIncidentEntity>>
public class GetAppIncidentsCmd extends Object implements Command<List<AppIncidentEntity>>
-
-
Constructor Summary
Constructors Constructor Description GetAppIncidentsCmd(String appKey)
GetAppIncidentsCmd(String appKey, String tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AppIncidentEntity>
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public List<AppIncidentEntity> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<List<AppIncidentEntity>>
-
-