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 class
SingleQueryVariableValueCondition
-
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 class
BatchEntity
class
BatchStatisticsEntity
-
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 class
HistoricDecisionInputInstanceEntity
class
HistoricDecisionOutputInstanceEntity
-
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 class
HistoricDetailVariableInstanceUpdateEntity
class
HistoricVariableInstanceEntity
class
VariableInstanceEntity
-
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 Nameable
ByteArrayField. nameProvider
Constructors 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, String rootProcessInstanceId, 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 interface
ValueFields
Classes in org.camunda.bpm.engine.impl.variable.serializer that implement Nameable Modifier and Type Class Description class
ValueFieldsImpl
-