Paket | com.adobe.livecycle.rca.service |
Klass | public class ServiceLocator |
Arv | ServiceLocator Object |
Borttagen sedan Review, Commenting, and Approval 10: Använd com.adobe.solutions.rca.services.impl.ServiceLocator
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | 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.
Publika egenskaper
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Constructor. | ServiceLocator | ||
[statisk] Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
COMBINE_MULTIPLE_DOCUMENTS_RO : String = "ReviewCommentingAndApproval/processes/util/CombineMultipleDocuments" [statisk]
Specifies the name of the process that combines multiple documents. | ServiceLocator | ||
MANAGED_REVIEW_AND_APPROVAL_SERVICE_RO : String = "ReviewCommentingAndApprovalService" [statisk]
Specifies the name of the service. | ServiceLocator | ||
MANAGED_REVIEW_AND_APPROVAL_UTIL_RO : String = "ReviewCommentingAndApprovalUtil" [statisk]
Specifies the name of the building block utility service. | ServiceLocator | ||
SERVICELOCATOR_RO : String = "serviceLocator" [statisk]
Specifies the value for the service locator. | ServiceLocator |
Konstruktordetaljer
ServiceLocator | () | Konstruktor |
public function ServiceLocator()
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Constructor. Do not call this to get a new ServiceLocator. Use the getInstance() function instead.
Utlöser
Error — ServiceLocator class is a singleton.
|
Metoddetaljer
getInstance | () | metod |
public static function getInstance():ServiceLocator
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Returns the singleton instance of this class.
ReturnerarServiceLocator |
getRemoteObject | () | metod |
public function getRemoteObject(name:String):RemoteObject
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Retrieves a RemoteObject service by name.
Parametrar
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.
|
Konstantdetaljer
COMBINE_MULTIPLE_DOCUMENTS_RO | Konstant |
public static const COMBINE_MULTIPLE_DOCUMENTS_RO:String = "ReviewCommentingAndApproval/processes/util/CombineMultipleDocuments"
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the name of the process that combines multiple documents.
MANAGED_REVIEW_AND_APPROVAL_SERVICE_RO | Konstant |
public static const MANAGED_REVIEW_AND_APPROVAL_SERVICE_RO:String = "ReviewCommentingAndApprovalService"
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the name of the service.
MANAGED_REVIEW_AND_APPROVAL_UTIL_RO | Konstant |
public static const MANAGED_REVIEW_AND_APPROVAL_UTIL_RO:String = "ReviewCommentingAndApprovalUtil"
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the name of the building block utility service.
SERVICELOCATOR_RO | Konstant |
public static const SERVICELOCATOR_RO:String = "serviceLocator"
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the value for the service locator.
Tue Jun 12 2018, 01:40 PM Z