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.impl
Fields in org.chenile.workflow.service.impl declared as EntityStoreModifier and TypeFieldDescriptionprotected final EntityStore<T>
StateEntityServiceImpl.entityStore
Constructors 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.stmcmds
Fields in org.chenile.workflow.service.stmcmds declared as EntityStoreModifier and TypeFieldDescriptionprivate final EntityStore<T>
GenericEntryAction.entityStore
private EntityStore<T>
GenericRetrievalStrategy.entityStore
Methods in org.chenile.workflow.service.stmcmds with parameters of type EntityStoreModifier and TypeMethodDescriptionvoid
GenericRetrievalStrategy.setEntityStore
(EntityStore<T> entityStore) Constructors in org.chenile.workflow.service.stmcmds with parameters of type EntityStoreModifierConstructorDescriptionGenericEntryAction
(EntityStore<T> entityStore, STMActionsInfoProvider stmActionsInfoProvider)