Package com.flowable.app.engine.impl.cmd
Class GetPageDefinitionsForAppCmd
- java.lang.Object
-
- com.flowable.app.engine.impl.cmd.GetPageDefinitionsForAppCmd
-
- All Implemented Interfaces:
Serializable
,Command<List<PageDefinition>>
public class GetPageDefinitionsForAppCmd extends Object implements Command<List<PageDefinition>>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
appDefinitionKey
protected String
tenantId
-
Constructor Summary
Constructors Constructor Description GetPageDefinitionsForAppCmd(String appDefinitionKey, String tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PageDefinition>
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public List<PageDefinition> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<List<PageDefinition>>
-
-