Class AgentDeploymentBuilderImpl
java.lang.Object
com.flowable.agent.engine.impl.repository.AgentDeploymentBuilderImpl
- All Implemented Interfaces:
AgentDeploymentBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AgentDeploymentEntityprotected booleanprotected AgentRepositoryServiceImplprotected AgentResourceEntityManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddClasspathResource(String resource) addInputStream(String resourceName, InputStream inputStream) Gives the deployment the given category.deploy()Deploys all provided sources to the Agent engine.If set, this deployment will be compared to any previous deployment.booleanGives the deployment the given key.Gives the deployment the given name.parentDeploymentId(String parentDeploymentId) Gives the deployment the given parent deployment id.protected StringstripFoldersFromResourceName(String resourceName) Gives the deployment the given tenant id.
-
Field Details
-
repositoryService
-
resourceEntityManager
-
deployment
-
isDuplicateFilterEnabled
protected boolean isDuplicateFilterEnabled
-
-
Constructor Details
-
AgentDeploymentBuilderImpl
public AgentDeploymentBuilderImpl()
-
-
Method Details
-
addInputStream
- Specified by:
addInputStreamin interfaceAgentDeploymentBuilder
-
addClasspathResource
- Specified by:
addClasspathResourcein interfaceAgentDeploymentBuilder
-
addString
- Specified by:
addStringin interfaceAgentDeploymentBuilder
-
addBytes
- Specified by:
addBytesin interfaceAgentDeploymentBuilder
-
stripFoldersFromResourceName
-
name
Description copied from interface:AgentDeploymentBuilderGives the deployment the given name.- Specified by:
namein interfaceAgentDeploymentBuilder
-
category
Description copied from interface:AgentDeploymentBuilderGives the deployment the given category.- Specified by:
categoryin interfaceAgentDeploymentBuilder
-
key
Description copied from interface:AgentDeploymentBuilderGives the deployment the given key.- Specified by:
keyin interfaceAgentDeploymentBuilder
-
parentDeploymentId
Description copied from interface:AgentDeploymentBuilderGives the deployment the given parent deployment id.- Specified by:
parentDeploymentIdin interfaceAgentDeploymentBuilder
-
tenantId
Description copied from interface:AgentDeploymentBuilderGives the deployment the given tenant id.- Specified by:
tenantIdin interfaceAgentDeploymentBuilder
-
enableDuplicateFiltering
Description copied from interface:AgentDeploymentBuilderIf set, this deployment will be compared to any previous deployment. This means that every (non-generated) resource will be compared with the provided resources of this deployment.- Specified by:
enableDuplicateFilteringin interfaceAgentDeploymentBuilder
-
deploy
Description copied from interface:AgentDeploymentBuilderDeploys all provided sources to the Agent engine.- Specified by:
deployin interfaceAgentDeploymentBuilder
-
getDeployment
-
isDuplicateFilterEnabled
public boolean isDuplicateFilterEnabled()
-