Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.bpmn.deployer | |
org.camunda.bpm.engine.impl.cmd | |
org.camunda.bpm.engine.impl.cmmn.deployer | |
org.camunda.bpm.engine.impl.cmmn.transformer | |
org.camunda.bpm.engine.impl.dmn.deployer | |
org.camunda.bpm.engine.impl.persistence.entity |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractDefinitionDeployer.isResourceHandled(ResourceEntity resource) |
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected List<ProcessDefinitionEntity> |
BpmnDeployer.transformDefinitions(DeploymentEntity deployment,
ResourceEntity resource,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
protected List<ResourceEntity> |
DeployCmd.getResources(DeploymentBuilderImpl deploymentBuilder,
CommandContext commandContext) |
protected List<ResourceEntity> |
DeployCmd.getResourcesByDeploymentId(Set<String> deploymentIds,
CommandContext commandContext) |
protected List<ResourceEntity> |
DeployCmd.getResourcesById(Map<String,Set<String>> resourcesById,
CommandContext commandContext) |
protected List<ResourceEntity> |
DeployCmd.getResourcesByName(Map<String,Set<String>> resourcesByName,
CommandContext commandContext) |
protected Map<String,ResourceEntity> |
DeployCmd.resolveResourcesToDeploy(CommandContext commandContext,
DeploymentEntity deployment) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DeployCmd.isBpmnResource(ResourceEntity resourceEntity) |
protected boolean |
DeployCmd.isCmmnResource(ResourceEntity resourceEntity) |
protected boolean |
DeployCmd.resourcesDiffer(ResourceEntity resource,
ResourceEntity existing) |
Modifier and Type | Method and Description |
---|---|
protected void |
DeployCmd.addResources(List<ResourceEntity> resources,
DeploymentBuilderImpl deploymentBuilder) |
protected void |
DeployCmd.checkDuplicateResourceName(List<ResourceEntity> resources) |
protected void |
DeployCmd.ensureResourcesWithIdsExist(String deploymentId,
Set<String> expectedIds,
List<ResourceEntity> actual) |
protected void |
DeployCmd.ensureResourcesWithKeysExist(String deploymentId,
Set<String> expectedKeys,
Map<String,ResourceEntity> actual,
String valueProperty) |
protected void |
DeployCmd.ensureResourcesWithNamesExist(String deploymentId,
Set<String> expectedNames,
List<ResourceEntity> actual) |
protected Set<String> |
DeployCmd.retrieveProcessKeysFromResources(Map<String,ResourceEntity> resources) |
Modifier and Type | Method and Description |
---|---|
protected List<CaseDefinitionEntity> |
CmmnDeployer.transformDefinitions(DeploymentEntity deployment,
ResourceEntity resource,
Properties properties) |
Modifier and Type | Field and Description |
---|---|
protected ResourceEntity |
CmmnTransform.resource |
Modifier and Type | Method and Description |
---|---|
ResourceEntity |
CmmnTransform.getResource() |
Modifier and Type | Method and Description |
---|---|
CmmnTransform |
CmmnTransform.resource(ResourceEntity resource) |
void |
CmmnTransform.setResource(ResourceEntity resource) |
Modifier and Type | Method and Description |
---|---|
protected List<DecisionRequirementsDefinitionEntity> |
DecisionRequirementsDefinitionDeployer.transformDefinitions(DeploymentEntity deployment,
ResourceEntity resource,
Properties properties) |
protected List<DecisionDefinitionEntity> |
DecisionDefinitionDeployer.transformDefinitions(DeploymentEntity deployment,
ResourceEntity resource,
Properties properties) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ResourceEntity> |
DeploymentEntity.resources |
Modifier and Type | Method and Description |
---|---|
ResourceEntity |
ResourceManager.findResourceByDeploymentIdAndResourceId(String deploymentId,
String resourceId) |
ResourceEntity |
ResourceManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
ResourceEntity |
DeploymentEntity.getResource(String resourceName) |
Modifier and Type | Method and Description |
---|---|
Map<String,ResourceEntity> |
ResourceManager.findLatestResourcesByDeploymentName(String deploymentName,
Set<String> resourcesToFind,
String source,
String tenantId) |
List<ResourceEntity> |
ResourceManager.findResourceByDeploymentIdAndResourceIds(String deploymentId,
String... resourceIds) |
List<ResourceEntity> |
ResourceManager.findResourceByDeploymentIdAndResourceNames(String deploymentId,
String... resourceNames) |
List<ResourceEntity> |
ResourceManager.findResourcesByDeploymentId(String deploymentId) |
Map<String,ResourceEntity> |
DeploymentEntity.getResources() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentEntity.addResource(ResourceEntity resource) |
void |
ResourceManager.insertResource(ResourceEntity resource) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentEntity.setResources(Map<String,ResourceEntity> resources) |
Copyright © 2017. All rights reserved.