Class ProcessEntityStore

java.lang.Object
org.chenile.orchestrator.process.service.store.ProcessEntityStore
All Implemented Interfaces:
EntityStore<Process>

public class ProcessEntityStore extends Object implements EntityStore<Process>
  • Field Details

  • Constructor Details

    • ProcessEntityStore

      public ProcessEntityStore()
  • Method Details

    • store

      public void store(Process entity)
      Description copied from interface: EntityStore
      Store the entity into permanent store.
      Specified by:
      store in interface EntityStore<Process>
      Parameters:
      entity - the entity that needs to be persisted
    • retrieve

      public Process retrieve(String id)
      Description copied from interface: EntityStore
      Retrieve the entity by ID
      Specified by:
      retrieve in interface EntityStore<Process>
      Parameters:
      id - the ID of the entity
      Returns:
      the entity from the store