The com.adobe.solutions.prm.service package includes the service interfaces that are exposed in the Project Management Building Block.These services are invoked by the domain layer to change the state of the entities.
Interfaces
Interface | Description | |
---|---|---|
IProjectManagementCoreService | This interface defines core operation for project management like, create, update, and delete entities. | |
IProjectManagementQueryService | This interface defines the operations to retrieve and search projects and WorkItems. | |
IServiceProvider | This interface defines methods that can be invoked to get service instances. | |
IWorkItemManagementService | This interface defines operations to manage a work item. |
Classes
Class | Description | |
---|---|---|
ServiceProvider | This provider class is used to get a reference of service objects. |
Mon Nov 28 2011, 07:42 AM -08:00