public interface AppDefinitionService
| Modifier and Type | Method and Description |
|---|---|
AppDefinitionRepresentation |
getAppDefinition(String appDefinitionId) |
AppDefinitionRepresentation |
getAppDefinitionHistory(String modelId,
String modelHistoryId) |
List<AppDefinitionServiceRepresentation> |
getAppDefinitions() |
List<AppDefinitionServiceRepresentation> |
getDeployableAppDefinitions(org.flowable.idm.api.User user) |
AppDefinitionUpdateResultRepresentation |
updateAppDefinition(String modelId,
AppDefinitionSaveRepresentation updatedModel) |
AppDefinitionRepresentation getAppDefinition(String appDefinitionId)
AppDefinitionRepresentation getAppDefinitionHistory(String modelId, String modelHistoryId)
AppDefinitionUpdateResultRepresentation updateAppDefinition(String modelId, AppDefinitionSaveRepresentation updatedModel)
List<AppDefinitionServiceRepresentation> getAppDefinitions()
List<AppDefinitionServiceRepresentation> getDeployableAppDefinitions(org.flowable.idm.api.User user)
Copyright © 2018 Flowable. All rights reserved.