| Pakket | com.adobe.livecycle.rca.service |
| Klasse | public class ServiceDelegate |
| Overerving | ServiceDelegate Object |
| Subklassen | CombineMultipleDocuments, ReviewCommentingAndApprovalService, ReviewCommentingAndApprovalUtil |
Vervangen vanaf Review, Commenting, and Approval 10New Review, Commenting, and Approval APIs do not use a service delegates.
| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 9.5 |
| Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Openbare eigenschappen
Beschermde eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| className : String [alleen-lezen]
Retrieves the class name of the service. | ServiceDelegate | ||
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Constructor. | ServiceDelegate | ||
![]() |
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | |
![]() |
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | |
![]() |
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | |
![]() |
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | |
![]() |
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | |
![]() |
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | |
![]() |
Retourneert de primitieve waarde van het opgegeven object. | Object | |
Beschermde methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Retrieves a DefaultResponder for the given token. | ServiceDelegate | ||
Default fault handler for the asynchronous operation. | ServiceDelegate | ||
Default result handler for the asynchronous operation. | ServiceDelegate | ||
Eigenschapdetails
className | eigenschap |
Constructordetails
ServiceDelegate | () | Constructor |
public function ServiceDelegate()| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 9.5 |
| Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Constructor.
Methodedetails
getDefaultResponder | () | methode |
protected function getDefaultResponder(token:com.adobe.livecycle.rca.token:RCAToken):DefaultResponder| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 9.5 |
| Runtimeversies: | 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.
Parameters
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 | () | methode |
protected function handleFaultEvent(token:com.adobe.livecycle.rca.token:RCAToken, event:FaultEvent):void| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 9.5 |
| Runtimeversies: | 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.
Parameters
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 | () | methode |
protected function handleResultEvent(token:com.adobe.livecycle.rca.token:RCAToken, event:ResultEvent):void| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 9.5 |
| Runtimeversies: | 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.
Parameters
token:com.adobe.livecycle.rca.token:RCAToken — The token associated with the operation.
| |
event:ResultEvent — The result of the operation.
|
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven