套件 | com.adobe.livecycle.rca.service |
類別 | public class ServiceLocator |
繼承 | ServiceLocator Object |
從下列版本以後不建議使用: Review, Commenting, and Approval 10: 請使用 com.adobe.solutions.rca.services.impl.ServiceLocator
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 9.5 |
執行階段版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
com.adobe.cairngorm.business.ServiceLocator
class.
Use it instead of including Cairngorm
as a dependency for this project for this class only.
公用方法
方法 | 定義自 | ||
---|---|---|---|
Constructor. | ServiceLocator | ||
[靜態] Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object |
公用常數
常數 | 定義自 | ||
---|---|---|---|
COMBINE_MULTIPLE_DOCUMENTS_RO : String = "ReviewCommentingAndApproval/processes/util/CombineMultipleDocuments" [靜態]
Specifies the name of the process that combines multiple documents. | ServiceLocator | ||
MANAGED_REVIEW_AND_APPROVAL_SERVICE_RO : String = "ReviewCommentingAndApprovalService" [靜態]
Specifies the name of the service. | ServiceLocator | ||
MANAGED_REVIEW_AND_APPROVAL_UTIL_RO : String = "ReviewCommentingAndApprovalUtil" [靜態]
Specifies the name of the building block utility service. | ServiceLocator | ||
SERVICELOCATOR_RO : String = "serviceLocator" [靜態]
Specifies the value for the service locator. | ServiceLocator |
建構函式詳細資料
ServiceLocator | () | 建構函式 |
public function ServiceLocator()
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 9.5 |
執行階段版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Constructor. Do not call this to get a new ServiceLocator. Use the getInstance() function instead.
擲回值
Error — ServiceLocator class is a singleton.
|
方法詳細資訊
getInstance | () | 方法 |
public static function getInstance():ServiceLocator
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 9.5 |
執行階段版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Returns the singleton instance of this class.
傳回值ServiceLocator |
getRemoteObject | () | 方法 |
public function getRemoteObject(name:String):RemoteObject
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 9.5 |
執行階段版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Retrieves a RemoteObject service by name.
參數
name:String — The name of RemoteObject to retrieve.
|
RemoteObject — The RemoteObject requested. Null if a remote object service with the specified name
is not registered.
|
常數詳細資訊
COMBINE_MULTIPLE_DOCUMENTS_RO | 常數 |
public static const COMBINE_MULTIPLE_DOCUMENTS_RO:String = "ReviewCommentingAndApproval/processes/util/CombineMultipleDocuments"
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 9.5 |
執行階段版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the name of the process that combines multiple documents.
MANAGED_REVIEW_AND_APPROVAL_SERVICE_RO | 常數 |
public static const MANAGED_REVIEW_AND_APPROVAL_SERVICE_RO:String = "ReviewCommentingAndApprovalService"
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 9.5 |
執行階段版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the name of the service.
MANAGED_REVIEW_AND_APPROVAL_UTIL_RO | 常數 |
public static const MANAGED_REVIEW_AND_APPROVAL_UTIL_RO:String = "ReviewCommentingAndApprovalUtil"
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 9.5 |
執行階段版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the name of the building block utility service.
SERVICELOCATOR_RO | 常數 |
public static const SERVICELOCATOR_RO:String = "serviceLocator"
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 9.5 |
執行階段版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the value for the service locator.
Tue Jun 12 2018, 03:47 PM Z