Package | com.adobe.solutions.prm.service |
Class | public class ServiceProvider |
Inheritance | ServiceProvider Object |
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
impl : IServiceProvider [static]
This property holds a reference to the implementation instance, which creates the service objects. | ServiceProvider | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object |
Method | Defined By | ||
---|---|---|---|
The constructor of ServiceProvider class. | ServiceProvider | ||
[static]
This operation returns an instance of project management core service. | ServiceProvider | ||
[static]
This operation returns an instance of project management query service. | ServiceProvider | ||
[static]
This operation returns an instance of workitem management service. | ServiceProvider | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
impl | property |
impl:IServiceProvider
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This property holds a reference to the implementation instance, which creates the service objects.
Implementation
public static function get impl():IServiceProvider
public static function set impl(value:IServiceProvider):void
ServiceProvider | () | Constructor |
public function ServiceProvider()
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The constructor of ServiceProvider
class.
getProjectManagementCoreService | () | method |
public static 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 static 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 — It returns an instance of project management query service.
|
getWorkItemManagementService | () | method |
public static 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.
|
Mon Nov 28 2011, 06:48 AM -08:00