Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.cmmn.entity.repository | |
org.camunda.bpm.engine.impl.context | |
org.camunda.bpm.engine.impl.delegate | |
org.camunda.bpm.engine.impl.dmn.entity.repository | |
org.camunda.bpm.engine.impl.persistence.deploy.cache | |
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.impl.repository |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDefinitionDeployer<DefinitionEntity extends ResourceDefinitionEntity>
Deployer responsible to parse resource files and create the proper entities. |
Modifier and Type | Class and Description |
---|---|
class |
CaseDefinitionEntity |
Modifier and Type | Method and Description |
---|---|
static ProcessApplicationReference |
ProcessApplicationContextUtil.getTargetProcessApplication(ResourceDefinitionEntity definition) |
Modifier and Type | Field and Description |
---|---|
protected ResourceDefinitionEntity |
DelegateInvocation.contextResource |
Modifier and Type | Method and Description |
---|---|
ResourceDefinitionEntity |
DelegateInvocation.getContextResource() |
Constructor and Description |
---|
DelegateInvocation(BaseDelegateExecution contextExecution,
ResourceDefinitionEntity contextResource)
Provide a context execution or resource definition in which context the invocation
should be performed.
|
Modifier and Type | Class and Description |
---|---|
class |
DecisionDefinitionEntity |
class |
DecisionRequirementsDefinitionEntity |
Modifier and Type | Method and Description |
---|---|
ResourceDefinitionEntity |
DecisionRequirementsDefinitionEntity.getPreviousDefinition() |
Modifier and Type | Class and Description |
---|---|
class |
ModelInstanceCache<InstanceType extends ModelInstance,DefinitionType extends ResourceDefinitionEntity> |
class |
ResourceDefinitionCache<T extends ResourceDefinitionEntity> |
Modifier and Type | Class and Description |
---|---|
class |
ProcessDefinitionEntity |
class |
ProcessDefinitionStatisticsEntity |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentEntity.addDeployedArtifact(ResourceDefinitionEntity deployedArtifact) |
void |
DeploymentEntity.removeArtifact(ResourceDefinitionEntity notDeployedArtifact) |
Modifier and Type | Method and Description |
---|---|
ResourceDefinitionEntity |
ResourceDefinitionEntity.getPreviousDefinition() |
Copyright © 2017. All rights reserved.