Uses of Interface
org.camunda.bpm.engine.impl.persistence.entity.Nameable

Packages that use Nameable
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
 class SingleQueryVariableValueCondition
           
 

Uses of Nameable in org.camunda.bpm.engine.impl.batch
 

Classes in org.camunda.bpm.engine.impl.batch that implement Nameable
 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
 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
 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
protected  Nameable ByteArrayField.nameProvider
           
 

Constructors in org.camunda.bpm.engine.impl.persistence.entity.util with parameters of type Nameable
ByteArrayField(Nameable nameProvider)
           
 

Uses of Nameable in org.camunda.bpm.engine.impl.variable.serializer
 

Subinterfaces of Nameable in org.camunda.bpm.engine.impl.variable.serializer
 interface ValueFields
           
 

Classes in org.camunda.bpm.engine.impl.variable.serializer that implement Nameable
 class ValueFieldsImpl
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.