| Paquete | com.adobe.livecycle.rca.service |
| Clase | public class ServiceDelegate |
| Herencia | ServiceDelegate Object |
| Subclases | CombineMultipleDocuments, ReviewCommentingAndApprovalService, ReviewCommentingAndApprovalUtil |
Desfasado desde Review, Commenting, and Approval 10New Review, Commenting, and Approval APIs do not use a service delegates.
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
| Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Propiedades públicas
Propiedades protegidas
| Propiedad | Definido por | ||
|---|---|---|---|
| className : String [solo lectura]
Retrieves the class name of the service. | ServiceDelegate | ||
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
Constructor. | ServiceDelegate | ||
![]() |
Indica si un objeto tiene definida una propiedad especificada. | Object | |
![]() |
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | |
![]() |
Indica si existe la propiedad especificada y si es enumerable. | Object | |
![]() |
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | |
![]() |
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | |
![]() |
Devuelve la representación de cadena del objeto especificado. | Object | |
![]() |
Devuelve el valor simple del objeto especificado. | Object | |
Métodos protegidos
| Método | Definido por | ||
|---|---|---|---|
Retrieves a DefaultResponder for the given token. | ServiceDelegate | ||
Default fault handler for the asynchronous operation. | ServiceDelegate | ||
Default result handler for the asynchronous operation. | ServiceDelegate | ||
Información sobre propiedades
className | propiedad |
className:String [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
| Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Retrieves the class name of the service.
Implementación
protected function get className():StringInformación sobre constructores
ServiceDelegate | () | Información sobre |
public function ServiceDelegate()| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
| Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Constructor.
Información sobre métodos
getDefaultResponder | () | método |
protected function getDefaultResponder(token:com.adobe.livecycle.rca.token:RCAToken):DefaultResponder| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
| Versiones de motor de ejecución: | 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.
Parámetros
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étodo |
protected function handleFaultEvent(token:com.adobe.livecycle.rca.token:RCAToken, event:FaultEvent):void| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
| Versiones de motor de ejecución: | 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.
Parámetros
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étodo |
protected function handleResultEvent(token:com.adobe.livecycle.rca.token:RCAToken, event:ResultEvent):void| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
| Versiones de motor de ejecución: | 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.
Parámetros
token:com.adobe.livecycle.rca.token:RCAToken — The token associated with the operation.
| |
event:ResultEvent — The result of the operation.
|
Tue Jun 12 2018, 02:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas