Package org.flowable.app.rest
Interface AppRestApiInterceptor
-
public interface AppRestApiInterceptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccessAppDefinitionInfoById(org.flowable.app.api.repository.AppDefinition appDefinition)voidaccessAppDefinitionInfoWithQuery(org.flowable.app.api.repository.AppDefinitionQuery appDefinitionQuery)voidaccessAppManagementInfo()voidaccessDeploymentById(org.flowable.app.api.repository.AppDeployment deployment)voidaccessDeploymentsWithQuery(org.flowable.app.api.repository.AppDeploymentQuery deploymentQuery)voiddeleteDeployment(org.flowable.app.api.repository.AppDeployment deployment)voidenhanceDeployment(org.flowable.app.api.repository.AppDeploymentBuilder deploymentBuilder)voidexecuteNewDeploymentForTenantId(String tenantId)
-
-
-
Method Detail
-
accessAppDefinitionInfoById
void accessAppDefinitionInfoById(org.flowable.app.api.repository.AppDefinition appDefinition)
-
accessAppDefinitionInfoWithQuery
void accessAppDefinitionInfoWithQuery(org.flowable.app.api.repository.AppDefinitionQuery appDefinitionQuery)
-
accessDeploymentById
void accessDeploymentById(org.flowable.app.api.repository.AppDeployment deployment)
-
accessDeploymentsWithQuery
void accessDeploymentsWithQuery(org.flowable.app.api.repository.AppDeploymentQuery deploymentQuery)
-
executeNewDeploymentForTenantId
void executeNewDeploymentForTenantId(String tenantId)
-
enhanceDeployment
void enhanceDeployment(org.flowable.app.api.repository.AppDeploymentBuilder deploymentBuilder)
-
deleteDeployment
void deleteDeployment(org.flowable.app.api.repository.AppDeployment deployment)
-
accessAppManagementInfo
void accessAppManagementInfo()
-
-