Uses of Class
org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity

Packages that use CaseDefinitionEntity
org.camunda.bpm.engine.impl.cmmn.deployer   
org.camunda.bpm.engine.impl.cmmn.entity.repository   
org.camunda.bpm.engine.impl.cmmn.handler   
org.camunda.bpm.engine.impl.cmmn.transformer   
org.camunda.bpm.engine.impl.context   
org.camunda.bpm.engine.impl.persistence.deploy   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of CaseDefinitionEntity in org.camunda.bpm.engine.impl.cmmn.deployer
 

Methods in org.camunda.bpm.engine.impl.cmmn.deployer that return types with arguments of type CaseDefinitionEntity
protected  List<CaseDefinitionEntity> CmmnDeployer.transformResource(DeploymentEntity deployment, ResourceEntity resource)
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.deployer with parameters of type CaseDefinitionEntity
protected  void CmmnDeployer.addCaseDefinitionToDeploymentCache(CaseDefinitionEntity caseDefinition)
           
protected  String CmmnDeployer.generateCaseDefinitionId(CaseDefinitionEntity caseDefinition)
           
protected  int CmmnDeployer.getNextVersion(CaseDefinitionEntity newCaseDefinition, CaseDefinitionEntity latestCaseDefinition)
           
 

Method parameters in org.camunda.bpm.engine.impl.cmmn.deployer with type arguments of type CaseDefinitionEntity
protected  void CmmnDeployer.loadCaseDefinitions(DeploymentEntity deployment, Collection<CaseDefinitionEntity> caseDefinitions)
           
protected  void CmmnDeployer.persistCaseDefinitions(DeploymentEntity deployment, Collection<CaseDefinitionEntity> caseDefinitions)
           
 

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)
           
 

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.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()
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.