Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.solutions.rca.services.impl 

ReviewCommentingAndApprovalUtil  - AS3 Review, Commenting, and Approval

Pacchettocom.adobe.solutions.rca.services.impl
Classepublic class ReviewCommentingAndApprovalUtil
EreditarietàReviewCommentingAndApprovalUtil Inheritance Object
Implementa IReviewCommentingAndApprovalUtil

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10
Versioni runtime: Flash Player 10.2, AIR (unsupported)

This class defines the utility functions that are exposed by Review Commenting And Approval utility service.



Proprietà pubbliche
 ProprietàDefinito da
  channelSet : ChannelSet
Channel set for remote operation calls.
ReviewCommentingAndApprovalUtil
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
Object
Metodi pubblici
 MetodoDefinito da
  
The constructor for ReviewCommentingAndApprovalUtil class.
ReviewCommentingAndApprovalUtil
  
This remote function can be used to get a map of names and description of processes that can be used for customizing the review and commenting workflow.
ReviewCommentingAndApprovalUtil
  
This remote function can be used to get a list of processes that can be used for processing stage workflow.
ReviewCommentingAndApprovalUtil
  
This remote function can be used to get a list of processes that can be used as pre- and post-process hooks in a stage workflow.
ReviewCommentingAndApprovalUtil
  
This remote function can be used to get a list of processes that can be used to generate tracking sheets for a stage workflow.
ReviewCommentingAndApprovalUtil
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
  
This remote operation can be used to check whether the invoker has the permissions that are specified in a list.
ReviewCommentingAndApprovalUtil
  
invokeLiveCycleService(serviceName:String, operationName:String, inputParams:Array):mx.rpc:AsyncToken
This remote operation can be used to invoke a document sever service.
ReviewCommentingAndApprovalUtil
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
Descrizione delle proprietà

channelSet

proprietà
channelSet:ChannelSet

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Channel set for remote operation calls.



Implementazione
    public function get channelSet():ChannelSet
    public function set channelSet(value:ChannelSet):void
Descrizione della funzione di costruzione

ReviewCommentingAndApprovalUtil

()Funzione di costruzione
public function ReviewCommentingAndApprovalUtil()

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

The constructor for ReviewCommentingAndApprovalUtil class.

Descrizione dei metodi

findCustomProcesses

()metodo
public function findCustomProcesses():mx.rpc:AsyncToken

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

This remote function can be used to get a map of names and description of processes that can be used for customizing the review and commenting workflow. These processes include pre- and post-process hooks to a stage workflow, tracking sheet processes, and tracking stage workflow processes. These processes are deployed on Document Server. The processes are returned in the format.

<key="PROCESS_HOOK"><value="SampleProcess"> <key="SampleProcess"><value="SampleProcessDescription">

The processes are returned against the keys PROCESS_HOOK, TRACKING_SHEET, and CUSTOM_ASSIGN_TASK.

Restituisce
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains a map of process names and description.

findCustomRCAProcesses

()metodo 
public function findCustomRCAProcesses():mx.rpc:AsyncToken

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

This remote function can be used to get a list of processes that can be used for processing stage workflow. These processes are deployed on Document Server.

Restituisce
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains the list of stage work flow processes.

findProcessHooks

()metodo 
public function findProcessHooks():mx.rpc:AsyncToken

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

This remote function can be used to get a list of processes that can be used as pre- and post-process hooks in a stage workflow. These processes are deployed on Document Server.

Restituisce
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains the list of process hooks.

findTrackingSheetProcess

()metodo 
public function findTrackingSheetProcess():mx.rpc:AsyncToken

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

This remote function can be used to get a list of processes that can be used to generate tracking sheets for a stage workflow. These processes are deployed on Document Server.

Restituisce
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains the list of tracking sheet processes.

hasPermission

()metodo 
public function hasPermission(permissionList:IList):mx.rpc:AsyncToken

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

This remote operation can be used to check whether the invoker has the permissions that are specified in a list.

Parametri

permissionList:IList — List of permission names.

Restituisce
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains a Boolean value. If True the invoker has the specified permissions.

invokeLiveCycleService

()metodo 
public function invokeLiveCycleService(serviceName:String, operationName:String, inputParams:Array):mx.rpc:AsyncToken

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

This remote operation can be used to invoke a document sever service.

Parametri

serviceName:String — Name of the service to be invoked.
 
operationName:String — Service operation to be invoked.
 
inputParams:Array — Array of input params (NameValuePair) for the array.

Restituisce
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains the response of service invocation request.




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.