Uses of Interface
org.camunda.bpm.engine.impl.repository.ResourceDefinitionEntity
-
Packages that use ResourceDefinitionEntity 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.oplog org.camunda.bpm.engine.impl.persistence.deploy.cache org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.impl.repository -
-
Uses of ResourceDefinitionEntity in org.camunda.bpm.engine.impl
Classes in org.camunda.bpm.engine.impl with type parameters of type ResourceDefinitionEntity Modifier and Type Class Description classAbstractDefinitionDeployer<DefinitionEntity extends ResourceDefinitionEntity>Deployerresponsible to parse resource files and create the proper entities. -
Uses of ResourceDefinitionEntity in org.camunda.bpm.engine.impl.cmmn.entity.repository
Classes in org.camunda.bpm.engine.impl.cmmn.entity.repository that implement ResourceDefinitionEntity Modifier and Type Class Description classCaseDefinitionEntity -
Uses of ResourceDefinitionEntity in org.camunda.bpm.engine.impl.context
Methods in org.camunda.bpm.engine.impl.context with parameters of type ResourceDefinitionEntity Modifier and Type Method Description static ProcessApplicationReferenceProcessApplicationContextUtil. getTargetProcessApplication(ResourceDefinitionEntity definition) -
Uses of ResourceDefinitionEntity in org.camunda.bpm.engine.impl.delegate
Fields in org.camunda.bpm.engine.impl.delegate declared as ResourceDefinitionEntity Modifier and Type Field Description protected ResourceDefinitionEntityDelegateInvocation. contextResourceMethods in org.camunda.bpm.engine.impl.delegate that return ResourceDefinitionEntity Modifier and Type Method Description ResourceDefinitionEntityDelegateInvocation. getContextResource()Constructors in org.camunda.bpm.engine.impl.delegate with parameters of type ResourceDefinitionEntity Constructor Description DelegateInvocation(BaseDelegateExecution contextExecution, ResourceDefinitionEntity contextResource)Provide a context execution or resource definition in which context the invocation should be performed. -
Uses of ResourceDefinitionEntity in org.camunda.bpm.engine.impl.dmn.entity.repository
Classes in org.camunda.bpm.engine.impl.dmn.entity.repository that implement ResourceDefinitionEntity Modifier and Type Class Description classDecisionDefinitionEntityclassDecisionRequirementsDefinitionEntityMethods in org.camunda.bpm.engine.impl.dmn.entity.repository that return ResourceDefinitionEntity Modifier and Type Method Description ResourceDefinitionEntityDecisionRequirementsDefinitionEntity. getPreviousDefinition() -
Uses of ResourceDefinitionEntity in org.camunda.bpm.engine.impl.oplog
Methods in org.camunda.bpm.engine.impl.oplog with parameters of type ResourceDefinitionEntity Modifier and Type Method Description UserOperationLogContextEntryBuilderUserOperationLogContextEntryBuilder. inContextOf(HistoryEvent historyEvent, ResourceDefinitionEntity<?> definition, java.util.List<PropertyChange> propertyChanges)UserOperationLogContextEntryBuilderUserOperationLogContextEntryBuilder. inContextOf(HistoricVariableInstanceEntity variable, ResourceDefinitionEntity<?> definition, java.util.List<PropertyChange> propertyChanges) -
Uses of ResourceDefinitionEntity in org.camunda.bpm.engine.impl.persistence.deploy.cache
Classes in org.camunda.bpm.engine.impl.persistence.deploy.cache with type parameters of type ResourceDefinitionEntity Modifier and Type Class Description classModelInstanceCache<InstanceType extends ModelInstance,DefinitionType extends ResourceDefinitionEntity>classResourceDefinitionCache<T extends ResourceDefinitionEntity> -
Uses of ResourceDefinitionEntity in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement ResourceDefinitionEntity Modifier and Type Class Description classCamundaFormDefinitionEntityclassProcessDefinitionEntityclassProcessDefinitionStatisticsEntityMethods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ResourceDefinitionEntity Modifier and Type Method Description voidDeploymentEntity. addDeployedArtifact(ResourceDefinitionEntity deployedArtifact)voidUserOperationLogManager. logHistoricVariableOperation(java.lang.String operation, HistoricProcessInstanceEntity historicProcessInstance, ResourceDefinitionEntity<?> definition, PropertyChange propertyChange)voidUserOperationLogManager. logHistoricVariableOperation(java.lang.String operation, HistoricVariableInstanceEntity historicVariableInstance, ResourceDefinitionEntity<?> definition, PropertyChange propertyChange)voidDeploymentEntity. removeArtifact(ResourceDefinitionEntity notDeployedArtifact) -
Uses of ResourceDefinitionEntity in org.camunda.bpm.engine.impl.repository
Methods in org.camunda.bpm.engine.impl.repository that return ResourceDefinitionEntity Modifier and Type Method Description ResourceDefinitionEntityResourceDefinitionEntity. getPreviousDefinition()
-