Interface ProjectService
public interface ProjectService
Provides common operations on projects.
- Author:
- jerome
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionfind
(RestApiFactory apiFactory, String id) getProjects
(RestApiFactory apiFactory, String workspaceId) Returns the scenario ids per project id.
-
Field Details
-
PROJECTS
ProjectService
singleton instance.
-
-
Method Details
-
getProjects
Returns the scenario ids per project id.- Parameters:
apiFactory
-- Returns:
- list of user projects
- Throws:
IOException
-
find
- Throws:
IOException
-