Interface ItemPersistenceService

All Known Implementing Classes:
DefaultItemPersistenceService

public interface ItemPersistenceService
Service to persist and save platform items
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Persists items obtained from a request into the platform
  • Method Details

    • persist

      void persist(PersistenceContext context)
      Persists items obtained from a request into the platform
      Parameters:
      context - a context describing what data need to be persisted.