Class ProcessEntityStore
java.lang.Object
org.chenile.orchestrator.process.service.store.ProcessEntityStore
- All Implemented Interfaces:
EntityStore<Process>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
processRepository
-
-
Constructor Details
-
ProcessEntityStore
public ProcessEntityStore()
-
-
Method Details
-
store
Description copied from interface:EntityStoreStore the entity into permanent store.- Specified by:
storein interfaceEntityStore<Process>- Parameters:
entity- the entity that needs to be persisted
-
retrieve
Description copied from interface:EntityStoreRetrieve the entity by ID- Specified by:
retrievein interfaceEntityStore<Process>- Parameters:
id- the ID of the entity- Returns:
- the entity from the store
-