Package | com.adobe.solutions.prm.services.impl |
Class | public class ServiceLocator |
Inheritance | ServiceLocator Object |
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
The constructor for ServiceLocator class. | ServiceLocator | ||
[static]
Returns the singleton instance of the class. | ServiceLocator | ||
This method retrieves a RemoteObject service by name. | ServiceLocator | ||
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 |
Public Constants
Constant | Defined By | ||
---|---|---|---|
PROJECT_MANAGEMENT_CORE_SERVICE_RO : String = "lc.prm.projectManager" [static]
Name of the project management core service. | ServiceLocator | ||
PROJECT_MANAGEMENT_QUERY_SERVICE_RO : String = "lc.prm.projectQueryService" [static]
Name of the project management query service. | ServiceLocator | ||
WORKITEM_MANAGEMENT_SERVICE_RO : String = "lc.prm.workItemAssetManager" [static]
Name of the workitem management service. | ServiceLocator |
Constructor Detail
ServiceLocator | () | Constructor |
public function ServiceLocator()
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The constructor for ServiceLocator
class.
To get a new ServiceLocator
, do not call this constructor. Instead use getInstance
function.
Throws
Error — ServiceLocator class is a singleton.
|
Method Detail
getInstance | () | method |
public static function getInstance():ServiceLocator
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Returns the singleton instance of the class.
ReturnsServiceLocator — It returns the singleton instance of the class.
|
getRemoteObject | () | method |
public function getRemoteObject(name:String):RemoteObject
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This method retrieves a RemoteObject
service by name.
Parameters
name:String — RemoteObject to be retrieved.
|
RemoteObject — It returns the RemoteObject requested. null is returned if a remote object service is not registered with the specified name.
|
Constant Detail
PROJECT_MANAGEMENT_CORE_SERVICE_RO | Constant |
public static const PROJECT_MANAGEMENT_CORE_SERVICE_RO:String = "lc.prm.projectManager"
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Name of the project management core service.
PROJECT_MANAGEMENT_QUERY_SERVICE_RO | Constant |
public static const PROJECT_MANAGEMENT_QUERY_SERVICE_RO:String = "lc.prm.projectQueryService"
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Name of the project management query service.
WORKITEM_MANAGEMENT_SERVICE_RO | Constant |
public static const WORKITEM_MANAGEMENT_SERVICE_RO:String = "lc.prm.workItemAssetManager"
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Name of the workitem management service.
Mon Nov 28 2011, 06:48 AM -08:00