Packagecom.adobe.bridge
Classpublic class Operator
InheritanceOperator Inheritance CSHostObject Inheritance flash.utils.Proxy

Since : CS5



Public Properties
 PropertyDefined By
  cancelRequested : Boolean
Operator
  conflictMessage : String
Operator
  conflictType : String
Operator
  description : String
Operator
  errorTarget : Thumbnail
Operator
  getConflictInfo : Object
Operator
  getOperationStatus : Object
Operator
  getPercentageComplete : Object
Operator
  getProcessedNodeCount : Object
Operator
  getProcessingStatus : Object
Operator
  getProgressMessage : Object
Operator
  getPurpose : Object
Operator
  getTotalBytesTransferred : Object
Operator
  getTotalNodeCount : Object
Operator
  getType : Object
Operator
  getUIPolicy : Object
Operator
 InheritedhostObjectDelegate : HostObject
Getter for the delegate
CSHostObject
  newNames : Array
Operator
  operationStatus : String
Operator
  percentageComplete : Number
Operator
  processingStatus : String
Operator
  progressMessage : String
Operator
  resolveConflict : Object
Operator
  resolveMethod : String
Operator
  resolvePolicy : String
Operator
  result : String
Operator
  resume : Object
Operator
  showUi : Boolean
Operator
  sources : Array
Operator
  start : Object
Operator
  stop : Object
Operator
  target : Thumbnail
Operator
  timeout : Number
Operator
Public Methods
 MethodDefined By
 Inherited
filterArgsForHBAPI(args:Array):Array
[static] Function to clean up the argument list and put it into a format that makes sense for HBAPI.
CSHostObject
 Inherited
filterSingleObjectForHBAPI(value:Object):Object
[static]
CSHostObject
 Inherited
getClassObjectForName(className:String):HostObject
[static] This returns a "Class" object, meaning, a HostObject that can be used to make static function calls or get static properties
CSHostObject
 Inherited
getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):*
[static]
CSHostObject
 Inherited
hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
CSHostObject
 Inherited
hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):*
[static] Implements a safe call of a static method on the host
CSHostObject
 Inherited
hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
CSHostObject
 Inherited
hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
CSHostObject
 Inherited
hostGetStatic(className:String, propertyName:String, expectedReturnType:Class):*
[static] Implements a safe get of a static property on the host Used by for instance, all the enum implementations.
CSHostObject
 Inherited
hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
CSHostObject
 Inherited
hostSetStatic(className:String, propertyName:String, rawvalue:*):*
[static] Implements a safe set of a static property on the host
CSHostObject
 Inherited
isDescendedFrom(clz:Class, ancClass:Class):Boolean
[static] Efficiently determines whether or not one class descends from another in inheritance hierarchy- class relationships are cached by the ClassUtils implementation- (uses org.as3commons lib to quickly discover class hierarchy.
CSHostObject
 Inherited
replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call.
CSHostObject
 Inherited
wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):*
[static] Method used on static/normal get/ hostcalls
CSHostObject
Protected Methods
 MethodDefined By
 Inherited
createWithArgs(args:Array):void
CSHostObject
 Inherited
hostCreate(args:Array):void
CSHostObject
Property Detail
cancelRequestedproperty
cancelRequested:Boolean

Since : CS5


Implementation
    public function get cancelRequested():Boolean
    public function set cancelRequested(value:Boolean):void
conflictMessageproperty 
conflictMessage:String

Since : CS5


Implementation
    public function get conflictMessage():String
    public function set conflictMessage(value:String):void
conflictTypeproperty 
conflictType:String

Since : CS5


Implementation
    public function get conflictType():String
    public function set conflictType(value:String):void
descriptionproperty 
description:String

Since : CS5


Implementation
    public function get description():String
    public function set description(value:String):void
errorTargetproperty 
errorTarget:Thumbnail

Since : CS5


Implementation
    public function get errorTarget():Thumbnail
    public function set errorTarget(value:Thumbnail):void
getConflictInfoproperty 
getConflictInfo:Object

Since : CS5


Implementation
    public function get getConflictInfo():Object
    public function set getConflictInfo(value:Object):void
getOperationStatusproperty 
getOperationStatus:Object

Since : CS5


Implementation
    public function get getOperationStatus():Object
    public function set getOperationStatus(value:Object):void
getPercentageCompleteproperty 
getPercentageComplete:Object

Since : CS5


Implementation
    public function get getPercentageComplete():Object
    public function set getPercentageComplete(value:Object):void
getProcessedNodeCountproperty 
getProcessedNodeCount:Object

Since : CS5


Implementation
    public function get getProcessedNodeCount():Object
    public function set getProcessedNodeCount(value:Object):void
getProcessingStatusproperty 
getProcessingStatus:Object

Since : CS5


Implementation
    public function get getProcessingStatus():Object
    public function set getProcessingStatus(value:Object):void
getProgressMessageproperty 
getProgressMessage:Object

Since : CS5


Implementation
    public function get getProgressMessage():Object
    public function set getProgressMessage(value:Object):void
getPurposeproperty 
getPurpose:Object

Since : CS5


Implementation
    public function get getPurpose():Object
    public function set getPurpose(value:Object):void
getTotalBytesTransferredproperty 
getTotalBytesTransferred:Object

Since : CS5


Implementation
    public function get getTotalBytesTransferred():Object
    public function set getTotalBytesTransferred(value:Object):void
getTotalNodeCountproperty 
getTotalNodeCount:Object

Since : CS5


Implementation
    public function get getTotalNodeCount():Object
    public function set getTotalNodeCount(value:Object):void
getTypeproperty 
getType:Object

Since : CS5


Implementation
    public function get getType():Object
    public function set getType(value:Object):void
getUIPolicyproperty 
getUIPolicy:Object

Since : CS5


Implementation
    public function get getUIPolicy():Object
    public function set getUIPolicy(value:Object):void
newNamesproperty 
newNames:Array

Since : CS5


Implementation
    public function get newNames():Array
    public function set newNames(value:Array):void
operationStatusproperty 
operationStatus:String

Since : CS5


Implementation
    public function get operationStatus():String
    public function set operationStatus(value:String):void
percentageCompleteproperty 
percentageComplete:Number

Since : CS5


Implementation
    public function get percentageComplete():Number
    public function set percentageComplete(value:Number):void
processingStatusproperty 
processingStatus:String

Since : CS5


Implementation
    public function get processingStatus():String
    public function set processingStatus(value:String):void
progressMessageproperty 
progressMessage:String

Since : CS5


Implementation
    public function get progressMessage():String
    public function set progressMessage(value:String):void
resolveConflictproperty 
resolveConflict:Object

Since : CS5


Implementation
    public function get resolveConflict():Object
    public function set resolveConflict(value:Object):void
resolveMethodproperty 
resolveMethod:String

Since : CS5


Implementation
    public function get resolveMethod():String
    public function set resolveMethod(value:String):void
resolvePolicyproperty 
resolvePolicy:String

Since : CS5


Implementation
    public function get resolvePolicy():String
    public function set resolvePolicy(value:String):void
resultproperty 
result:String

Since : CS5


Implementation
    public function get result():String
    public function set result(value:String):void
resumeproperty 
resume:Object

Since : CS5


Implementation
    public function get resume():Object
    public function set resume(value:Object):void
showUiproperty 
showUi:Boolean

Since : CS5


Implementation
    public function get showUi():Boolean
    public function set showUi(value:Boolean):void
sourcesproperty 
sources:Array

Since : CS5


Implementation
    public function get sources():Array
    public function set sources(value:Array):void
startproperty 
start:Object

Since : CS5


Implementation
    public function get start():Object
    public function set start(value:Object):void
stopproperty 
stop:Object

Since : CS5


Implementation
    public function get stop():Object
    public function set stop(value:Object):void
targetproperty 
target:Thumbnail

Since : CS5


Implementation
    public function get target():Thumbnail
    public function set target(value:Thumbnail):void
timeoutproperty 
timeout:Number

Since : CS5


Implementation
    public function get timeout():Number
    public function set timeout(value:Number):void