Interface ViewModelAccessor

All Superinterfaces:
step.core.accessors.Accessor<ViewModel>
All Known Implementing Classes:
InMemoryViewModelAccessor, ViewModelAccessorImpl

public interface ViewModelAccessor extends step.core.accessors.Accessor<ViewModel>
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends ViewModel>
    T
    get(String viewId, String executionId, Class<T> as)
     
    void
     

    Methods inherited from interface step.core.accessors.Accessor

    enableVersioning, findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getCollectionDriver, getHistory, getRange, isVersioningEnabled, remove, restoreVersion, save, save, stream, streamLazy
  • Method Details

    • get

      <T extends ViewModel> T get(String viewId, String executionId, Class<T> as)
    • removeViewsByExecutionId

      void removeViewsByExecutionId(String executionId)