|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CaseDefinitionEntity in org.camunda.bpm.engine.impl.cmmn.deployer |
|---|
| Methods in org.camunda.bpm.engine.impl.cmmn.deployer that return CaseDefinitionEntity | |
|---|---|
protected CaseDefinitionEntity |
CmmnDeployer.findDefinitionByDeploymentAndKey(String deploymentId,
String definitionKey)
|
protected CaseDefinitionEntity |
CmmnDeployer.findLatestDefinitionByKeyAndTenantId(String definitionKey,
String tenantId)
|
| Methods in org.camunda.bpm.engine.impl.cmmn.deployer that return types with arguments of type CaseDefinitionEntity | |
|---|---|
protected List<CaseDefinitionEntity> |
CmmnDeployer.transformDefinitions(DeploymentEntity deployment,
ResourceEntity resource,
Properties properties)
|
| Methods in org.camunda.bpm.engine.impl.cmmn.deployer with parameters of type CaseDefinitionEntity | |
|---|---|
protected void |
CmmnDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache,
CaseDefinitionEntity definition)
|
protected void |
CmmnDeployer.persistDefinition(CaseDefinitionEntity definition)
|
| Uses of CaseDefinitionEntity in org.camunda.bpm.engine.impl.cmmn.entity.repository |
|---|
| Methods in org.camunda.bpm.engine.impl.cmmn.entity.repository that return CaseDefinitionEntity | |
|---|---|
CaseDefinitionEntity |
CaseDefinitionManager.findCaseDefinitionByDeploymentAndKey(String deploymentId,
String caseDefinitionKey)
|
CaseDefinitionEntity |
CaseDefinitionManager.findCaseDefinitionById(String caseDefinitionId)
|
CaseDefinitionEntity |
CaseDefinitionManager.findCaseDefinitionByKeyAndVersion(String caseDefinitionKey,
Integer caseDefinitionVersion)
|
CaseDefinitionEntity |
CaseDefinitionManager.findLatestCaseDefinitionByKey(String caseDefinitionKey)
|
CaseDefinitionEntity |
CaseDefinitionEntity.getPreviousDefinition()
|
protected CaseDefinitionEntity |
CaseDefinitionEntity.loadCaseDefinition(String caseDefinitionId)
Returns the cached version if exists; does not update the entity from the database in that case |
| Methods in org.camunda.bpm.engine.impl.cmmn.entity.repository with parameters of type CaseDefinitionEntity | |
|---|---|
void |
CaseDefinitionManager.insertCaseDefinition(CaseDefinitionEntity caseDefinition)
|
| Uses of CaseDefinitionEntity in org.camunda.bpm.engine.impl.cmmn.handler |
|---|
| Methods in org.camunda.bpm.engine.impl.cmmn.handler that return CaseDefinitionEntity | |
|---|---|
protected CaseDefinitionEntity |
CaseHandler.createActivity(org.camunda.bpm.model.cmmn.instance.CmmnElement element,
CmmnHandlerContext context)
|
| Uses of CaseDefinitionEntity in org.camunda.bpm.engine.impl.cmmn.transformer |
|---|
| Fields in org.camunda.bpm.engine.impl.cmmn.transformer with type parameters of type CaseDefinitionEntity | |
|---|---|
protected List<CaseDefinitionEntity> |
CmmnTransform.caseDefinitions
|
| Methods in org.camunda.bpm.engine.impl.cmmn.transformer that return CaseDefinitionEntity | |
|---|---|
protected CaseDefinitionEntity |
CmmnTransform.transformCase(org.camunda.bpm.model.cmmn.instance.Case element)
|
| Methods in org.camunda.bpm.engine.impl.cmmn.transformer that return types with arguments of type CaseDefinitionEntity | |
|---|---|
List<CaseDefinitionEntity> |
CmmnTransform.transform()
|
| Uses of CaseDefinitionEntity in org.camunda.bpm.engine.impl.context |
|---|
| Methods in org.camunda.bpm.engine.impl.context that return CaseDefinitionEntity | |
|---|---|
CaseDefinitionEntity |
CaseExecutionContext.getCaseDefinition()
|
| Uses of CaseDefinitionEntity in org.camunda.bpm.engine.impl.persistence.deploy |
|---|
| Fields in org.camunda.bpm.engine.impl.persistence.deploy with type parameters of type CaseDefinitionEntity | |
|---|---|
protected Map<String,CaseDefinitionEntity> |
DeploymentCache.caseDefinitionCache
|
| Methods in org.camunda.bpm.engine.impl.persistence.deploy that return CaseDefinitionEntity | |
|---|---|
CaseDefinitionEntity |
DeploymentCache.findCaseDefinitionFromCache(String caseDefinitionId)
|
CaseDefinitionEntity |
DeploymentCache.findDeployedCaseDefinitionByDeploymentAndKey(String deploymentId,
String caseDefinitionKey)
|
CaseDefinitionEntity |
DeploymentCache.findDeployedCaseDefinitionById(String caseDefinitionId)
|
CaseDefinitionEntity |
DeploymentCache.findDeployedCaseDefinitionByKeyAndVersion(String caseDefinitionKey,
Integer caseDefinitionVersion)
|
CaseDefinitionEntity |
DeploymentCache.findDeployedLatestCaseDefinitionByKey(String caseDefinitionKey)
|
CaseDefinitionEntity |
DeploymentCache.getCaseDefinitionById(String caseDefinitionId)
|
CaseDefinitionEntity |
DeploymentCache.resolveCaseDefinition(CaseDefinitionEntity caseDefinition)
|
| Methods in org.camunda.bpm.engine.impl.persistence.deploy that return types with arguments of type CaseDefinitionEntity | |
|---|---|
Map<String,CaseDefinitionEntity> |
DeploymentCache.getCaseDefinitionCache()
|
| Methods in org.camunda.bpm.engine.impl.persistence.deploy with parameters of type CaseDefinitionEntity | |
|---|---|
void |
DeploymentCache.addCaseDefinition(CaseDefinitionEntity caseDefinition)
|
CaseDefinitionEntity |
DeploymentCache.resolveCaseDefinition(CaseDefinitionEntity caseDefinition)
|
| Method parameters in org.camunda.bpm.engine.impl.persistence.deploy with type arguments of type CaseDefinitionEntity | |
|---|---|
void |
DeploymentCache.setCaseDefinitionCache(Map<String,CaseDefinitionEntity> caseDefinitionCache)
|
| Uses of CaseDefinitionEntity in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return CaseDefinitionEntity | |
|---|---|
CaseDefinitionEntity |
TaskEntity.getCaseDefinition()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||