public class GetPageDefinitionsForAppCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<List<PageDefinition>>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
appDefinitionKey |
protected String |
tenantId |
| Constructor and Description |
|---|
GetPageDefinitionsForAppCmd(String appDefinitionKey,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
List<PageDefinition> |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
public List<PageDefinition> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<List<PageDefinition>>Copyright © 2019. All rights reserved.