public interface ProjectsI
| Modifier and Type | Method and Description |
|---|---|
void |
deleteById(String profileId,
String projectId) |
void |
deleteById(String profileId,
String projectId,
Boolean force) |
Iterator<Project> |
getAll() |
Iterator<Project> |
getByFilter(String filter) |
Iterator<Project> |
getByFilter(String filter,
String profileId) |
Project |
getById(String profileId,
String id) |
Iterator<Project> |
getByProfile(String profileId) |
Project |
registrNew(String profileId,
String jsonDocument) |
Project |
update(String profileId,
String projectId,
String jsonDocument) |
Iterator<Project> getByFilter(String filter, String profileId) throws Exception
ExceptionProject registrNew(String profileId, String jsonDocument) throws Exception
ExceptionProject update(String profileId, String projectId, String jsonDocument) throws Exception
ExceptionCopyright © 2021. All Rights Reserved.