套件 | com.adobe.solutions.rca.services.impl |
類別 | public class ServiceLocator |
繼承 | ServiceLocator Object |
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 10.0 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
公用方法
方法 | 定義自 | ||
---|---|---|---|
The constructor for ServiceLocator class. | ServiceLocator | ||
[靜態]
Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object |
公用常數
常數 | 定義自 | ||
---|---|---|---|
AUDITOR_RO : String = "rca.Auditor" [靜態]
Name of the auditor service. | ServiceLocator | ||
REVIEW_COMMENTING_AND_APPROVAL_SERVICE_RO : String = "rca.ReviewAndApprovalService" [靜態]
Name of the Review Commenting and Approval core service. | ServiceLocator | ||
REVIEW_COMMENTING_AND_APPROVAL_UTIL_SERVICE_RO : String = "rca.ReviewCommentingAndApprovalUtil" [靜態]
Name of the Review Commenting and Approval util service. | ServiceLocator | ||
STAGE_MANAGEMENT_SERVICE_RO : String = "rca.StageManagementService" [靜態]
Name of the stage management service. | ServiceLocator |
建構函式詳細資料
ServiceLocator | () | 建構函式 |
public function ServiceLocator()
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 10.0 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
The constructor for ServiceLocator
class. Do not call this to get a new instance of ServiceLocator
. Instead use the getInstance
function.
擲回值
Error — ServiceLocator class is a singleton.
|
方法詳細資訊
getInstance | () | 方法 |
public static function getInstance():ServiceLocator
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 10.0 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Returns the singleton instance of this class.
傳回值ServiceLocator — It returns singleton instance of this class.
|
getRemoteObject | () | 方法 |
public function getRemoteObject(name:String):RemoteObject
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 10.0 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Retrieves a RemoteObject
service by name.
參數
name:String — The name of the RemoteObject to retrieve.
|
RemoteObject — It returns the requested RemoteObject or null if a remote object service is not
registered with the specified name.
|
常數詳細資訊
AUDITOR_RO | 常數 |
public static const AUDITOR_RO:String = "rca.Auditor"
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 10.0 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Name of the auditor service.
REVIEW_COMMENTING_AND_APPROVAL_SERVICE_RO | 常數 |
public static const REVIEW_COMMENTING_AND_APPROVAL_SERVICE_RO:String = "rca.ReviewAndApprovalService"
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 10.0 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Name of the Review Commenting and Approval core service.
REVIEW_COMMENTING_AND_APPROVAL_UTIL_SERVICE_RO | 常數 |
public static const REVIEW_COMMENTING_AND_APPROVAL_UTIL_SERVICE_RO:String = "rca.ReviewCommentingAndApprovalUtil"
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 10.0 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Name of the Review Commenting and Approval util service.
STAGE_MANAGEMENT_SERVICE_RO | 常數 |
public static const STAGE_MANAGEMENT_SERVICE_RO:String = "rca.StageManagementService"
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 10.0 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Name of the stage management service.
Tue Jun 12 2018, 03:47 PM Z