Interface AppRestApiInterceptor


  • public interface AppRestApiInterceptor
    • 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()