public interface MappingProjectRepository
| Modifier and Type | Method and Description |
|---|---|
void |
add(MappingProject mappingProject)
Adds a
MappingProject to the MappingProjectRepository |
void |
delete(String mappingProjectId)
Delete a mapping project.
|
List<MappingProject> |
getAllMappingProjects()
Get a list of all
MappingProject |
MappingProject |
getMappingProject(String identifier)
Get a
MappingProject object based on the project identifier |
List<MappingProject> |
getMappingProjects(Query<Entity> q)
Get a list of
MappingProject based on a query |
void |
update(MappingProject mappingProject)
Update an existing
MappingProject |
void add(MappingProject mappingProject)
MappingProject to the MappingProjectRepositoryvoid update(MappingProject mappingProject)
MappingProjectMappingProject getMappingProject(String identifier)
MappingProject object based on the project identifierList<MappingProject> getAllMappingProjects()
MappingProjectList<MappingProject> getMappingProjects(Query<Entity> q)
MappingProject based on a queryvoid delete(String mappingProjectId)
mappingProjectId - id of the MappingProject to deleteCopyright © 2018 Pivotal Software, Inc.. All rights reserved.