Package step.core.views
Class ViewModelAccessorImpl
java.lang.Object
step.core.accessors.AbstractAccessor<ViewModel>
step.core.views.ViewModelAccessorImpl
- All Implemented Interfaces:
step.core.accessors.Accessor<ViewModel>,ViewModelAccessor
- Direct Known Subclasses:
InMemoryViewModelAccessor
public class ViewModelAccessorImpl
extends step.core.accessors.AbstractAccessor<ViewModel>
implements ViewModelAccessor
-
Field Summary
Fields inherited from class step.core.accessors.AbstractAccessor
collectionDriver, newVersionThresholdMs, versionedCollectionDriver -
Constructor Summary
ConstructorsConstructorDescriptionViewModelAccessorImpl(step.core.collections.Collection<ViewModel> collectionDriver) -
Method Summary
Methods inherited from class step.core.accessors.AbstractAccessor
createOrUpdateCompoundIndex, createOrUpdateIndex, enableVersioning, findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getCollectionDriver, getHistory, getRange, isVersioningEnabled, remove, restoreVersion, save, save, stream, streamLazyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
ViewModelAccessorImpl
-
-
Method Details
-
get
- Specified by:
getin interfaceViewModelAccessor
-
removeViewsByExecutionId
- Specified by:
removeViewsByExecutionIdin interfaceViewModelAccessor
-