public class AppRepositoryServiceImpl extends CommonEngineServiceImpl<AppEngineConfiguration> implements AppRepositoryService
commandExecutorconfiguration| Constructor and Description |
|---|
AppRepositoryServiceImpl(AppEngineConfiguration engineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
String |
convertAppModelToJson(String appDefinitionId) |
AppDefinitionQuery |
createAppDefinitionQuery() |
AppDeploymentBuilder |
createDeployment() |
AppDeploymentQuery |
createDeploymentQuery() |
void |
deleteDeployment(String deploymentId,
boolean cascade) |
AppDeployment |
deploy(AppDeploymentBuilderImpl deploymentBuilder) |
AppDefinition |
getAppDefinition(String appDefinitionId) |
AppModel |
getAppModel(String appDefinitionId) |
List<String> |
getDeploymentResourceNames(String deploymentId) |
InputStream |
getResourceAsStream(String deploymentId,
String resourceName) |
void |
setAppDefinitionCategory(String appDefinitionId,
String category) |
getCommandExecutor, setCommandExecutorgetConfigurationpublic AppRepositoryServiceImpl(AppEngineConfiguration engineConfiguration)
public AppDeploymentBuilder createDeployment()
createDeployment in interface AppRepositoryServicepublic List<String> getDeploymentResourceNames(String deploymentId)
getDeploymentResourceNames in interface AppRepositoryServicepublic InputStream getResourceAsStream(String deploymentId, String resourceName)
getResourceAsStream in interface AppRepositoryServicepublic AppDeployment deploy(AppDeploymentBuilderImpl deploymentBuilder)
public AppDefinition getAppDefinition(String appDefinitionId)
getAppDefinition in interface AppRepositoryServicepublic AppModel getAppModel(String appDefinitionId)
getAppModel in interface AppRepositoryServicepublic String convertAppModelToJson(String appDefinitionId)
convertAppModelToJson in interface AppRepositoryServicepublic void deleteDeployment(String deploymentId, boolean cascade)
deleteDeployment in interface AppRepositoryServicepublic AppDeploymentQuery createDeploymentQuery()
createDeploymentQuery in interface AppRepositoryServicepublic AppDefinitionQuery createAppDefinitionQuery()
createAppDefinitionQuery in interface AppRepositoryServicepublic void setAppDefinitionCategory(String appDefinitionId, String category)
setAppDefinitionCategory in interface AppRepositoryServiceCopyright © 2018 Flowable. All rights reserved.