Package com.flowable.app.engine.impl.cmd
Class GetPageDefinitionsForAppCmd
java.lang.Object
com.flowable.app.engine.impl.cmd.GetPageDefinitionsForAppCmd
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.impl.interceptor.Command<List<PageDefinition>>
public class GetPageDefinitionsForAppCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<List<PageDefinition>>, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
appDefinitionKey
-
tenantId
-
-
Constructor Details
-
GetPageDefinitionsForAppCmd
-
-
Method Details
-
execute
public List<PageDefinition> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<List<PageDefinition>>
-