ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.solutions.rca.domain 

IReviewContext  - AS3 Review, Commenting, and Approval

Paketcom.adobe.solutions.rca.domain
Schnittstellepublic interface IReviewContext extends IGanttDataItem , IMemberCollection
Umsetzer ReviewContext

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines details of a particular review version.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
  additionalMetadata : String
Any review-specific data can be preserved in this field.
IReviewContext
 InheritedallMemberList : IList
[schreibgeschützt] 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
[schreibgeschützt] A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True.
IGanttDataItem
  id : String
[schreibgeschützt] 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
[schreibgeschützt] End date of the item.
IGanttDataItem
 InheriteditemName : String
[schreibgeschützt] Name of the item.
IGanttDataItem
 InheriteditemStartDate : Date
[schreibgeschützt] Start date of the item.
IGanttDataItem
 InheriteditemState : String
[schreibgeschützt] State of the item.
IGanttDataItem
 InheriteditemStatus : String
[schreibgeschützt] Status of the item.
IGanttDataItem
 InheriteditemType : String
[schreibgeschützt] Type of item.
IGanttDataItem
  largeThumbnail : File
Large thumbnail image of a document under review.
IReviewContext
 InheritedmemberList : IList
[schreibgeschützt] 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
[schreibgeschützt] 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
[schreibgeschützt] The property returns a collection of unique members.
IMemberCollection
  vo : ReviewContextVO
The Value Object for this review version.
IReviewContext
Öffentliche Methoden
 MethodeDefiniert von
 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
Eigenschaftendetails

additionalMetadata

Eigenschaft
additionalMetadata:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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



Implementierung
    public function get additionalMetadata():String
    public function set additionalMetadata(value:String):void

arsProcessName

Eigenschaft 
arsProcessName:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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



Implementierung
    public function get arsProcessName():String
    public function set arsProcessName(value:String):void

auditLevel

Eigenschaft 
auditLevel:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

The level of audit associated with this review.



Implementierung
    public function get auditLevel():String
    public function set auditLevel(value:String):void

calculatedEndDate

Eigenschaft 
calculatedEndDate:Date

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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



Implementierung
    public function get calculatedEndDate():Date
    public function set calculatedEndDate(value:Date):void

calculatedStartDate

Eigenschaft 
calculatedStartDate:Date

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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



Implementierung
    public function get calculatedStartDate():Date
    public function set calculatedStartDate(value:Date):void

Verwandte API-Elemente

IReviewContext.startDate

changeDescription

Eigenschaft 
changeDescription:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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



Implementierung
    public function get changeDescription():String
    public function set changeDescription(value:String):void

commentServerPath

Eigenschaft 
commentServerPath:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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



Implementierung
    public function get commentServerPath():String
    public function set commentServerPath(value:String):void

commentVisibility

Eigenschaft 
commentVisibility:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Adobe Acrobat's inline comment visibility across stages.



Implementierung
    public function get commentVisibility():String
    public function set commentVisibility(value:String):void

complianceCode

Eigenschaft 
complianceCode:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Compliance code of the schedule template.



Implementierung
    public function get complianceCode():String
    public function set complianceCode(value:String):void

currentRevision

Eigenschaft 
currentRevision:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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



Implementierung
    public function get currentRevision():Boolean
    public function set currentRevision(value:Boolean):void

currentStage

Eigenschaft 
currentStage:int

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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



Implementierung
    public function get currentStage():int
    public function set currentStage(value:int):void

customAttributes

Eigenschaft 
customAttributes:IList

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

List of custom attributes.



Implementierung
    public function get customAttributes():IList
    public function set customAttributes(value:IList):void

endDate

Eigenschaft 
endDate:Date

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

End date of a review.



Implementierung
    public function get endDate():Date
    public function set endDate(value:Date):void

id

Eigenschaft 
id:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

A unique identifier for this review version.



Implementierung
    public function get id():String

initiator

Eigenschaft 
initiator:IInitiator

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Initiator of a review.



Implementierung
    public function get initiator():IInitiator
    public function set initiator(value:IInitiator):void

invocationId

Eigenschaft 
invocationId:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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



Implementierung
    public function get invocationId():String
    public function set invocationId(value:String):void

largeThumbnail

Eigenschaft 
largeThumbnail:File

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Large thumbnail image of a document under review.



Implementierung
    public function get largeThumbnail():File
    public function set largeThumbnail(value:File):void

nativeFileName

Eigenschaft 
nativeFileName:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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



Implementierung
    public function get nativeFileName():String
    public function set nativeFileName(value:String):void

purpose

Eigenschaft 
purpose:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Review purpose.



Implementierung
    public function get purpose():String
    public function set purpose(value:String):void

reviewCommentingAndApproval

Eigenschaft 
reviewCommentingAndApproval:IReviewCommentingAndApproval

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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



Implementierung
    public function get reviewCommentingAndApproval():IReviewCommentingAndApproval
    public function set reviewCommentingAndApproval(value:IReviewCommentingAndApproval):void

Verwandte API-Elemente

IReviewCommentingAndApproval

reviewId

Eigenschaft 
reviewId:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

A unique identifier of the review.



Implementierung
    public function get reviewId():String
    public function set reviewId(value:String):void

reviewType

Eigenschaft 
reviewType:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Type of review like Regulated or Ad-hoc.



Implementierung
    public function get reviewType():String
    public function set reviewType(value:String):void

revision

Eigenschaft 
revision:int

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Review revision number.



Implementierung
    public function get revision():int
    public function set revision(value:int):void

rtsProcessName

Eigenschaft 
rtsProcessName:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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



Implementierung
    public function get rtsProcessName():String
    public function set rtsProcessName(value:String):void

smallThumbnail

Eigenschaft 
smallThumbnail:File

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Small thumbnail image of a document under review.



Implementierung
    public function get smallThumbnail():File
    public function set smallThumbnail(value:File):void

stageList

Eigenschaft 
stageList:IList

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

List of stages in a review.



Implementierung
    public function get stageList():IList
    public function set stageList(value:IList):void

startDate

Eigenschaft 
startDate:Date

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Start date of a review.



Implementierung
    public function get startDate():Date
    public function set startDate(value:Date):void

status

Eigenschaft 
status:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Review purpose.



Implementierung
    public function get status():String
    public function set status(value:String):void

stp

Eigenschaft 
stp:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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



Implementierung
    public function get stp():Boolean
    public function set stp(value:Boolean):void

supportingDocumentList

Eigenschaft 
supportingDocumentList:IList

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

List of supporting documents for a review.



Implementierung
    public function get supportingDocumentList():IList
    public function set supportingDocumentList(value:IList):void

templateAuthor

Eigenschaft 
templateAuthor:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Name of the schedule template author.



Implementierung
    public function get templateAuthor():String
    public function set templateAuthor(value:String):void

templateDescription

Eigenschaft 
templateDescription:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Description of the schedule template used to initiate this review.



Implementierung
    public function get templateDescription():String
    public function set templateDescription(value:String):void

templateName

Eigenschaft 
templateName:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Name of the schedule template used to initiate this review.



Implementierung
    public function get templateName():String
    public function set templateName(value:String):void

title

Eigenschaft 
title:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Review title.



Implementierung
    public function get title():String
    public function set title(value:String):void

vo

Eigenschaft 
vo:ReviewContextVO

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

The Value Object for this review version.



Implementierung
    public function get vo():ReviewContextVO
    public function set vo(value:ReviewContextVO):void
Methodendetails

addStage

()Methode
public function addStage(stage:IStage):void

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Adds stage to the review after the last stage.

Parameter

stage:IStageStage instance that needs to be added.

addStageAt

()Methode 
public function addStageAt(stage:IStage, index:int):void

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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

Parameter

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

addSupportingDocument

()Methode 
public function addSupportingDocument(doc:ISupportingDocument):void

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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

Parameter

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

Verwandte API-Elemente

addSupportingDocumentAt

()Methode 
public function addSupportingDocumentAt(doc:ISupportingDocument, index:int):void

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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

Parameter

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

Verwandte API-Elemente

calculateDates

()Methode 
public function calculateDates():void

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Populates the calculatedStartDate and calculatedEndDate fields.

Verwandte API-Elemente

clearIds

()Methode 
public function clearIds():void

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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

fetchAssetArchive

()Methode 
public function fetchAssetArchive():mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Returns an asset archive for this review.

Rückgabewerte
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

()Methode 
public function fetchLargeThumbnail():mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Returns largeThumbnail for this review version.

Rückgabewerte
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.

Verwandte API-Elemente

fetchNativeDocument

()Methode 
public function fetchNativeDocument():mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Returns the original file submitted for review.

Rückgabewerte
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

()Methode 
public function fetchReviewContext():mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Returns the review context value object for this review.

Rückgabewerte
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

()Methode 
public function fetchReviewDocument():mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Returns the review document for this review.

Rückgabewerte
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

()Methode 
public function fetchSmallThumbnail():mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Returns smallThumbnail for this review version.

Rückgabewerte
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.

Verwandte API-Elemente

removeAllStages

()Methode 
public function removeAllStages():void

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Removes all stages from a review.

removeAllSupportingDocument

()Methode 
public function removeAllSupportingDocument():void

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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

removeStageAt

()Methode 
public function removeStageAt(index:int):IStage

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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

Parameter

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

Rückgabewerte
IStageStage instance that has been removed.

removeSupportingDocumentAt

()Methode 
public function removeSupportingDocumentAt(index:int):ISupportingDocument

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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

Parameter

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

Rückgabewerte
ISupportingDocument — Supporting document that has been removed.




[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.