| Pakiet | com.adobe.solutions.rca.services.impl |
| Klasa | public class ReviewCommentingAndApprovalUtil |
| Dziedziczenie | ReviewCommentingAndApprovalUtil Object |
| Implementuje | IReviewCommentingAndApprovalUtil |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| channelSet : ChannelSet
Channel set for remote operation calls. | ReviewCommentingAndApprovalUtil | ||
![]() | constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | |
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
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 | ||
Przestarzałe: Użyj ReviewCommentingAndApprovalUtil.findCustomProcesses()
This remote function can be used to get a list of processes that can be used for processing stage workflow. | ReviewCommentingAndApprovalUtil | ||
Przestarzałe: Użyj ReviewCommentingAndApprovalUtil.findCustomProcesses()
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 | ||
Przestarzałe: Użyj ReviewCommentingAndApprovalUtil.findCustomProcesses()
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 | ||
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | 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 | ||
![]() |
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 | |
channelSet | właściwość |
channelSet:ChannelSet| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Channel set for remote operation calls.
Implementacja
public function get channelSet():ChannelSet public function set channelSet(value:ChannelSet):voidReviewCommentingAndApprovalUtil | () | Konstruktor |
public function ReviewCommentingAndApprovalUtil()| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewCommentingAndApprovalUtil class.
findCustomProcesses | () | metoda |
public function findCustomProcesses():mx.rpc:AsyncToken| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | 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 keysPROCESS_HOOK, TRACKING_SHEET, and CUSTOM_ASSIGN_TASK.
Zwracamx.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 | () | metoda |
public function findCustomRCAProcesses():mx.rpc:AsyncToken| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | 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.
Zwracamx.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 | () | metoda |
public function findProcessHooks():mx.rpc:AsyncToken| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | 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.
Zwracamx.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 | () | metoda |
public function findTrackingSheetProcess():mx.rpc:AsyncToken| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | 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.
Zwracamx.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 | () | metoda |
public function hasPermission(permissionList:IList):mx.rpc:AsyncToken| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | 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.
Parametry
permissionList:IList — List of permission names.
|
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 | () | metoda |
public function invokeLiveCycleService(serviceName:String, operationName:String, inputParams:Array):mx.rpc:AsyncToken| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This remote operation can be used to invoke a document sever service.
Parametry
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.
|
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.
|
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne