Package | com.adobe.livecycle.rca.service |
Classe | public class ServiceDelegate |
Héritage | ServiceDelegate Object |
Sous-classes | CombineMultipleDocuments, ReviewCommentingAndApprovalService, ReviewCommentingAndApprovalUtil |
Déconseillé depuis Review, Commenting, and Approval 10New Review, Commenting, and Approval APIs do not use a service delegates.
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Propriétés publiques
Propriétés protégées
Propriété | Défini par | ||
---|---|---|---|
className : String [lecture seule]
Retrieves the class name of the service. | ServiceDelegate |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Constructor. | ServiceDelegate | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Méthodes protégées
Méthode | Défini par | ||
---|---|---|---|
Retrieves a DefaultResponder for the given token. | ServiceDelegate | ||
Default fault handler for the asynchronous operation. | ServiceDelegate | ||
Default result handler for the asynchronous operation. | ServiceDelegate |
Détails de la propriété
className | propriété |
className:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Retrieves the class name of the service.
Implémentation
protected function get className():String
Détails du constructeur
ServiceDelegate | () | Constructeur |
public function ServiceDelegate()
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Constructor.
Détails de la méthode
getDefaultResponder | () | méthode |
protected function getDefaultResponder(token:com.adobe.livecycle.rca.token:RCAToken):DefaultResponder
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Retrieves a DefaultResponder
for the given token. If it is successful, the success handlers for the token
are called. If it fails, the fault handlers are called.
Paramètres
token:com.adobe.livecycle.rca.token:RCAToken — The token to get a responder for.
|
DefaultResponder — A responder for the specified token's success and fault handlers.
|
handleFaultEvent | () | méthode |
protected function handleFaultEvent(token:com.adobe.livecycle.rca.token:RCAToken, event:FaultEvent):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Default fault handler for the asynchronous operation. Calls all of the token's fault handlers with the given event.
Paramètres
token:com.adobe.livecycle.rca.token:RCAToken — The token associated with the operation.
| |
event:FaultEvent — The result of the operation. That is, the fault.
|
handleResultEvent | () | méthode |
protected function handleResultEvent(token:com.adobe.livecycle.rca.token:RCAToken, event:ResultEvent):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Default result handler for the asynchronous operation. Calls all of the token's success handlers using the given event.
Paramètres
token:com.adobe.livecycle.rca.token:RCAToken — The token associated with the operation.
| |
event:ResultEvent — The result of the operation.
|
Tue Jun 12 2018, 09:30 AM Z