Interface ItemPersistenceService
- All Known Implementing Classes:
DefaultItemPersistenceService
public interface ItemPersistenceService
Service to persist and save platform items
-
Method Summary
Modifier and TypeMethodDescriptionvoidpersist(PersistenceContext context) Persists items obtained from a request into the platform
-
Method Details
-
persist
Persists items obtained from a request into the platform- Parameters:
context- a context describing what data need to be persisted.
-