| Package | com.adobe.solutions.prm.service | 
| Interface | public interface IServiceProvider | 
| Implementors | ServiceProviderImpl | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Project Management Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
     This operation returns an instance of project management core service.  | IServiceProvider | ||
 
	 This operation returns an instance of project management query service.  | IServiceProvider | ||
 
	 This operation returns an instance of workitem management service.  | IServiceProvider | ||
Method Detail
getProjectManagementCoreService | () | method | 
 public function getProjectManagementCoreService():IProjectManagementCoreService| Language Version: | ActionScript 3.0 | 
| Product Version: | Project Management Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
This operation returns an instance of project management core service. The service instance can be used to perform various operation on a project like, create, update, delete, and so on.
ReturnsIProjectManagementCoreService — It returns an instance of project management core service.
	 
	  | 
getProjectManagementQueryService | () | method | 
 public function getProjectManagementQueryService():IProjectManagementQueryService| Language Version: | ActionScript 3.0 | 
| Product Version: | Project Management Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
This operation returns an instance of project management query service. The service instance can be used to perform search operation on projects and workitems.
ReturnsIProjectManagementQueryService — An instance of project management query service.
	 
	  | 
getWorkItemManagementService | () | method | 
 public function getWorkItemManagementService():IWorkItemManagementService| Language Version: | ActionScript 3.0 | 
| Product Version: | Project Management Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
This operation returns an instance of workitem management service. The service instance can be used to perform various operation on a workitem like, create, update, delete, and so on.
ReturnsIWorkItemManagementService — It returns an instance of workitem management service.
	 
	  | 
Thu Dec 4 2014, 05:50 PM -08:00