| Package | org.servebox.toolbox.browsing |
| Class | public class BrowsingOperation |
| Inheritance | BrowsingOperation BasicObject |
| Method | Defined by | ||
|---|---|---|---|
|
BrowsingOperation(src:IView, target:String)
Creates a new BrowsingOperation object.
| BrowsingOperation | ||
![]() |
equals(value:IBasicObject):Boolean
Object comparison mechanism.
| BasicObject | |
|
getCreatedTime():int
| BrowsingOperation | ||
![]() |
getInstanceId():uint
Generates a unique unsigned integer id at instanciation
| BasicObject | |
|
getOperationId():int
Returns the operation id.
| BrowsingOperation | ||
|
getSourceURI():String
Returns the source URI.
| BrowsingOperation | ||
|
Returns the sourceView.
| BrowsingOperation | ||
|
getStatus():int
Returns the current status of operation.
| BrowsingOperation | ||
|
getTargetURI():String
Returns the target URI.
| BrowsingOperation | ||
![]() |
hashCode():int
Returns the hashcode of the object.
| BasicObject | |
|
setStatus(status:int):void
Defines the status og the operation
status could be PENDING, EXECUTE, FAILURE , SUCCESS, CANCELLED.
| BrowsingOperation | ||
![]() |
toString():String
Returns the string representation of the specified object.
| BasicObject | |
| Constant | Defined by | ||
|---|---|---|---|
| STATUS_CANCELLED : int = 4 [static]
| BrowsingOperation | ||
| STATUS_EXECUTE : int = 1 [static]
| BrowsingOperation | ||
| STATUS_FAILURE : int = 2 [static]
| BrowsingOperation | ||
| STATUS_PENDING : int = 0 [static]
| BrowsingOperation | ||
| STATUS_SUCCESS : int = 3 [static]
| BrowsingOperation | ||
| BrowsingOperation | () | constructor |
public function BrowsingOperation(src:IView, target:String)Creates a new BrowsingOperation object.
Parameterssrc:IView |
|
target:String |
| getCreatedTime | () | method |
public function getCreatedTime():int
Returns
int |
| getOperationId | () | method |
public function getOperationId():intReturns the operation id.
Returnsint |
| getSourceURI | () | method |
public function getSourceURI():StringReturns the source URI.
ReturnsString |
| getSourceView | () | method |
| getStatus | () | method |
public function getStatus():intReturns the current status of operation.
Returnsint |
| getTargetURI | () | method |
public function getTargetURI():StringReturns the target URI.
ReturnsString |
| setStatus | () | method |
public function setStatus(status:int):voidDefines the status og the operation status could be PENDING, EXECUTE, FAILURE , SUCCESS, CANCELLED.
Parametersstatus:int |
| STATUS_CANCELLED | constant |
public static const STATUS_CANCELLED:int = 4
| STATUS_EXECUTE | constant |
public static const STATUS_EXECUTE:int = 1
| STATUS_FAILURE | constant |
public static const STATUS_FAILURE:int = 2
| STATUS_PENDING | constant |
public static const STATUS_PENDING:int = 0
| STATUS_SUCCESS | constant |
public static const STATUS_SUCCESS:int = 3