Interface IProjectService


public interface IProjectService
The root service to manage projects. This component provides ways to create, modify and delete projects.

In some environments, project creation and deletion might not be supported, because they are controlled by other means. If so, the getLifecycleManager() will return null.

Author:
dobisekm