Package step.core.plans
Class InMemoryPlanAccessor
- java.lang.Object
-
- step.core.accessors.AbstractAccessor<Plan>
-
- step.core.plans.PlanAccessorImpl
-
- step.core.plans.InMemoryPlanAccessor
-
- All Implemented Interfaces:
step.core.accessors.Accessor<Plan>
,PlanAccessor
public class InMemoryPlanAccessor extends PlanAccessorImpl implements PlanAccessor
-
-
Constructor Summary
Constructors Constructor Description InMemoryPlanAccessor()
-
Method Summary
-
Methods inherited from class step.core.plans.PlanAccessorImpl
getVisiblePlans
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
Methods inherited from interface step.core.plans.PlanAccessor
getVisiblePlans
-
-