Interface ProjectAccessor
-
- All Superinterfaces:
step.core.accessors.Accessor<Project>,step.core.accessors.CRUDAccessor<Project>
- All Known Implementing Classes:
InMemoryProjectAccessor,ProjectAccessorImpl
public interface ProjectAccessor extends step.core.accessors.CRUDAccessor<Project>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectfindByAttributes(Map<String,String> attributes)
-