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