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.orchestrator.process.configuration
Methods in org.chenile.orchestrator.process.configuration that return EntityStoreModifier and TypeMethodDescription(package private) EntityStore<Process> ProcessConfiguration.processEntityStore()Methods in org.chenile.orchestrator.process.configuration with parameters of type EntityStoreModifier and TypeMethodDescription(package private) ProcessManagerProcessConfiguration._processStateEntityService_(STM<Process> stm, STMActionsInfoProvider fileInfoProvider, EntityStore<Process> entityStore) (package private) ProcessEntryActionProcessConfiguration.processEntryAction(EntityStore<Process> entityStore, STMActionsInfoProvider fileInfoProvider, STMFlowStoreImpl stmFlowStore) -
Uses of EntityStore in org.chenile.orchestrator.process.service.entry
Constructors in org.chenile.orchestrator.process.service.entry with parameters of type EntityStoreModifierConstructorDescriptionProcessEntryAction(EntityStore<Process> entityStore, STMActionsInfoProvider stmActionsInfoProvider) -
Uses of EntityStore in org.chenile.orchestrator.process.service.impl
Constructors in org.chenile.orchestrator.process.service.impl with parameters of type EntityStoreModifierConstructorDescriptionProcessManagerImpl(STM<Process> stm, STMActionsInfoProvider stmActionsInfoProvider, EntityStore<Process> entityStore) -
Uses of EntityStore in org.chenile.orchestrator.process.service.store
Classes in org.chenile.orchestrator.process.service.store that implement EntityStore -
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.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.stmcmds
Fields 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) GenericEntryAction(EntityStore<T> entityStore, STMActionsInfoProvider stmActionsInfoProvider, PostSaveHook<T> postSaveHook)