Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
com.adobe.solutions.rca.domain 

IReviewContext  - AS3 Review, Commenting, and Approval

Pacotecom.adobe.solutions.rca.domain
Interfacepublic interface IReviewContext extends IGanttDataItem , IMemberCollection
Implementadores ReviewContext

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Defines details of a particular review version.



Propriedades públicas
 PropriedadeDefinido por
  additionalMetadata : String
Any review-specific data can be preserved in this field.
IReviewContext
 InheritedallMemberList : IList
[somente leitura] 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
 InheritedganttItems : ArrayCollection
[somente leitura] A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True.
IGanttDataItem
  id : String
[somente leitura] 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
 InheriteditemEndDate : Date
[somente leitura] End date of the item.
IGanttDataItem
 InheriteditemName : String
[somente leitura] Name of the item.
IGanttDataItem
 InheriteditemStartDate : Date
[somente leitura] Start date of the item.
IGanttDataItem
 InheriteditemState : String
[somente leitura] State of the item.
IGanttDataItem
 InheriteditemStatus : String
[somente leitura] Status of the item.
IGanttDataItem
 InheriteditemType : String
[somente leitura] Type of item.
IGanttDataItem
  largeThumbnail : File
Large thumbnail image of a document under review.
IReviewContext
 InheritedmemberList : IList
[somente leitura] 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
 InheritedoperationList : ArrayCollection
[somente leitura] 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
 InheritedshowChildren : Boolean
A Boolean flag to determine if the children need to be displayed.
IGanttDataItem
 InheritedshowParent : 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
 InheriteduniqueMemberList : IList
[somente leitura] The property returns a collection of unique members.
IMemberCollection
  vo : ReviewContextVO
The Value Object for this review version.
IReviewContext
Métodos públicos
 MétodoDefinido por
 Inherited
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
  
addStageAt(stage:IStage, index:int):void
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
 Inherited
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
 Inherited
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
 Inherited
This remote operation updates the tile of a member present in collection and submits the change to the server.
IMemberCollection
Detalhes da propriedade

additionalMetadata

propriedade
additionalMetadata:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Any review-specific data can be preserved in this field.



Implementação
    public function get additionalMetadata():String
    public function set additionalMetadata(value:String):void

arsProcessName

propriedade 
arsProcessName:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Name of the process used to generate Approval Routing Sheet (ARS).



Implementação
    public function get arsProcessName():String
    public function set arsProcessName(value:String):void

auditLevel

propriedade 
auditLevel:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

The level of audit associated with this review.



Implementação
    public function get auditLevel():String
    public function set auditLevel(value:String):void

calculatedEndDate

propriedade 
calculatedEndDate:Date

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

The endDate if the review has ended. Otherwise the expected ended date.



Implementação
    public function get calculatedEndDate():Date
    public function set calculatedEndDate(value:Date):void

calculatedStartDate

propriedade 
calculatedStartDate:Date

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

The startDate if the review has started. Otherwise the expected start date.



Implementação
    public function get calculatedStartDate():Date
    public function set calculatedStartDate(value:Date):void

Elementos da API relacionados

IReviewContext.startDate

changeDescription

propriedade 
changeDescription:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

This field is used to store the change desciption, if a review is revised.



Implementação
    public function get changeDescription():String
    public function set changeDescription(value:String):void

commentServerPath

propriedade 
commentServerPath:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Server location where Adobe ® Acrobat ® stores the inline comments.



Implementação
    public function get commentServerPath():String
    public function set commentServerPath(value:String):void

commentVisibility

propriedade 
commentVisibility:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Adobe Acrobat's inline comment visibility across stages.



Implementação
    public function get commentVisibility():String
    public function set commentVisibility(value:String):void

complianceCode

propriedade 
complianceCode:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Compliance code of the schedule template.



Implementação
    public function get complianceCode():String
    public function set complianceCode(value:String):void

currentRevision

propriedade 
currentRevision:Boolean

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

A Boolean value to decide whether this is the current revision of the review or not.



Implementação
    public function get currentRevision():Boolean
    public function set currentRevision(value:Boolean):void

currentStage

propriedade 
currentStage:int

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Stage number in progress for this review (starts with 1).



Implementação
    public function get currentStage():int
    public function set currentStage(value:int):void

customAttributes

propriedade 
customAttributes:IList

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

List of custom attributes.



Implementação
    public function get customAttributes():IList
    public function set customAttributes(value:IList):void

endDate

propriedade 
endDate:Date

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

End date of a review.



Implementação
    public function get endDate():Date
    public function set endDate(value:Date):void

id

propriedade 
id:String  [somente leitura]

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

A unique identifier for this review version.



Implementação
    public function get id():String

initiator

propriedade 
initiator:IInitiator

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Initiator of a review.



Implementação
    public function get initiator():IInitiator
    public function set initiator(value:IInitiator):void

invocationId

propriedade 
invocationId:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

The ID of the invocation request when a review is initiated.



Implementação
    public function get invocationId():String
    public function set invocationId(value:String):void

largeThumbnail

propriedade 
largeThumbnail:File

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Large thumbnail image of a document under review.



Implementação
    public function get largeThumbnail():File
    public function set largeThumbnail(value:File):void

nativeFileName

propriedade 
nativeFileName:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Path of the file, in the content repository, on which the review is initiated.



Implementação
    public function get nativeFileName():String
    public function set nativeFileName(value:String):void

purpose

propriedade 
purpose:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Review purpose.



Implementação
    public function get purpose():String
    public function set purpose(value:String):void

reviewCommentingAndApproval

propriedade 
reviewCommentingAndApproval:IReviewCommentingAndApproval

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

An instance of Review Commenting and Approval service for this review.



Implementação
    public function get reviewCommentingAndApproval():IReviewCommentingAndApproval
    public function set reviewCommentingAndApproval(value:IReviewCommentingAndApproval):void

Elementos da API relacionados

IReviewCommentingAndApproval

reviewId

propriedade 
reviewId:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

A unique identifier of the review.



Implementação
    public function get reviewId():String
    public function set reviewId(value:String):void

reviewType

propriedade 
reviewType:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Type of review like Regulated or Ad-hoc.



Implementação
    public function get reviewType():String
    public function set reviewType(value:String):void

revision

propriedade 
revision:int

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Review revision number.



Implementação
    public function get revision():int
    public function set revision(value:int):void

rtsProcessName

propriedade 
rtsProcessName:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Name of the process used to generate Review Tracking Sheet (RTS).



Implementação
    public function get rtsProcessName():String
    public function set rtsProcessName(value:String):void

smallThumbnail

propriedade 
smallThumbnail:File

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Small thumbnail image of a document under review.



Implementação
    public function get smallThumbnail():File
    public function set smallThumbnail(value:File):void

stageList

propriedade 
stageList:IList

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

List of stages in a review.



Implementação
    public function get stageList():IList
    public function set stageList(value:IList):void

startDate

propriedade 
startDate:Date

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Start date of a review.



Implementação
    public function get startDate():Date
    public function set startDate(value:Date):void

status

propriedade 
status:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Review purpose.



Implementação
    public function get status():String
    public function set status(value:String):void

stp

propriedade 
stp:Boolean

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

A Boolean field to enable or disable Straight Through Processing (STP).



Implementação
    public function get stp():Boolean
    public function set stp(value:Boolean):void

supportingDocumentList

propriedade 
supportingDocumentList:IList

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

List of supporting documents for a review.



Implementação
    public function get supportingDocumentList():IList
    public function set supportingDocumentList(value:IList):void

templateAuthor

propriedade 
templateAuthor:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Name of the schedule template author.



Implementação
    public function get templateAuthor():String
    public function set templateAuthor(value:String):void

templateDescription

propriedade 
templateDescription:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Description of the schedule template used to initiate this review.



Implementação
    public function get templateDescription():String
    public function set templateDescription(value:String):void

templateName

propriedade 
templateName:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Name of the schedule template used to initiate this review.



Implementação
    public function get templateName():String
    public function set templateName(value:String):void

title

propriedade 
title:String

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Review title.



Implementação
    public function get title():String
    public function set title(value:String):void

vo

propriedade 
vo:ReviewContextVO

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

The Value Object for this review version.



Implementação
    public function get vo():ReviewContextVO
    public function set vo(value:ReviewContextVO):void
Detalhes do método

addStage

()método
public function addStage(stage:IStage):void

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Adds stage to the review after the last stage.

Parâmetros

stage:IStageStage instance that needs to be added.

addStageAt

()método 
public function addStageAt(stage:IStage, index:int):void

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Adds stage to the review at the specified index from the beginning.

Parâmetros

stage:IStageStage instance that needs to be added.
 
index:int — Index at which this stage needs to be added.

addSupportingDocument

()método 
public function addSupportingDocument(doc:ISupportingDocument):void

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Adds the supporting document at the end of the list of supportingDocuments for this review.

Parâmetros

doc:ISupportingDocument — Supporting document that needs to be added.

Elementos da API relacionados

addSupportingDocumentAt

()método 
public function addSupportingDocumentAt(doc:ISupportingDocument, index:int):void

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Adds the supporting document at the index in the list of supportingDocuments for this review.

Parâmetros

doc:ISupportingDocument — Supporting document that needs to be added.
 
index:int — Index at which the supporting document needs to be added.

Elementos da API relacionados

calculateDates

()método 
public function calculateDates():void

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Populates the calculatedStartDate and calculatedEndDate fields.

Elementos da API relacionados

clearIds

()método 
public function clearIds():void

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Clears ID for a reviewContext object for persisting it at another location in the repository.

fetchAssetArchive

()método 
public function fetchAssetArchive():mx.rpc:AsyncToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Returns an asset archive for this review.

Retorna
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

()método 
public function fetchLargeThumbnail():mx.rpc:AsyncToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Returns largeThumbnail for this review version.

Retorna
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.

Elementos da API relacionados

fetchNativeDocument

()método 
public function fetchNativeDocument():mx.rpc:AsyncToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Returns the original file submitted for review.

Retorna
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

()método 
public function fetchReviewContext():mx.rpc:AsyncToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Returns the review context value object for this review.

Retorna
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

()método 
public function fetchReviewDocument():mx.rpc:AsyncToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Returns the review document for this review.

Retorna
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

()método 
public function fetchSmallThumbnail():mx.rpc:AsyncToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Returns smallThumbnail for this review version.

Retorna
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.

Elementos da API relacionados

removeAllStages

()método 
public function removeAllStages():void

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Removes all stages from a review.

removeAllSupportingDocument

()método 
public function removeAllSupportingDocument():void

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Removes all supporting documents from the list of supportingDocuments for this review.

removeStageAt

()método 
public function removeStageAt(index:int):IStage

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Removes a stage at the specified index from the beginning of the review. Returns the removed stage.

Parâmetros

index:int — The index of the stage that needs to be removed.

Retorna
IStageStage instance that has been removed.

removeSupportingDocumentAt

()método 
public function removeSupportingDocumentAt(index:int):ISupportingDocument

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Removes a supporting document at the index from the list of supportingDocuments for this review.

Parâmetros

index:int — Index of the supporting document that needs to be removed.

Retorna
ISupportingDocument — Supporting document that has been removed.




[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.