Uses of Interface
org.camunda.bpm.engine.impl.persistence.entity.Nameable
-
Packages that use Nameable Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.batch org.camunda.bpm.engine.impl.history.event org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.impl.persistence.entity.util org.camunda.bpm.engine.impl.variable.serializer -
-
Uses of Nameable in org.camunda.bpm.engine.impl
Classes in org.camunda.bpm.engine.impl that implement Nameable Modifier and Type Class Description classSingleQueryVariableValueCondition -
Uses of Nameable in org.camunda.bpm.engine.impl.batch
Classes in org.camunda.bpm.engine.impl.batch that implement Nameable Modifier and Type Class Description classBatchEntityclassBatchStatisticsEntity -
Uses of Nameable in org.camunda.bpm.engine.impl.history.event
Classes in org.camunda.bpm.engine.impl.history.event that implement Nameable Modifier and Type Class Description classHistoricDecisionInputInstanceEntityclassHistoricDecisionOutputInstanceEntity -
Uses of Nameable in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement Nameable Modifier and Type Class Description classHistoricDetailVariableInstanceUpdateEntityclassHistoricVariableInstanceEntityclassVariableInstanceEntity -
Uses of Nameable in org.camunda.bpm.engine.impl.persistence.entity.util
Fields in org.camunda.bpm.engine.impl.persistence.entity.util declared as Nameable Modifier and Type Field Description protected NameableByteArrayField. nameProviderConstructors in org.camunda.bpm.engine.impl.persistence.entity.util with parameters of type Nameable Constructor Description ByteArrayField(Nameable nameProvider, ResourceType type)ByteArrayField(Nameable nameProvider, ResourceType type, java.lang.String rootProcessInstanceId, java.util.Date removalTime) -
Uses of Nameable in org.camunda.bpm.engine.impl.variable.serializer
Subinterfaces of Nameable in org.camunda.bpm.engine.impl.variable.serializer Modifier and Type Interface Description interfaceValueFieldsClasses in org.camunda.bpm.engine.impl.variable.serializer that implement Nameable Modifier and Type Class Description classValueFieldsImpl
-