ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.prm.services.impl 

ServiceProviderImpl  - AS3 Project Management

Packagecom.adobe.solutions.prm.services.impl
Classpublic class ServiceProviderImpl
InheritanceServiceProviderImpl Inheritance Object
Implements IServiceProvider

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

An implementation of service provider interface that provides concrete methods to create service instances.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
The constructor for ServiceProviderImpl class.
ServiceProviderImpl
  
This operation returns an instance of project management core service.
ServiceProviderImpl
  
This operation returns an instance of project management query service.
ServiceProviderImpl
  
This operation returns an instance of workitem management service.
ServiceProviderImpl
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Constructor Detail

ServiceProviderImpl

()Constructor
public function ServiceProviderImpl()

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The constructor for ServiceProviderImpl class.

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.

Returns
IProjectManagementCoreService — 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.

Returns
IProjectManagementQueryService — 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.

Returns
IWorkItemManagementService — It returns an instance of workitem management service.