| Modifier and Type | Method and Description |
|---|---|
AppModel |
AppRepositoryService.getAppModel(String appDefinitionId)
Returns the
AppModel including all App model info. |
| Modifier and Type | Method and Description |
|---|---|
AppModel |
AppResourceConverter.convertAppResourceToModel(byte[] appResourceBytes) |
| Modifier and Type | Method and Description |
|---|---|
String |
AppResourceConverter.convertAppModelToJson(AppModel appModel) |
| Modifier and Type | Method and Description |
|---|---|
AppModel |
AppRepositoryServiceImpl.getAppModel(String appDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
AppModel |
GetAppModelCmd.execute(CommandContext commandContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseAppModel |
| Modifier and Type | Method and Description |
|---|---|
AppModel |
AppResourceConverterImpl.convertAppResourceToModel(byte[] appResourceBytes) |
| Modifier and Type | Method and Description |
|---|---|
String |
AppResourceConverterImpl.convertAppModelToJson(AppModel appModel) |
protected AppDefinitionEntity |
AppDeployer.getMostRecentVersionOfAppDefinition(AppModel appModel,
String tenantId) |
protected void |
AppDeployer.updateCachingAndArtifacts(AppDefinitionEntity appDefinition,
AppModel appResourceModel,
AppDeploymentEntity deployment) |
| Modifier and Type | Field and Description |
|---|---|
protected AppModel |
AppDefinitionCacheEntry.appModel |
| Modifier and Type | Method and Description |
|---|---|
AppModel |
AppDefinitionCacheEntry.getAppModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
AppDefinitionCacheEntry.setAppModel(AppModel appModel) |
| Constructor and Description |
|---|
AppDefinitionCacheEntry(AppDefinition appDefinition,
AppModel appModel) |
| Modifier and Type | Method and Description |
|---|---|
static AppModel |
AppDefinitionUtil.getAppModel(String appDefinitionId) |
Copyright © 2023 Flowable. All rights reserved.