Uses of Interface
org.chenile.utils.entity.service.EntityStore
Packages that use EntityStore
Package
Description
Workflow implementation classes.
Workflow entry, exit commands etc.
- 
Uses of EntityStore in org.chenile.workflow.service.implFields in org.chenile.workflow.service.impl declared as EntityStoreModifier and TypeFieldDescriptionprotected final EntityStore<T>StateEntityServiceImpl.entityStoreConstructors in org.chenile.workflow.service.impl with parameters of type EntityStoreModifierConstructorDescriptionStateEntityServiceImpl(STM<T> stm, STMActionsInfoProvider stmActionsInfoProvider, EntityStore<T> entityStore) 
- 
Uses of EntityStore in org.chenile.workflow.service.stmcmdsFields in org.chenile.workflow.service.stmcmds declared as EntityStoreModifier and TypeFieldDescriptionprivate final EntityStore<T>GenericEntryAction.entityStoreprivate EntityStore<T>GenericRetrievalStrategy.entityStoreMethods in org.chenile.workflow.service.stmcmds with parameters of type EntityStoreModifier and TypeMethodDescriptionvoidGenericRetrievalStrategy.setEntityStore(EntityStore<T> entityStore) Constructors in org.chenile.workflow.service.stmcmds with parameters of type EntityStoreModifierConstructorDescriptionGenericEntryAction(EntityStore<T> entityStore, STMActionsInfoProvider stmActionsInfoProvider)