Pacchetto | com.adobe.solutions.rca.services.impl |
Classe | public class ServiceLocator |
Ereditarietà | ServiceLocator ![]() |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
The constructor for ServiceLocator class. | ServiceLocator | ||
[statico]
Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object |
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
AUDITOR_RO : String = "rca.Auditor" [statico]
Name of the auditor service. | ServiceLocator | ||
REVIEW_COMMENTING_AND_APPROVAL_SERVICE_RO : String = "rca.ReviewAndApprovalService" [statico]
Name of the Review Commenting and Approval core service. | ServiceLocator | ||
REVIEW_COMMENTING_AND_APPROVAL_UTIL_SERVICE_RO : String = "rca.ReviewCommentingAndApprovalUtil" [statico]
Name of the Review Commenting and Approval util service. | ServiceLocator | ||
STAGE_MANAGEMENT_SERVICE_RO : String = "rca.StageManagementService" [statico]
Name of the stage management service. | ServiceLocator |
Descrizione della funzione di costruzione
ServiceLocator | () | Funzione di costruzione |
public function ServiceLocator()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | 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.
Genera
Error — ServiceLocator class is a singleton.
|
Descrizione dei metodi
getInstance | () | metodo |
public static function getInstance():ServiceLocator
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Returns the singleton instance of this class.
RestituisceServiceLocator — It returns singleton instance of this class.
|
getRemoteObject | () | metodo |
public function getRemoteObject(name:String):RemoteObject
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Retrieves a RemoteObject
service by name.
Parametri
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.
|
Descrizione delle costanti
AUDITOR_RO | Costante |
public static const AUDITOR_RO:String = "rca.Auditor"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the auditor service.
REVIEW_COMMENTING_AND_APPROVAL_SERVICE_RO | Costante |
public static const REVIEW_COMMENTING_AND_APPROVAL_SERVICE_RO:String = "rca.ReviewAndApprovalService"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the Review Commenting and Approval core service.
REVIEW_COMMENTING_AND_APPROVAL_UTIL_SERVICE_RO | Costante |
public static const REVIEW_COMMENTING_AND_APPROVAL_UTIL_SERVICE_RO:String = "rca.ReviewCommentingAndApprovalUtil"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the Review Commenting and Approval util service.
STAGE_MANAGEMENT_SERVICE_RO | Costante |
public static const STAGE_MANAGEMENT_SERVICE_RO:String = "rca.StageManagementService"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the stage management service.
Tue Jun 12 2018, 02:44 PM Z