| Modifier and Type | Method and Description |
|---|---|
AppDefinition |
AppRepositoryService.getAppDefinition(String appDefinitionId)
Returns the
AppDefinition including all App information like additional Properties (e.g. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AppDefinitionBaseQuery<T extends AppDefinitionBaseQuery<T,C>,C extends AppDefinition> |
| Modifier and Type | Method and Description |
|---|---|
AppDefinition |
AppRepositoryServiceImpl.getAppDefinition(String appDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
AppDefinition |
GetDeploymentAppDefinitionCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected Void |
AddIdentityLinkCmd.execute(CommandContext commandContext,
AppDefinition appDefinition) |
protected Void |
DeleteIdentityLinkCmd.execute(CommandContext commandContext,
AppDefinition appDefinition) |
protected abstract T |
NeedsAppDefinitionCmd.execute(CommandContext commandContext,
AppDefinition appDefinition)
Subclasses must implement in this method their normal command logic.
|
| Modifier and Type | Method and Description |
|---|---|
AppDefinition |
AppDeploymentManager.findDeployedAppDefinitionById(String appDefinitionId) |
AppDefinition |
AppDeploymentManager.findDeployedAppDefinitionByKeyAndVersionAndTenantId(String appDefinitionKey,
Integer appDefinitionVersion,
String tenantId) |
AppDefinition |
AppDeploymentManager.findDeployedLatestAppDefinitionByKey(String appDefinitionKey) |
AppDefinition |
AppDeploymentManager.findDeployedLatestAppDefinitionByKeyAndTenantId(String appDefinitionKey,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
AppDefinitionCacheEntry |
AppDeploymentManager.resolveAppDefinition(AppDefinition appDefinition) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AppDefinitionEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
AppDefinitionEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
AppDefinition |
AppDefinitionEntityManagerImpl.findAppDefinitionByKeyAndVersionAndTenantId(String appDefinitionKey,
Integer appDefinitionVersion,
String tenantId) |
AppDefinition |
AppDefinitionEntityManager.findAppDefinitionByKeyAndVersionAndTenantId(String appDefinitionKey,
Integer appDefinitionVersion,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
List<AppDefinition> |
AppDefinitionEntityManagerImpl.findAppDefinitionsByQueryCriteria(AppDefinitionQuery appDefinitionQuery) |
List<AppDefinition> |
AppDefinitionEntityManager.findAppDefinitionsByQueryCriteria(AppDefinitionQuery appDefinitionQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<AppDefinition> |
AppDefinitionDataManager.findAppDefinitionsByQueryCriteria(AppDefinitionQueryImpl appDefinitionQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<AppDefinition> |
MybatisAppDefinitionDataManager.findAppDefinitionsByQueryCriteria(AppDefinitionQueryImpl appDefinitionQuery) |
| Modifier and Type | Field and Description |
|---|---|
protected AppDefinition |
AppDefinitionCacheEntry.appDefinition |
| Modifier and Type | Method and Description |
|---|---|
AppDefinition |
AppDefinitionCacheEntry.getAppDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
AppDefinitionCacheEntry.setAppDefinition(AppDefinition appDefinition) |
| Constructor and Description |
|---|
AppDefinitionCacheEntry(AppDefinition appDefinition,
AppModel appModel) |
| Modifier and Type | Method and Description |
|---|---|
static AppDefinition |
AppDefinitionUtil.getAppDefinition(String appDefinitionId) |
protected static AppDefinition |
AppDefinitionUtil.getAppDefinition(String appDefinitionId,
AppDeploymentManager deploymentManager,
AppDefinitionCacheEntry cacheEntry) |
| Modifier and Type | Method and Description |
|---|---|
List<AppDefinition> |
AppDefinitionQueryImpl.executeList(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppRestApiInterceptor.accessAppDefinitionInfoById(AppDefinition appDefinition) |
AppDefinitionResponse |
AppRestResponseFactory.createAppDefinitionResponse(AppDefinition appDefinition) |
AppDefinitionResponse |
AppRestResponseFactory.createAppDefinitionResponse(AppDefinition appDefinition,
AppRestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<AppDefinitionResponse> |
AppRestResponseFactory.createAppDefinitionResponseList(List<AppDefinition> appDefinitions) |
| Constructor and Description |
|---|
AppDefinitionResponse(AppDefinition appDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected AppDefinitionRepresentation |
FlowableAppDefinitionService.createRepresentation(AppDefinition appDefinition,
BaseAppModel baseAppModel) |
Copyright © 2023 Flowable. All rights reserved.