Pakiet | com.adobe.livecycle.rca.service |
Klasa | public class ServiceDelegate |
Dziedziczenie | ServiceDelegate Object |
Podklasy | CombineMultipleDocuments, ReviewCommentingAndApprovalService, ReviewCommentingAndApprovalUtil |
Przestarzałe od Review, Commenting, and Approval 10New Review, Commenting, and Approval APIs do not use a service delegates.
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Właściwości publiczne
Właściwości chronione
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
className : String [tylko do odczytu]
Retrieves the class name of the service. | ServiceDelegate |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | ServiceDelegate | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Metody chronione
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Retrieves a DefaultResponder for the given token. | ServiceDelegate | ||
Default fault handler for the asynchronous operation. | ServiceDelegate | ||
Default result handler for the asynchronous operation. | ServiceDelegate |
Szczegół właściwości
className | właściwość |
className:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Retrieves the class name of the service.
Implementacja
protected function get className():String
Konstruktor Szczegół
ServiceDelegate | () | Konstruktor |
public function ServiceDelegate()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Constructor.
Szczegół metody
getDefaultResponder | () | metoda |
protected function getDefaultResponder(token:com.adobe.livecycle.rca.token:RCAToken):DefaultResponder
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 9.5 |
Wersje środowiska wykonawczego: | 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.
Parametry
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 | () | metoda |
protected function handleFaultEvent(token:com.adobe.livecycle.rca.token:RCAToken, event:FaultEvent):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 9.5 |
Wersje środowiska wykonawczego: | 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.
Parametry
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 | () | metoda |
protected function handleResultEvent(token:com.adobe.livecycle.rca.token:RCAToken, event:ResultEvent):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 9.5 |
Wersje środowiska wykonawczego: | 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.
Parametry
token:com.adobe.livecycle.rca.token:RCAToken — The token associated with the operation.
| |
event:ResultEvent — The result of the operation.
|
Tue Jun 12 2018, 12:06 PM Z