public interface FormRepositoryService
FormDeploymentBuilder createDeployment()
void deleteDeployment(String deploymentId)
FormDefinitionQuery createFormDefinitionQuery()
NativeFormDefinitionQuery createNativeFormDefinitionQuery()
void setDeploymentCategory(String deploymentId, String category)
deploymentId - The id of the deployment of which the category will be changed.category - The new category.void setDeploymentTenantId(String deploymentId, String newTenantId)
deploymentId - The id of the deployment of which the tenant identifier will be changed.newTenantId - The new tenant identifier.void changeDeploymentParentDeploymentId(String deploymentId, String newParentDeploymentId)
deploymentId - The id of the deployment of which the parent deployment identifier will be changed.newParentDeploymentId - The new parent deployment identifier.InputStream getResourceAsStream(String deploymentId, String resourceName)
FormDeploymentQuery createDeploymentQuery()
NativeFormDeploymentQuery createNativeDeploymentQuery()
FormDefinition getFormDefinition(String formDefinitionId)
FormInfo getFormModelByKey(String formDefinitionKey, String tenantId, boolean fallbackToDefaultTenant)
FormInfo getFormModelByKeyAndParentDeploymentId(String formDefinitionKey, String parentDeploymentId)
FormInfo getFormModelByKeyAndParentDeploymentId(String formDefinitionKey, String parentDeploymentId, String tenantId, boolean fallbackToDefaultTenant)
InputStream getFormDefinitionResource(String formDefinitionId)
Copyright © 2020 Flowable. All rights reserved.