Package com.flowable.app.rest
Interface AppRestApiInterceptor
public interface AppRestApiInterceptor
-
Method Summary
Modifier and Type Method Description voidaccessAppDefinitionInfoById(CoreAppDefinition appDefinition)voidaccessAppDefinitionInfoWithQuery(CoreAppDefinitionQuery appDefinitionQuery)voidaccessAppManagementInfo()voidaccessDeploymentById(org.flowable.app.api.repository.AppDeployment deployment)voidaccessDeploymentsWithQuery(org.flowable.app.api.repository.AppDeploymentQuery deploymentQuery)voidaccessPageDefinitionInfoById(PageDefinition pageDefinition)voidaccessPageDefinitionInfoWithQuery(PageDefinitionQuery pageDefinitionQuery)voiddeleteDeployment(org.flowable.app.api.repository.AppDeployment deployment)voidenhanceDeployment(org.flowable.app.api.repository.AppDeploymentBuilder deploymentBuilder)voidexecuteNewDeploymentForTenantId(java.lang.String tenantId)
-
Method Details
-
accessAppDefinitionInfoById
-
accessAppDefinitionInfoWithQuery
-
accessPageDefinitionInfoById
-
accessPageDefinitionInfoWithQuery
-
accessDeploymentById
void accessDeploymentById(org.flowable.app.api.repository.AppDeployment deployment) -
accessDeploymentsWithQuery
void accessDeploymentsWithQuery(org.flowable.app.api.repository.AppDeploymentQuery deploymentQuery) -
executeNewDeploymentForTenantId
void executeNewDeploymentForTenantId(java.lang.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()
-