Paket | com.adobe.livecycle.rca.service |
Sınıf | public class ServiceDelegate |
Miras Alma | ServiceDelegate Object |
Alt Sınıflar | CombineMultipleDocuments, ReviewCommentingAndApprovalService, ReviewCommentingAndApprovalUtil |
Şu tarihten itibaren onaylanmamaktadır: Review, Commenting, and Approval 10New Review, Commenting, and Approval APIs do not use a service delegates.
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 9.5 |
Çalışma Zamanı Sürümleri: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Korunan Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
className : String [salt okunur]
Retrieves the class name of the service. | ServiceDelegate |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | ServiceDelegate | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Korunan Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Retrieves a DefaultResponder for the given token. | ServiceDelegate | ||
Default fault handler for the asynchronous operation. | ServiceDelegate | ||
Default result handler for the asynchronous operation. | ServiceDelegate |
Özellik Ayrıntısı
className | özellik |
Yapıcı Ayrıntı
ServiceDelegate | () | Yapıcı |
public function ServiceDelegate()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 9.5 |
Çalışma Zamanı Sürümleri: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Constructor.
Yöntem Ayrıntısı
getDefaultResponder | () | yöntem |
protected function getDefaultResponder(token:com.adobe.livecycle.rca.token:RCAToken):DefaultResponder
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 9.5 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
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 | () | yöntem |
protected function handleFaultEvent(token:com.adobe.livecycle.rca.token:RCAToken, event:FaultEvent):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 9.5 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
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 | () | yöntem |
protected function handleResultEvent(token:com.adobe.livecycle.rca.token:RCAToken, event:ResultEvent):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 9.5 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
token:com.adobe.livecycle.rca.token:RCAToken — The token associated with the operation.
| |
event:ResultEvent — The result of the operation.
|
Tue Jun 12 2018, 01:09 PM Z