Interface ProjectAccessor
-
- All Superinterfaces:
step.core.accessors.Accessor<Project>
- All Known Implementing Classes:
InMemoryProjectAccessor
,ProjectAccessorImpl
public interface ProjectAccessor extends step.core.accessors.Accessor<Project>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Project
findByAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
-
Methods inherited from interface step.core.accessors.Accessor
enableVersioning, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getCollectionDriver, getHistory, getRange, isVersioningEnabled, remove, restoreVersion, save, save, stream, streamLazy
-
-