Adobe® Flash® Platform용 ActionScript® 3.0 참조 설명서
 |  패키지 및 클래스 목록 숨기기 |  패키지  |  클래스  |  새로운 내용  |  색인  |  부록  |  영어로 표시되는 이유
필터: 서버에서 데이터를 검색하는 중...
서버에서 데이터를 검색하는 중...
com.adobe.solutions.rca.service 

IReviewCommentingAndApprovalUtil  - AS3 Review, Commenting, and Approval

패키지com.adobe.solutions.rca.service
인터페이스public interface IReviewCommentingAndApprovalUtil
구현자 ReviewCommentingAndApprovalUtil

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: Flash Player 10.2, AIR (unsupported)

This interface defines the utility functions that are exposed by Review Commenting and Approval utility service.



공용 메서드
 메서드정의 주체
  
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.
IReviewCommentingAndApprovalUtil
  
This remote function can be used to get a list of processes that can be used for processing stage workflow.
IReviewCommentingAndApprovalUtil
  
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.
IReviewCommentingAndApprovalUtil
  
This remote function can be used to get a list of processes that can be used to generate tracking sheets for a stage workflow.
IReviewCommentingAndApprovalUtil
  
This remote operation can be used to check whether the invoker has the permissions that are specified in a list.
IReviewCommentingAndApprovalUtil
  
invokeLiveCycleService(serviceName:String, operationName:String, inputParams:Array):mx.rpc:AsyncToken
This remote operation can be used to invoke a document sever service.
IReviewCommentingAndApprovalUtil
메서드 세부 정보

findCustomProcesses

()메서드
public function findCustomProcesses():mx.rpc:AsyncToken

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: 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.

반환값
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

()메서드 
public function findCustomRCAProcesses():mx.rpc:AsyncToken

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: 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.

반환값
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

()메서드 
public function findProcessHooks():mx.rpc:AsyncToken

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: 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.

반환값
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

()메서드 
public function findTrackingSheetProcess():mx.rpc:AsyncToken

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: 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.

반환값
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

()메서드 
public function hasPermission(permissionList:IList):mx.rpc:AsyncToken

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: 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.

매개 변수

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

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

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 10
런타임 버전: Flash Player 10.2, AIR (unsupported)

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

매개 변수

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.

관련 API 요소





[ X ]영어로 표시되는 이유
ActionScript 3.0 참조 설명서의 내용이 영어로 나타납니다.

ActionScript 3.0 참조 설명서 중 일부는 전체 언어로 번역되지 않았습니다. 언어 요소가 번역되지 않은 경우 영어로 나타납니다. 예를 들어 ga.controls.HelpBox 클래스는 어떤 언어로도 번역되지 않았습니다. 그러므로 한국어 버전의 참조 설명서에서 ga.controls.HelpBox 클래스는 영어로 나타납니다.