| Modifier and Type | Method and Description |
|---|---|
List<PageDefinition> |
AppRepositoryServiceImpl.getPageDefinitionsForApp(String appDefinitionKey) |
List<PageDefinition> |
AppRepositoryServiceImpl.getPageDefinitionsForApp(String appDefinitionKey,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
List<PageDefinition> |
GetPageDefinitionsForAppCmd.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
List<PageDefinition> |
AppDeploymentManager.findPageDefinitionByAppKey(String appDefinitionKey,
String tenantId) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PageDefinitionEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
PageDefinitionEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<PageDefinition> |
PageDefinitionEntityManagerImpl.findPageDefinitionsByQueryCriteria(PageDefinitionQueryImpl pageDefinitionQuery) |
List<PageDefinition> |
PageDefinitionEntityManager.findPageDefinitionsByQueryCriteria(PageDefinitionQueryImpl pageDefinitionQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<PageDefinition> |
PageDefinitionDataManager.findPageDefinitionsByQueryCriteria(PageDefinitionQueryImpl pageDefinitionQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<PageDefinition> |
MybatisPageDefinitionDataManager.findPageDefinitionsByQueryCriteria(PageDefinitionQueryImpl pageDefinitionQuery) |
| Modifier and Type | Field and Description |
|---|---|
protected PageDefinition |
PageDefinitionCacheEntry.pageDefinition |
| Modifier and Type | Method and Description |
|---|---|
PageDefinition |
PageDefinitionCacheEntry.getPageDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
PageDefinitionCacheEntry.setPageDefinition(PageDefinition pageDefinition) |
| Constructor and Description |
|---|
PageDefinitionCacheEntry(PageDefinition pageDefinition,
CorePageModel pageModel) |
| Modifier and Type | Method and Description |
|---|---|
List<PageDefinition> |
PageDefinitionQueryImpl.executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
List<PageDefinition> |
CoreAppRepositoryService.getPageDefinitionsForApp(String appDefinitionKey) |
List<PageDefinition> |
CoreAppRepositoryService.getPageDefinitionsForApp(String appDefinitionKey,
String tenantId) |
Copyright © 2019. All rights reserved.