패키지 | com.adobe.solutions.rca.domain |
인터페이스 | public interface IReviewContext extends IGanttDataItem , IMemberCollection |
구현자 | ReviewContext |
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
속성 | 정의 주체 | ||
---|---|---|---|
additionalMetadata : String
Any review-specific data can be preserved in this field. | IReviewContext | ||
allMemberList : IList [읽기 전용]
The property returns a collection of all members. | IMemberCollection | ||
arsProcessName : String
Name of the process used to generate Approval Routing Sheet (ARS). | IReviewContext | ||
auditLevel : String
The level of audit associated with this review. | IReviewContext | ||
calculatedEndDate : Date
The endDate if the review has ended. | IReviewContext | ||
calculatedStartDate : Date
The startDate if the review has started. | IReviewContext | ||
changeDescription : String
This field is used to store the change desciption, if a review is revised. | IReviewContext | ||
commentServerPath : String
Server location where Adobe ® Acrobat ® stores the inline comments. | IReviewContext | ||
commentVisibility : String
Adobe Acrobat's inline comment visibility across stages. | IReviewContext | ||
complianceCode : String
Compliance code of the schedule template. | IReviewContext | ||
currentRevision : Boolean
A Boolean value to decide whether this is the current revision of the review or not. | IReviewContext | ||
currentStage : int
Stage number in progress for this review (starts with 1). | IReviewContext | ||
customAttributes : IList
List of custom attributes. | IReviewContext | ||
endDate : Date
End date of a review. | IReviewContext | ||
ganttItems : ArrayCollection [읽기 전용]
A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True. | IGanttDataItem | ||
id : String [읽기 전용]
A unique identifier for this review version. | IReviewContext | ||
initiator : IInitiator
Initiator of a review. | IReviewContext | ||
invocationId : String
The ID of the invocation request when a review is initiated. | IReviewContext | ||
itemEndDate : Date [읽기 전용]
End date of the item. | IGanttDataItem | ||
itemName : String [읽기 전용]
Name of the item. | IGanttDataItem | ||
itemStartDate : Date [읽기 전용]
Start date of the item. | IGanttDataItem | ||
itemState : String [읽기 전용]
State of the item. | IGanttDataItem | ||
itemStatus : String [읽기 전용]
Status of the item. | IGanttDataItem | ||
itemType : String [읽기 전용]
Type of item. | IGanttDataItem | ||
largeThumbnail : File
Large thumbnail image of a document under review. | IReviewContext | ||
memberList : IList [읽기 전용]
The property returns a collection of directly associated members. | IMemberCollection | ||
nativeFileName : String
Path of the file, in the content repository, on which the review is initiated. | IReviewContext | ||
operationList : ArrayCollection [읽기 전용]
A collection of operations that are available to a user through the context menu in the Gantt chart. | IGanttDataItem | ||
purpose : String
Review purpose. | IReviewContext | ||
reviewCommentingAndApproval : IReviewCommentingAndApproval
An instance of Review Commenting and Approval service for this review. | IReviewContext | ||
reviewId : String
A unique identifier of the review. | IReviewContext | ||
reviewType : String
Type of review like Regulated or Ad-hoc. | IReviewContext | ||
revision : int
Review revision number. | IReviewContext | ||
rtsProcessName : String
Name of the process used to generate Review Tracking Sheet (RTS). | IReviewContext | ||
showChildren : Boolean
A Boolean flag to determine if the children need to be displayed. | IGanttDataItem | ||
showParent : Boolean
A Boolean flag to determine if the parent needs to be displayed. | IGanttDataItem | ||
smallThumbnail : File
Small thumbnail image of a document under review. | IReviewContext | ||
stageList : IList
List of stages in a review. | IReviewContext | ||
startDate : Date
Start date of a review. | IReviewContext | ||
status : String
Review purpose. | IReviewContext | ||
stp : Boolean
A Boolean field to enable or disable Straight Through Processing (STP). | IReviewContext | ||
supportingDocumentList : IList
List of supporting documents for a review. | IReviewContext | ||
templateAuthor : String
Name of the schedule template author. | IReviewContext | ||
templateDescription : String
Description of the schedule template used to initiate this review. | IReviewContext | ||
templateName : String
Name of the schedule template used to initiate this review. | IReviewContext | ||
title : String
Review title. | IReviewContext | ||
uniqueMemberList : IList [읽기 전용]
The property returns a collection of unique members. | IMemberCollection | ||
vo : ReviewContextVO
The Value Object for this review version. | IReviewContext |
메서드 | 정의 주체 | ||
---|---|---|---|
This remote operation adds a member to the collection and submits the change to the server. | IMemberCollection | ||
Adds stage to the review after the last stage. | IReviewContext | ||
Adds stage to the review at the specified index from the beginning. | IReviewContext | ||
Adds the supporting document at the end of the list of supportingDocuments for this review. | IReviewContext | ||
Adds the supporting document at the index in the list of supportingDocuments for this review. | IReviewContext | ||
Populates the calculatedStartDate and calculatedEndDate fields. | IReviewContext | ||
Clears ID for a reviewContext object for persisting it at another location in the repository. | IReviewContext | ||
Returns an asset archive for this review. | IReviewContext | ||
Returns largeThumbnail for this review version. | IReviewContext | ||
Returns the original file submitted for review. | IReviewContext | ||
Returns the review context value object for this review. | IReviewContext | ||
Returns the review document for this review. | IReviewContext | ||
Returns smallThumbnail for this review version. | IReviewContext | ||
A Boolean function to determine if the item has displayable children. | IGanttDataItem | ||
Removes all stages from a review. | IReviewContext | ||
Removes all supporting documents from the list of supportingDocuments for this review. | IReviewContext | ||
This remote operation removes a member from the collection and submits the change to the server. | IMemberCollection | ||
Removes a stage at the specified index from the beginning of the review. | IReviewContext | ||
Removes a supporting document at the index from the list of supportingDocuments for this review. | IReviewContext | ||
This remote operation updates the tile of a member present in collection and submits the change to the server. | IMemberCollection |
additionalMetadata | 속성 |
additionalMetadata:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Any review-specific data can be preserved in this field.
구현
public function get additionalMetadata():String
public function set additionalMetadata(value:String):void
arsProcessName | 속성 |
arsProcessName:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Name of the process used to generate Approval Routing Sheet (ARS).
구현
public function get arsProcessName():String
public function set arsProcessName(value:String):void
auditLevel | 속성 |
calculatedEndDate | 속성 |
calculatedEndDate:Date
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The endDate
if the review has ended. Otherwise the expected ended date.
구현
public function get calculatedEndDate():Date
public function set calculatedEndDate(value:Date):void
calculatedStartDate | 속성 |
calculatedStartDate:Date
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The startDate
if the review has started. Otherwise the expected start date.
구현
public function get calculatedStartDate():Date
public function set calculatedStartDate(value:Date):void
관련 API 요소
changeDescription | 속성 |
changeDescription:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This field is used to store the change desciption, if a review is revised.
구현
public function get changeDescription():String
public function set changeDescription(value:String):void
commentServerPath | 속성 |
commentServerPath:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Server location where Adobe ® Acrobat ® stores the inline comments.
구현
public function get commentServerPath():String
public function set commentServerPath(value:String):void
commentVisibility | 속성 |
commentVisibility:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Adobe Acrobat's inline comment visibility across stages.
구현
public function get commentVisibility():String
public function set commentVisibility(value:String):void
complianceCode | 속성 |
currentRevision | 속성 |
currentRevision:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
A Boolean value to decide whether this is the current revision of the review or not.
구현
public function get currentRevision():Boolean
public function set currentRevision(value:Boolean):void
currentStage | 속성 |
customAttributes | 속성 |
endDate | 속성 |
id | 속성 |
initiator | 속성 |
initiator:IInitiator
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Initiator of a review.
구현
public function get initiator():IInitiator
public function set initiator(value:IInitiator):void
invocationId | 속성 |
invocationId:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The ID of the invocation request when a review is initiated.
구현
public function get invocationId():String
public function set invocationId(value:String):void
largeThumbnail | 속성 |
nativeFileName | 속성 |
nativeFileName:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Path of the file, in the content repository, on which the review is initiated.
구현
public function get nativeFileName():String
public function set nativeFileName(value:String):void
purpose | 속성 |
reviewCommentingAndApproval | 속성 |
reviewCommentingAndApproval:IReviewCommentingAndApproval
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
An instance of Review Commenting and Approval service for this review.
구현
public function get reviewCommentingAndApproval():IReviewCommentingAndApproval
public function set reviewCommentingAndApproval(value:IReviewCommentingAndApproval):void
관련 API 요소
reviewId | 속성 |
reviewType | 속성 |
revision | 속성 |
rtsProcessName | 속성 |
rtsProcessName:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Name of the process used to generate Review Tracking Sheet (RTS).
구현
public function get rtsProcessName():String
public function set rtsProcessName(value:String):void
smallThumbnail | 속성 |
stageList | 속성 |
startDate | 속성 |
status | 속성 |
stp | 속성 |
supportingDocumentList | 속성 |
supportingDocumentList:IList
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
List of supporting documents for a review.
구현
public function get supportingDocumentList():IList
public function set supportingDocumentList(value:IList):void
templateAuthor | 속성 |
templateDescription | 속성 |
templateDescription:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Description of the schedule template used to initiate this review.
구현
public function get templateDescription():String
public function set templateDescription(value:String):void
templateName | 속성 |
templateName:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Name of the schedule template used to initiate this review.
구현
public function get templateName():String
public function set templateName(value:String):void
title | 속성 |
vo | 속성 |
vo:ReviewContextVO
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The Value Object for this review version.
구현
public function get vo():ReviewContextVO
public function set vo(value:ReviewContextVO):void
addStage | () | 메서드 |
addStageAt | () | 메서드 |
public function addStageAt(stage:IStage, index:int):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Adds stage to the review at the specified index from the beginning.
매개 변수
stage:IStage — Stage instance that needs to be added.
| |
index:int — Index at which this stage needs to be added.
|
addSupportingDocument | () | 메서드 |
public function addSupportingDocument(doc:ISupportingDocument):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Adds the supporting document at the end of the list of supportingDocuments
for this review.
매개 변수
doc:ISupportingDocument — Supporting document that needs to be added.
|
관련 API 요소
addSupportingDocumentAt | () | 메서드 |
public function addSupportingDocumentAt(doc:ISupportingDocument, index:int):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Adds the supporting document at the index in the list of supportingDocuments
for this review.
매개 변수
doc:ISupportingDocument — Supporting document that needs to be added.
| |
index:int — Index at which the supporting document needs to be added.
|
관련 API 요소
calculateDates | () | 메서드 |
public function calculateDates():void
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Populates the calculatedStartDate
and calculatedEndDate
fields.
관련 API 요소
clearIds | () | 메서드 |
public function clearIds():void
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Clears ID for a reviewContext
object for persisting it at another location in the repository.
fetchAssetArchive | () | 메서드 |
public function fetchAssetArchive():mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Returns an asset archive for this review.
반환값mx.rpc:AsyncToken — It returns a token on which success on fault handlers can be attached. The resulting event contains the asset archive for this review.
|
fetchLargeThumbnail | () | 메서드 |
public function fetchLargeThumbnail():mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Returns largeThumbnail
for this review version.
mx.rpc:AsyncToken — It returns a token on which success on fault handlers can be attached. The resulting event contains largeThumbnail for this review version.
|
관련 API 요소
fetchNativeDocument | () | 메서드 |
public function fetchNativeDocument():mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Returns the original file submitted for review.
반환값mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains original file submitted for review.
|
fetchReviewContext | () | 메서드 |
public function fetchReviewContext():mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Returns the review context value object for this review.
반환값mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains review context value object for this review.
|
fetchReviewDocument | () | 메서드 |
public function fetchReviewDocument():mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Returns the review document for this review.
반환값mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains review document for this review.
|
fetchSmallThumbnail | () | 메서드 |
public function fetchSmallThumbnail():mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Returns smallThumbnail
for this review version.
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains smallThumbnail for this review version.
|
관련 API 요소
removeAllStages | () | 메서드 |
public function removeAllStages():void
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Removes all stages from a review.
removeAllSupportingDocument | () | 메서드 |
public function removeAllSupportingDocument():void
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Removes all supporting documents from the list of supportingDocuments
for this review.
removeStageAt | () | 메서드 |
public function removeStageAt(index:int):IStage
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Removes a stage at the specified index from the beginning of the review. Returns the removed stage.
매개 변수
index:int — The index of the stage that needs to be removed.
|
IStage — Stage instance that has been removed.
|
removeSupportingDocumentAt | () | 메서드 |
public function removeSupportingDocumentAt(index:int):ISupportingDocument
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Removes a supporting document at the index from the list of supportingDocuments
for this review.
매개 변수
index:int — Index of the supporting document that needs to be removed.
|
ISupportingDocument — Supporting document that has been removed.
|
Tue Jun 12 2018, 03:17 PM Z