Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
Packages that use DeploymentEntity
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of DeploymentEntity in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl with parameters of type DeploymentEntityModifier and TypeMethodDescriptionprotected void
AbstractDefinitionDeployer.definitionAddedToDeploymentCache
(DeploymentEntity deployment, DefinitionEntity definition, Properties properties) Called after a definition was added to the deployment cache.void
AbstractDefinitionDeployer.deploy
(DeploymentEntity deployment) protected String
AbstractDefinitionDeployer.generateDefinitionId
(DeploymentEntity deployment, DefinitionEntity newDefinition, DefinitionEntity latestDefinition) create an id for the definition.protected String
AbstractDefinitionDeployer.getDiagramResourceForDefinition
(DeploymentEntity deployment, String resourceName, DefinitionEntity definition, Map<String, ResourceEntity> resources) Returns the default name of the image resource for a certain definition.protected int
AbstractDefinitionDeployer.getNextVersion
(DeploymentEntity deployment, DefinitionEntity newDefinition, DefinitionEntity latestDefinition) per default we increment the latest definition version by one - but you might want to hook in some own logic here, e.g.protected void
AbstractDefinitionDeployer.handlePersistedDefinition
(DefinitionEntity definition, DefinitionEntity persistedDefinition, DeploymentEntity deployment, Properties properties) protected void
AbstractDefinitionDeployer.loadDefinitions
(DeploymentEntity deployment, List<DefinitionEntity> definitions, Properties properties) protected List<DefinitionEntity>
AbstractDefinitionDeployer.parseDefinitionResources
(DeploymentEntity deployment, Properties properties) protected void
AbstractDefinitionDeployer.persistDefinitions
(DeploymentEntity deployment, List<DefinitionEntity> definitions, Properties properties) protected void
AbstractDefinitionDeployer.persistedDefinitionLoaded
(DeploymentEntity deployment, DefinitionEntity definition, DefinitionEntity persistedDefinition) Called when a previous version of a definition was loaded from the persistent store.protected void
AbstractDefinitionDeployer.postProcessDefinitions
(DeploymentEntity deployment, List<DefinitionEntity> definitions, Properties properties) protected void
AbstractDefinitionDeployer.registerDefinition
(DeploymentEntity deployment, DefinitionEntity definition, Properties properties) protected abstract List<DefinitionEntity>
AbstractDefinitionDeployer.transformDefinitions
(DeploymentEntity deployment, ResourceEntity resource, Properties properties) Transform the resource entity into definition entities.protected Collection<DefinitionEntity>
AbstractDefinitionDeployer.transformResource
(DeploymentEntity deployment, ResourceEntity resource, Properties properties) protected void
AbstractDefinitionDeployer.updateDefinitionByLatestDefinition
(DeploymentEntity deployment, DefinitionEntity definition, DefinitionEntity latestDefinition) protected void
AbstractDefinitionDeployer.updateDefinitionByPersistedDefinition
(DeploymentEntity deployment, DefinitionEntity definition, DefinitionEntity persistedDefinition) -
Uses of DeploymentEntity in org.camunda.bpm.engine.impl.application
Methods in org.camunda.bpm.engine.impl.application with parameters of type DeploymentEntityModifier and TypeMethodDescriptionprotected List<CaseDefinition>
ProcessApplicationManager.getDeployedCaseDefinitionArtifacts
(DeploymentEntity deployment) protected List<ProcessDefinition>
ProcessApplicationManager.getDeployedProcessDefinitionArtifacts
(DeploymentEntity deployment) -
Uses of DeploymentEntity in org.camunda.bpm.engine.impl.bpmn.deployer
Methods in org.camunda.bpm.engine.impl.bpmn.deployer with parameters of type DeploymentEntityModifier and TypeMethodDescriptionprotected void
BpmnDeployer.definitionAddedToDeploymentCache
(DeploymentEntity deployment, ProcessDefinitionEntity definition, Properties properties) protected void
BpmnDeployer.handlePersistedDefinition
(ProcessDefinitionEntity definition, ProcessDefinitionEntity persistedDefinition, DeploymentEntity deployment, Properties properties) protected void
BpmnDeployer.persistedDefinitionLoaded
(DeploymentEntity deployment, ProcessDefinitionEntity definition, ProcessDefinitionEntity persistedDefinition) protected List<ProcessDefinitionEntity>
BpmnDeployer.transformDefinitions
(DeploymentEntity deployment, ResourceEntity resource, Properties properties) -
Uses of DeploymentEntity in org.camunda.bpm.engine.impl.bpmn.parser
Fields in org.camunda.bpm.engine.impl.bpmn.parser declared as DeploymentEntityModifier and TypeFieldDescriptionprotected DeploymentEntity
BpmnParse.deployment
The deployment to which the parsed process definitions will be added.Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type DeploymentEntity -
Uses of DeploymentEntity in org.camunda.bpm.engine.impl.cfg.multitenancy
Methods in org.camunda.bpm.engine.impl.cfg.multitenancy that return DeploymentEntityModifier and TypeMethodDescriptionprotected DeploymentEntity
TenantCommandChecker.findDeploymentById
(String deploymentId) -
Uses of DeploymentEntity in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return DeploymentEntityMethods in org.camunda.bpm.engine.impl.cmd with parameters of type DeploymentEntityModifier and TypeMethodDescriptionprotected void
DeployCmd.deploy
(CommandContext commandContext, DeploymentEntity deployment) protected String[]
DeployCmd.getProcessDefinitionsFromResources
(CommandContext commandContext, DeploymentEntity deploymentToRegister, Collection ignoredResources) protected ProcessApplicationRegistration
DeployCmd.registerProcessApplication
(CommandContext commandContext, DeploymentEntity deploymentToRegister, CandidateDeployment candidateDeployment, Collection ignoredResources) protected Map<String,
ResourceEntity> DeployCmd.resolveResourcesToDeploy
(CommandContext commandContext, DeploymentEntity candidateDeployment) Method parameters in org.camunda.bpm.engine.impl.cmd with type arguments of type DeploymentEntityModifier and TypeMethodDescriptionprotected void
DeployCmd.ensureDeploymentsWithIdsExists
(Set<String> expected, List<DeploymentEntity> actual) -
Uses of DeploymentEntity in org.camunda.bpm.engine.impl.cmmn.deployer
Methods in org.camunda.bpm.engine.impl.cmmn.deployer with parameters of type DeploymentEntityModifier and TypeMethodDescriptionprotected List<CaseDefinitionEntity>
CmmnDeployer.transformDefinitions
(DeploymentEntity deployment, ResourceEntity resource, Properties properties) -
Uses of DeploymentEntity in org.camunda.bpm.engine.impl.cmmn.transformer
Fields in org.camunda.bpm.engine.impl.cmmn.transformer declared as DeploymentEntityMethods in org.camunda.bpm.engine.impl.cmmn.transformer that return DeploymentEntityMethods in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type DeploymentEntityModifier and TypeMethodDescriptionCmmnTransform.deployment
(DeploymentEntity deployment) void
CmmnTransform.setDeployment
(DeploymentEntity deployment) -
Uses of DeploymentEntity in org.camunda.bpm.engine.impl.context
Methods in org.camunda.bpm.engine.impl.context that return DeploymentEntity -
Uses of DeploymentEntity in org.camunda.bpm.engine.impl.dmn.deployer
Methods in org.camunda.bpm.engine.impl.dmn.deployer with parameters of type DeploymentEntityModifier and TypeMethodDescriptionprotected DecisionRequirementsDefinitionEntity
DecisionDefinitionDeployer.findDeployedDrdForResource
(DeploymentEntity deployment, String resourceName) protected List<DecisionDefinitionEntity>
DecisionDefinitionDeployer.transformDefinitions
(DeploymentEntity deployment, ResourceEntity resource, Properties properties) protected List<DecisionRequirementsDefinitionEntity>
DecisionRequirementsDefinitionDeployer.transformDefinitions
(DeploymentEntity deployment, ResourceEntity resource, Properties properties) protected void
DecisionRequirementsDefinitionDeployer.updateDefinitionByPersistedDefinition
(DeploymentEntity deployment, DecisionRequirementsDefinitionEntity definition, DecisionRequirementsDefinitionEntity persistedDefinition) -
Uses of DeploymentEntity in org.camunda.bpm.engine.impl.form.deployer
Methods in org.camunda.bpm.engine.impl.form.deployer with parameters of type DeploymentEntityModifier and TypeMethodDescriptionprotected List<CamundaFormDefinitionEntity>
CamundaFormDefinitionDeployer.transformDefinitions
(DeploymentEntity deployment, ResourceEntity resource, Properties properties) -
Uses of DeploymentEntity in org.camunda.bpm.engine.impl.form.handler
Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type DeploymentEntityModifier and TypeMethodDescriptionvoid
DefaultFormHandler.parseConfiguration
(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse) void
DelegateFormHandler.parseConfiguration
(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse) void
FormHandler.parseConfiguration
(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse) Constructors in org.camunda.bpm.engine.impl.form.handler with parameters of type DeploymentEntityModifierConstructorDescriptionDelegateStartFormHandler
(StartFormHandler formHandler, DeploymentEntity deployment) DelegateTaskFormHandler
(TaskFormHandler formHandler, DeploymentEntity deployment) -
Uses of DeploymentEntity in org.camunda.bpm.engine.impl.persistence.deploy
Methods in org.camunda.bpm.engine.impl.persistence.deploy with parameters of type DeploymentEntity -
Uses of DeploymentEntity in org.camunda.bpm.engine.impl.persistence.deploy.cache
Methods in org.camunda.bpm.engine.impl.persistence.deploy.cache with parameters of type DeploymentEntityModifier and TypeMethodDescriptionvoid
CacheDeployer.deploy
(DeploymentEntity deployment) void
DeploymentCache.deploy
(DeploymentEntity deployment) void
CacheDeployer.deployOnlyGivenResourcesOfDeployment
(DeploymentEntity deployment, String... resourceNames) protected void
CacheDeployer.initDeployment
(DeploymentEntity deployment, String... resourceNames) -
Uses of DeploymentEntity in org.camunda.bpm.engine.impl.persistence.entity
Subclasses of DeploymentEntity in org.camunda.bpm.engine.impl.persistence.entityMethods in org.camunda.bpm.engine.impl.persistence.entity that return DeploymentEntityModifier and TypeMethodDescriptionDeploymentManager.findDeploymentById
(String deploymentId) DeploymentManager.findLatestDeploymentByName
(String deploymentName) Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type DeploymentEntityModifier and TypeMethodDescriptionDeploymentManager.findDeploymentsByIds
(String... deploymentsIds) Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type DeploymentEntityModifier and TypeMethodDescriptionprotected void
DeploymentManager.createDefaultAuthorizations
(DeploymentEntity deployment) void
DeploymentManager.insertDeployment
(DeploymentEntity deployment) -
Uses of DeploymentEntity in org.camunda.bpm.engine.impl.repository
Fields in org.camunda.bpm.engine.impl.repository declared as DeploymentEntityMethods in org.camunda.bpm.engine.impl.repository that return DeploymentEntityMethods in org.camunda.bpm.engine.impl.repository with parameters of type DeploymentEntityModifier and TypeMethodDescriptionstatic CandidateDeploymentImpl
CandidateDeploymentImpl.fromDeploymentEntity
(DeploymentEntity deploymentEntity) -
Uses of DeploymentEntity in org.camunda.bpm.engine.impl.scripting
Methods in org.camunda.bpm.engine.impl.scripting that return DeploymentEntityModifier and TypeMethodDescriptionprotected DeploymentEntity
DynamicResourceExecutableScript.getDeployment()
-
Uses of DeploymentEntity in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util with parameters of type DeploymentEntityModifier and TypeMethodDescriptionstatic String
ResourceUtil.loadResourceContent
(String resourcePath, DeploymentEntity deployment) Parse a camunda:resource attribute and loads the resource depending on the url scheme.