Uses of Interface
org.camunda.bpm.engine.impl.repository.ResourceDefinitionEntity
Packages that use ResourceDefinitionEntity
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of ResourceDefinitionEntity in org.camunda.bpm.engine.impl
Classes in org.camunda.bpm.engine.impl with type parameters of type ResourceDefinitionEntityModifier and TypeClassDescriptionclass
AbstractDefinitionDeployer<DefinitionEntity extends ResourceDefinitionEntity>
Deployer
responsible 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 -
Uses of ResourceDefinitionEntity in org.camunda.bpm.engine.impl.context
Methods in org.camunda.bpm.engine.impl.context with parameters of type ResourceDefinitionEntityModifier and TypeMethodDescriptionstatic ProcessApplicationReference
ProcessApplicationContextUtil.getTargetProcessApplication
(ResourceDefinitionEntity definition) -
Uses of ResourceDefinitionEntity in org.camunda.bpm.engine.impl.delegate
Fields in org.camunda.bpm.engine.impl.delegate declared as ResourceDefinitionEntityModifier and TypeFieldDescriptionprotected ResourceDefinitionEntity
DelegateInvocation.contextResource
Methods in org.camunda.bpm.engine.impl.delegate that return ResourceDefinitionEntityConstructors in org.camunda.bpm.engine.impl.delegate with parameters of type ResourceDefinitionEntityModifierConstructorDescriptionDelegateInvocation
(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 ResourceDefinitionEntityModifier and TypeClassDescriptionclass
class
Methods in org.camunda.bpm.engine.impl.dmn.entity.repository that return ResourceDefinitionEntity -
Uses of ResourceDefinitionEntity in org.camunda.bpm.engine.impl.oplog
Methods in org.camunda.bpm.engine.impl.oplog with parameters of type ResourceDefinitionEntityModifier and TypeMethodDescriptionUserOperationLogContextEntryBuilder.inContextOf
(HistoryEvent historyEvent, ResourceDefinitionEntity<?> definition, List<PropertyChange> propertyChanges) UserOperationLogContextEntryBuilder.inContextOf
(HistoricVariableInstanceEntity variable, ResourceDefinitionEntity<?> definition, 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 ResourceDefinitionEntityModifier and TypeClassDescriptionclass
ModelInstanceCache<InstanceType extends ModelInstance,
DefinitionType extends ResourceDefinitionEntity> class
ResourceDefinitionCache<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 ResourceDefinitionEntityModifier and TypeClassDescriptionclass
class
class
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ResourceDefinitionEntityModifier and TypeMethodDescriptionvoid
DeploymentEntity.addDeployedArtifact
(ResourceDefinitionEntity deployedArtifact) void
UserOperationLogManager.logHistoricVariableOperation
(String operation, HistoricProcessInstanceEntity historicProcessInstance, ResourceDefinitionEntity<?> definition, PropertyChange propertyChange) void
UserOperationLogManager.logHistoricVariableOperation
(String operation, HistoricVariableInstanceEntity historicVariableInstance, ResourceDefinitionEntity<?> definition, PropertyChange propertyChange) void
DeploymentEntity.removeArtifact
(ResourceDefinitionEntity notDeployedArtifact) -
Uses of ResourceDefinitionEntity in org.camunda.bpm.engine.impl.repository
Methods in org.camunda.bpm.engine.impl.repository that return ResourceDefinitionEntity