Package com.flowable.form.engine.impl
Class FormRepositoryServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<FormEngineConfiguration>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<FormEngineConfiguration>
com.flowable.form.engine.impl.FormRepositoryServiceImpl
- All Implemented Interfaces:
CoreFormRepositoryService,org.flowable.form.api.FormRepositoryService
public class FormRepositoryServiceImpl
extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<FormEngineConfiguration>
implements CoreFormRepositoryService
- Author:
- Tijs Rademakers
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutorFields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchangeDeploymentParentDeploymentId(String deploymentId, String newParentDeploymentId) org.flowable.form.api.FormDeploymentBuilderorg.flowable.form.api.FormDeploymentQueryorg.flowable.form.api.FormDefinitionQueryorg.flowable.form.api.NativeFormDeploymentQueryorg.flowable.form.api.NativeFormDefinitionQueryvoiddeleteDeployment(String deploymentId) voiddeleteDeployment(String deploymentId, boolean cascade) org.flowable.form.api.FormDeploymentdeploy(FormDeploymentBuilderImpl deploymentBuilder) getDeploymentResourceNames(String deploymentId) org.flowable.form.api.FormDefinitiongetFormDefinition(String formDefinitionId) getFormDefinitionResource(String formId) org.flowable.form.api.FormInfogetFormModelById(String formId) org.flowable.form.api.FormInfogetFormModelByKey(String formDefinitionKey) org.flowable.form.api.FormInfogetFormModelByKey(String formDefinitionKey, String tenantId, boolean fallbackToDefaultTenant) org.flowable.form.api.FormInfogetFormModelByKeyAndParentDeploymentId(String formDefinitionKey, String parentDeploymentId) org.flowable.form.api.FormInfogetFormModelByKeyAndParentDeploymentId(String formDefinitionKey, String parentDeploymentId, String tenantId, boolean fallbackToDefaultTenant) getResourceAsStream(String deploymentId, String resourceName) voidsetDeploymentCategory(String deploymentId, String category) voidsetDeploymentTenantId(String deploymentId, String newTenantId) voidsetFormDefinitionCategory(String formId, String category) Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutorMethods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
FormRepositoryServiceImpl
public FormRepositoryServiceImpl()
-
-
Method Details
-
createDeployment
public org.flowable.form.api.FormDeploymentBuilder createDeployment()- Specified by:
createDeploymentin interfaceorg.flowable.form.api.FormRepositoryService
-
deploy
-
deleteDeployment
- Specified by:
deleteDeploymentin interfaceorg.flowable.form.api.FormRepositoryService
-
deleteDeployment
- Specified by:
deleteDeploymentin interfaceorg.flowable.form.api.FormRepositoryService
-
createFormDefinitionQuery
public org.flowable.form.api.FormDefinitionQuery createFormDefinitionQuery()- Specified by:
createFormDefinitionQueryin interfaceorg.flowable.form.api.FormRepositoryService
-
createFormCustomComponentDefinitionQuery
- Specified by:
createFormCustomComponentDefinitionQueryin interfaceCoreFormRepositoryService
-
createNativeFormDefinitionQuery
public org.flowable.form.api.NativeFormDefinitionQuery createNativeFormDefinitionQuery()- Specified by:
createNativeFormDefinitionQueryin interfaceorg.flowable.form.api.FormRepositoryService
-
getDeploymentResourceNames
- Specified by:
getDeploymentResourceNamesin interfaceorg.flowable.form.api.FormRepositoryService
-
getResourceAsStream
- Specified by:
getResourceAsStreamin interfaceorg.flowable.form.api.FormRepositoryService
-
setDeploymentCategory
- Specified by:
setDeploymentCategoryin interfaceorg.flowable.form.api.FormRepositoryService
-
setDeploymentTenantId
- Specified by:
setDeploymentTenantIdin interfaceorg.flowable.form.api.FormRepositoryService
-
changeDeploymentParentDeploymentId
- Specified by:
changeDeploymentParentDeploymentIdin interfaceorg.flowable.form.api.FormRepositoryService
-
createDeploymentQuery
public org.flowable.form.api.FormDeploymentQuery createDeploymentQuery()- Specified by:
createDeploymentQueryin interfaceorg.flowable.form.api.FormRepositoryService
-
createNativeDeploymentQuery
public org.flowable.form.api.NativeFormDeploymentQuery createNativeDeploymentQuery()- Specified by:
createNativeDeploymentQueryin interfaceorg.flowable.form.api.FormRepositoryService
-
getFormDefinition
- Specified by:
getFormDefinitionin interfaceorg.flowable.form.api.FormRepositoryService
-
getFormModelById
- Specified by:
getFormModelByIdin interfaceorg.flowable.form.api.FormRepositoryService
-
getFormModelByKey
- Specified by:
getFormModelByKeyin interfaceorg.flowable.form.api.FormRepositoryService
-
getFormModelByKey
public org.flowable.form.api.FormInfo getFormModelByKey(String formDefinitionKey, String tenantId, boolean fallbackToDefaultTenant) - Specified by:
getFormModelByKeyin interfaceorg.flowable.form.api.FormRepositoryService
-
getFormModelByKeyAndParentDeploymentId
public org.flowable.form.api.FormInfo getFormModelByKeyAndParentDeploymentId(String formDefinitionKey, String parentDeploymentId) - Specified by:
getFormModelByKeyAndParentDeploymentIdin interfaceorg.flowable.form.api.FormRepositoryService
-
getFormModelByKeyAndParentDeploymentId
public org.flowable.form.api.FormInfo getFormModelByKeyAndParentDeploymentId(String formDefinitionKey, String parentDeploymentId, String tenantId, boolean fallbackToDefaultTenant) - Specified by:
getFormModelByKeyAndParentDeploymentIdin interfaceorg.flowable.form.api.FormRepositoryService
-
getFormDefinitionResource
- Specified by:
getFormDefinitionResourcein interfaceorg.flowable.form.api.FormRepositoryService
-
setFormDefinitionCategory
- Specified by:
setFormDefinitionCategoryin interfaceorg.flowable.form.api.FormRepositoryService
-