Paquete | lc.procmgmt.domain |
Clase | public class Task |
Herencia | Task EventDispatcher Object |
Implementa | IManagedObject, IManaged |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Task
class represents a task on the Document Server. You use
the Task
class for the following reasons:
- To manage the properties of the task
- To perform operations that involve the task
- To complete the task, which causes the process instance workflow to go to the next step
For information about using this component to customize Workspace, see Customizing the Adobe Digital Enterprise Platform Document Services - Workspace 10.0 User Interface .
Propiedad | Definido por | ||
---|---|---|---|
assignments : ListCollectionView
The collection of Assignment objects for the task. | Task | ||
attachments : ListCollectionView
A collection of Attachment objects for the task. | Task | ||
canInvokeFromStartTask : Boolean [solo lectura]
A flag that indicates whether the task can be used to re-initiate the
same TaskManager startpoint that was used to create the task. | Task | ||
completeTime : Date
The date and time that the task completed. | Task | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
consultGroupId : String
The group identifier that may be used when the consult operation is performed. | Task | ||
createTime : Date
The date and time that the task was created. | Task | ||
currentAssignment : Assignment
The current assignment for the task. | Task | ||
deadline : Date
The date and time the task will be deadlined. | Task | ||
description : String
The task description. | Task | ||
forwardGroupId : String
The group identifier that may be used when the forward operation is performed. | Task | ||
instructions : String
The task instructions. | Task | ||
isActive : Boolean [solo lectura]
Returns whether the task is active based
on the task status. | Task | ||
isDeadlined : Boolean
A flag that indicates whether the task was deadlined. | Task | ||
isDraft : Boolean
A flag that indicates whether the task is saved as a draft. | Task | ||
isInitalTask : Boolean
Deprecated Since LiveCycle ES Update 1 (8.2): Please use isInitialTask. | Task | ||
isInitialTask : Boolean
A flag that indicates whether the task was created from an startpoint. | Task | ||
isLocked : Boolean
A flag that indicates whether the task is locked. | Task | ||
isRouteSelectionRequired : Boolean
A flag that indicates whether a route selection is required. | Task | ||
isShowAttachments : Boolean
A flag that indicates whether the attachments should be available to the user. | Task | ||
isStartTask : Boolean
A flag that indicates whether this is a newly started task. | Task | ||
nextReminder : Date
The date and time the next reminder will trigger. | Task | ||
numForms : Number
The number of forms on the task. | Task | ||
numFormsToBeSaved : Number
The number of forms to be saved on the task. | Task | ||
priority : Number
The task's priority. | Task | ||
processInstance : ProcessInstance
The process instance that owns this task. | Task | ||
processInstanceId : Number
The identifier of the process instance object that owns this task. | Task | ||
processInstanceStatus : Number
The status of the process instance. | Task | ||
processVariables : ListCollectionView
A collection of ProcessVariable objects that are related to this task. | Task | ||
reminderCount : Number
The number of reminders that were issued for this task. | Task | ||
routeList : Array
An array of route names available for this task. | Task | ||
selectedRoute : String
The selected route. | Task | ||
serviceName : String
The name of the service. | Task | ||
serviceTitle : String
The title of the service. | Task | ||
session : SessionMap [solo lectura]
A SessionMap object that stores information relating to the server session. | Task | ||
status : Number
The task status. | Task | ||
stepName : String
The name of the step. | Task | ||
taskACL : lc.procmgmt.domain:TaskACL
The access control list for a task. | Task | ||
taskId : String
The task identifier. | Task | ||
trcVariableName : String
The task result collection variable name associated with the task. | Task | ||
updateTime : Date
The date and time of the last update. | Task |
Método | Definido por | ||
---|---|---|---|
Abandons the task. | Task | ||
Adds an attachment to the task. | Task | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | EventDispatcher | ||
addNote(title:String, note:String, permissions:AttachmentPermissions):lc.foundation.util:ObjectToken
Adds a note to the task. | Task | ||
Retrieves a list of TaskCommand objects that are available for execution on the task. | Task | ||
Claims the task from another user or group. | Task | ||
Completes the task. | Task | ||
Consults with another user regarding assigned the task. | Task | ||
Deletes the attachment from the task. | Task | ||
Distribuye un evento en el flujo del evento. | EventDispatcher | ||
Forwards the task to another user. | Task | ||
Retrieves the attachment document from the task. | Task | ||
Gets the completion comment(s) for the task. | Task | ||
Retrieves an extended note. | Task | ||
Retrieves the data for a task item. | Task | ||
Retrieves the container for the task, which is useful when you want to use operations to
further manage the task. | Task | ||
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento. | EventDispatcher | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Invokes the startpoint that created the Task object and uses the
data from the current task as initial data for the task. | Task | ||
Returns whether the task is an LiveCycle ES (version 8.x) task. | Task | ||
Returns whether the task is a multi-user task on the Document Server. | Task | ||
Indicates whether the current user is the owner of the task. | Task | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Returns whether the task is a single user task on the Document Server. | Task | ||
Loads the assignments for the task. | Task | ||
Loads the attachments for the task. | Task | ||
Loads the process instance for this task. | Task | ||
Loads the process variables for this task. | Task | ||
Locks the task, preventing other users from claiming the task. | Task | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Rejects the task, which will return the task to the previous assigned user. | Task | ||
Elimina un detector del objeto EventDispatcher. | EventDispatcher | ||
Retrieves a form for a task. | Task | ||
Retrieves a collection of CompleteCommand objects, with one entry for each route. | Task | ||
Saves task item data to the server. | Task | ||
Adds a completion comment for the task. | Task | ||
Specifies a new description for the task. | Task | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Sets the SessionMap object, which stores the information relating to the
server session. | Task | ||
Specifies the visibility of a task. | Task | ||
Shares the task with another user. | Task | ||
submitItemWithData(taskItemIndex:int, data:Object, params:Object = null):lc.foundation.util:ObjectToken
Submits the current task item and associated data to the Document Server. | Task | ||
submitItemWithPriorData(taskItemIndex:int, dataKey:Object, params:Object = null):lc.foundation.util:ObjectToken
Submits the previously saved task item data to the server. | Task | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Unlocks the task, which allows other users to claim the task if they have access to it. | Task | ||
Updates the attachment document. | Task | ||
Devuelve el valor simple del objeto especificado. | Object | ||
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto. | EventDispatcher |
assignments | propiedad |
assignments:ListCollectionView
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The collection of Assignment
objects for the task. The
assignments
property is not valid until the loadAssignments
method has executed.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get assignments():ListCollectionView
public function set assignments(value:ListCollectionView):void
Elementos de API relacionados
attachments | propiedad |
attachments:ListCollectionView
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of Attachment
objects for the task.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get attachments():ListCollectionView
public function set attachments(value:ListCollectionView):void
canInvokeFromStartTask | propiedad |
canInvokeFromStartTask:Boolean
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A flag that indicates whether the task can be used to re-initiate the
same TaskManager startpoint that was used to create the task. A value of true
indicates that the task can be used to re-initiate the same TaskManager startpoint.
Implementación
public function get canInvokeFromStartTask():Boolean
completeTime | propiedad |
completeTime:Date
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The date and time that the task completed.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get completeTime():Date
public function set completeTime(value:Date):void
consultGroupId | propiedad |
consultGroupId:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The group identifier that may be used when the consult operation is performed.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get consultGroupId():String
public function set consultGroupId(value:String):void
Elementos de API relacionados
createTime | propiedad |
createTime:Date
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The date and time that the task was created.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get createTime():Date
public function set createTime(value:Date):void
currentAssignment | propiedad |
currentAssignment:Assignment
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The current assignment for the task.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get currentAssignment():Assignment
public function set currentAssignment(value:Assignment):void
Elementos de API relacionados
deadline | propiedad |
deadline:Date
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The date and time the task will be deadlined.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get deadline():Date
public function set deadline(value:Date):void
description | propiedad |
description:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task description.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get description():String
public function set description(value:String):void
forwardGroupId | propiedad |
forwardGroupId:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The group identifier that may be used when the forward operation is performed.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get forwardGroupId():String
public function set forwardGroupId(value:String):void
Elementos de API relacionados
instructions | propiedad |
instructions:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task instructions.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get instructions():String
public function set instructions(value:String):void
isActive | propiedad |
isActive:Boolean
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns whether the task is active based on the task status. Any task that has been completed, deadlined or terminated is not an active task
Implementación
public function get isActive():Boolean
isDeadlined | propiedad |
isDeadlined:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A flag that indicates whether the task was deadlined. A deadlined task
can no longer be completed and must be abandoned.
The default value is false
.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get isDeadlined():Boolean
public function set isDeadlined(value:Boolean):void
isDraft | propiedad |
isDraft:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A flag that indicates whether the task is saved as a draft.
The default value is false
.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get isDraft():Boolean
public function set isDraft(value:Boolean):void
isInitalTask | propiedad |
isInitalTask:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Deprecated Since LiveCycle ES Update 1 (8.2): Please use isInitialTask
.
A flag that indicates whether the task has just been created from an startpoint.
The process instance is not yet created for an initial task. It is possible for
an initial task to still be forwarded to another user.
The default value is false
.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get isInitalTask():Boolean
public function set isInitalTask(value:Boolean):void
Elementos de API relacionados
isInitialTask | propiedad |
isInitialTask:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A flag that indicates whether the task was created from an startpoint. The
process instance is not yet created for an initial task. An
initial task can still be forwarded to another user.
The default value is false
.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get isInitialTask():Boolean
public function set isInitialTask(value:Boolean):void
isLocked | propiedad |
isLocked:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A flag that indicates whether the task is locked.
A value of true
indicates that the task is locked.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get isLocked():Boolean
public function set isLocked(value:Boolean):void
isRouteSelectionRequired | propiedad |
isRouteSelectionRequired:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A flag that indicates whether a route selection is required.
A value of true
indicates that a route selection is required.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get isRouteSelectionRequired():Boolean
public function set isRouteSelectionRequired(value:Boolean):void
isShowAttachments | propiedad |
isShowAttachments:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A flag that indicates whether the attachments should be available to the user.
A value of true
indicates that attachments should be available
to the user.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get isShowAttachments():Boolean
public function set isShowAttachments(value:Boolean):void
isStartTask | propiedad |
isStartTask:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A flag that indicates whether this is a newly started task.
A value of true
indicates that this is a newly started task.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get isStartTask():Boolean
public function set isStartTask(value:Boolean):void
nextReminder | propiedad |
nextReminder:Date
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The date and time the next reminder will trigger.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get nextReminder():Date
public function set nextReminder(value:Date):void
numForms | propiedad |
numForms:Number
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The number of forms on the task.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get numForms():Number
public function set numForms(value:Number):void
numFormsToBeSaved | propiedad |
numFormsToBeSaved:Number
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The number of forms to be saved on the task.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get numFormsToBeSaved():Number
public function set numFormsToBeSaved(value:Number):void
priority | propiedad |
priority:Number
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task's priority. A valid value for the priority is a value from the constants
defined in the TaskConstants
class.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get priority():Number
public function set priority(value:Number):void
Elementos de API relacionados
processInstance | propiedad |
processInstance:ProcessInstance
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The process instance that owns this task. This property is
not valid until the loadProcessInstance
method is called.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get processInstance():ProcessInstance
public function set processInstance(value:ProcessInstance):void
Elementos de API relacionados
processInstanceId | propiedad |
processInstanceId:Number
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The identifier of the process instance object that owns this task. This is
used to load the ProcessInstance
object.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get processInstanceId():Number
public function set processInstanceId(value:Number):void
Elementos de API relacionados
processInstanceStatus | propiedad |
processInstanceStatus:Number
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The status of the process instance.
This value is a localized String
value that is processed by looking
up the numeric value in the resource bundle.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get processInstanceStatus():Number
public function set processInstanceStatus(value:Number):void
Elementos de API relacionados
processVariables | propiedad |
processVariables:ListCollectionView
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of ProcessVariable
objects that are related to this task.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get processVariables():ListCollectionView
public function set processVariables(value:ListCollectionView):void
Elementos de API relacionados
reminderCount | propiedad |
reminderCount:Number
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The number of reminders that were issued for this task.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get reminderCount():Number
public function set reminderCount(value:Number):void
routeList | propiedad |
routeList:Array
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An array of route names available for this task.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get routeList():Array
public function set routeList(value:Array):void
selectedRoute | propiedad |
selectedRoute:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The selected route. This route is used when a form is completed.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get selectedRoute():String
public function set selectedRoute(value:String):void
Elementos de API relacionados
serviceName | propiedad |
serviceName:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the service.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get serviceName():String
public function set serviceName(value:String):void
serviceTitle | propiedad |
serviceTitle:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The title of the service.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get serviceTitle():String
public function set serviceTitle(value:String):void
session | propiedad |
session:SessionMap
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A SessionMap
object that stores information relating to the server session.
Implementación
public function get session():SessionMap
status | propiedad |
status:Number
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task status. It may be one of the constants
defined in the TaskConstants
class.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get status():Number
public function set status(value:Number):void
Elementos de API relacionados
stepName | propiedad |
stepName:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the step.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get stepName():String
public function set stepName(value:String):void
taskACL | propiedad |
taskACL:lc.procmgmt.domain:TaskACL
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The access control list for a task.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get taskACL():lc.procmgmt.domain:TaskACL
public function set taskACL(value:lc.procmgmt.domain:TaskACL):void
Elementos de API relacionados
taskId | propiedad |
taskId:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task identifier.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get taskId():String
public function set taskId(value:String):void
trcVariableName | propiedad |
trcVariableName:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9.0.0.1 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task result collection variable name associated with the task.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get trcVariableName():String
public function set trcVariableName(value:String):void
updateTime | propiedad |
updateTime:Date
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The date and time of the last update.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get updateTime():Date
public function set updateTime(value:Date):void
abandon | () | método |
public function abandon():lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Abandons the task.
Valor devueltolc.foundation.util:Token — An object that is used to set result and fault handlers.
The result and fault handlers are called when the operation is complete.
|
addAttachment | () | método |
public function addAttachment(attachment:FileReference, permissions:AttachmentPermissions):lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Adds an attachment to the task.
Parámetros
attachment:FileReference — Specifies the FileReference object to be attached.
| |
permissions:AttachmentPermissions — Specifies the permissions to use for the attachment.
|
lc.foundation.util:Token — An object that represents the task to which the attachment was added.
|
addNote | () | método |
public function addNote(title:String, note:String, permissions:AttachmentPermissions):lc.foundation.util:ObjectToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Adds a note to the task.
Parámetros
title:String — Specifies the title of the note.
| |
note:String — Specifies the note content.
| |
permissions:AttachmentPermissions — Specifies the permissions to use for the attachment.
|
lc.foundation.util:ObjectToken — An object that represents the task to which the note was added.
|
availableCommands | () | método |
public function availableCommands():ArrayCollection
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a list of TaskCommand
objects that are available for execution on the task.
The available commands are also known as action commands and typically operate on the task without
completing it. The CompleteCommand
object is considered an action command
if it does not have an associated route.
ArrayCollection — An object that represents commands available for each task.
|
claim | () | método |
public function claim(lock:Boolean):lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Claims the task from another user or group.
Parámetros
lock:Boolean — Specifies whether the task will be claimed and locked,
If a value of true is specified, it will be claimed and locked; a value of false
specifies that the task is claimed but not locked.
|
lc.foundation.util:Token — An object that is used to set result and fault handlers.
The result and fault handlers are called when the operation is complete.
|
complete | () | método |
public function complete():lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Completes the task. The selectedRoute
property is used
if it was supplied to the task.
lc.foundation.util:Token — An object that is used to set result and fault handlers.
The result and fault handlers are called when the operation is complete.
|
consult | () | método |
public function consult(userOid:String):lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Consults with another user regarding assigned the task.
Parámetros
userOid:String — Specifes the OID of the person to which to consult with regarding the task.
|
lc.foundation.util:Token — An object that is used to set result and fault handlers.
The result and fault handlers are called when the operation is complete.
|
deleteAttachment | () | método |
public function deleteAttachment(attachmentId:String):lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Deletes the attachment from the task.
Parámetros
attachmentId:String — Specifies the identifier of the attachment to delete.
|
lc.foundation.util:Token — An object that can be used to specify handlers for this asynchronous call.
|
forward | () | método |
public function forward(userOid:String):lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Forwards the task to another user.
Parámetros
userOid:String — Specifies the OID of the person to forward the task to.
|
lc.foundation.util:Token — An object that is used to set result and fault handlers.
The result and fault handlers are called when the operation is complete.
|
getAttachmentDocument | () | método |
public function getAttachmentDocument(attachmentId:String):lc.foundation.util:ObjectToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the attachment document from the task.
Parámetros
attachmentId:String — Specifies the identifier of the attachment to be retrieved.
|
lc.foundation.util:ObjectToken — An object that contains a DocumentReference object.
The returned object is used by the caller to specify handlers for this asynchronous call.
|
Elementos de API relacionados
getCompletionComment | () | método |
public function getCompletionComment():lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Gets the completion comment(s) for the task.
Valor devueltolc.foundation.util:Token — An object that is used to set result and fault handlers.
The result and fault handlers are called when the operation is complete.
|
getExtendedNote | () | método |
public function getExtendedNote(id:String):lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves an extended note. Extended notes are files.
Parámetros
id:String — Specifies the note identifier.
|
lc.foundation.util:Token — An object that is used to set result and fault handlers.
The result and fault handlers are called when the operation is complete.
|
getItemData | () | método |
public function getItemData(taskItemIndex:int):lc.foundation.util:ObjectToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the data for a task item. Note that the item retrieved through renderItem
may already contain merged data.
Parámetros
taskItemIndex:int — Specifies the task item to be returned.
|
lc.foundation.util:ObjectToken — An object that contains a TaskItemResult object when the request completes. You can set result and fault handlers on the token to be called when the invocation is complete and the result is returned. The returned object is of type XML if the data is XML; otherwise, it is of type ByteArray .
|
getTaskContainer | () | método |
public function getTaskContainer():lc.foundation.util:ObjectToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the container for the task, which is useful when you want to use operations to further manage the task.
Valor devueltolc.foundation.util:ObjectToken — An object that contains a DocumentReference object.
The returned object is used by the caller to specify handlers for this asynchronous call.
|
invokeStartpointFromStartTask | () | método |
public function invokeStartpointFromStartTask():lc.foundation.util:ObjectToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Invokes the startpoint that created the Task
object and uses the
data from the current task as initial data for the task.
lc.foundation.util:ObjectToken — An object that contains the startpoint invocation result.
A Task or a DocumentReference object is returned after successfully completing.
You can set result and fault handlers on the token to be called when the invocation is
complete and the result is returned.
If the Task object does not support the ability to be invoked
as a start task, an error is thrown.
|
isLC8Task | () | método |
public function isLC8Task():Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns whether the task is an LiveCycle ES (version 8.x) task.
Valor devueltoBoolean — Indicates whether the task is from a LiveCycle 8.x process.
|
isMultiUser | () | método |
public function isMultiUser():Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns whether the task is a multi-user task on the Document Server.
Valor devueltoBoolean — Whether the task is a multi-user or single
user task. A Boolean value that specifies whether a task is a multiuser task. A value of
true specifies that it is a multi-user task. A value of
false indicates that it is a single user task.
|
isOwner | () | método |
public function isOwner():Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates whether the current user is the owner of the task. To be the owner, the principal identifier of the task access control list (ACL) must be the same as that of the caller's object identifer (OID).
Valor devueltoBoolean — Whether the current user is the owner of the
the task. A value of True indicates that the user is hte owner of the task.
A value of False indicates that the current users is not the owner of the task.
|
isSingleUser | () | método |
public function isSingleUser():Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns whether the task is a single user task on the Document Server.
Valor devueltoBoolean — Whether the task is a multi-user or single
user task. A value of true specifies that it is a single user task. A value of
false indicates that it is a multi-user task.
|
loadAssignments | () | método |
public function loadAssignments(forceLoad:Boolean = false):lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Loads the assignments for the task. The assignments
property is not
valid until this method is executed.
Parámetros
forceLoad:Boolean (default = false ) — Specifies to force load the assignments when a value of
true is provided.
|
lc.foundation.util:Token — An object that is used to specify handlers for this asynchronous call.
|
Elementos de API relacionados
loadAttachments | () | método |
public function loadAttachments(forceLoad:Boolean = false):lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Loads the attachments for the task.
Parámetros
forceLoad:Boolean (default = false ) — Specifies to force load the pending tasks when a value of
true is provided.
|
lc.foundation.util:Token — An object that is used to specify handlers
for this asynchronous call.
|
loadProcessInstance | () | método |
public function loadProcessInstance():lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Loads the process instance for this task.
Valor devueltolc.foundation.util:Token — An object that is used the specify handlers for this asynchronous call.
|
loadProcessVariables | () | método |
public function loadProcessVariables():lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Loads the process variables for this task.
Valor devueltolc.foundation.util:Token — A token that can be used by the caller to specify handlers for this asynchronous call.
|
lock | () | método |
public function lock():lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Locks the task, preventing other users from claiming the task.
Valor devueltolc.foundation.util:Token — An object that is used to set result and fault handlers.
The result and fault handlers are called when the operation is complete.
|
reject | () | método |
public function reject():lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Rejects the task, which will return the task to the previous assigned user.
Valor devueltolc.foundation.util:Token — An object that is used to set result and fault handlers.
The result and fault handlers are called when the operation is complete.
|
renderItem | () | método |
public function renderItem(taskItemIndex:int, params:Object = null):lc.foundation.util:ObjectToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a form for a task.
Parámetros
taskItemIndex:int — Reserved for future use.
| |
params:Object (default = null ) — Specifies an optional map of parameters for the render service.
|
lc.foundation.util:ObjectToken — An object that is used to set result and fault handlers.
The result and fault handlers are called when the operation is complete. You can set result and fault handlers on the token to be called when the invocation is complete and the result is returned.
|
routeCommands | () | método |
public function routeCommands():ArrayCollection
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a collection of CompleteCommand
objects, with one entry for each route.
ArrayCollection — An object representing a collection of CompleteCommand objects.
|
saveItemData | () | método |
public function saveItemData(taskItemIndex:int, data:Object):lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Saves task item data to the server.
Parámetros
taskItemIndex:int — Reserved for future use.
| |
data:Object — Specifies the data to be saved. Must be of type XML
or ByteArray .
|
lc.foundation.util:Token — A token used to set result and fault handlers to be called when
the operation is complete.
|
setCompletionComment | () | método |
public function setCompletionComment(comment:String):lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Adds a completion comment for the task.
Parámetros
comment:String — Specifies the new comment.
|
lc.foundation.util:Token — An object that is used to set result and fault handlers.
The result and fault handlers are called when the operation is complete.
|
setDescription | () | método |
public function setDescription(description:String):lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies a new description for the task.
Parámetros
description:String — Specifies the new description.
|
lc.foundation.util:Token — An object that is used to set result and fault handlers.
The result and fault handlers are called when the operation is complete.
|
setSession | () | método |
public function setSession(session:SessionMap):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Sets the SessionMap
object, which stores the information relating to the
server session.
Parámetros
session:SessionMap — Specifies the information relating to the server session.
|
setVisible | () | método |
public function setVisible(visible:Boolean):lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the visibility of a task.
Parámetros
visible:Boolean — Specifies whether to hide or display the task. A value of true
displays the task.
|
lc.foundation.util:Token — An object that is used to set result and fault handlers.
The result and fault handlers are called when the operation is complete.
|
share | () | método |
public function share(userOid:String):lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Shares the task with another user.
Parámetros
userOid:String — Specifies the object identifier of the person to share the task with.
|
lc.foundation.util:Token — An object that is used to set result and fault handlers.
The result and fault handlers are called when the operation is complete.
|
submitItemWithData | () | método |
public function submitItemWithData(taskItemIndex:int, data:Object, params:Object = null):lc.foundation.util:ObjectToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Submits the current task item and associated data to the Document Server.
Parámetros
taskItemIndex:int — Specifies the data to be submitted.
| |
data:Object — Reserved for future use.
| |
params:Object (default = null ) — Specifies an optional map of parameters for the render service.
|
lc.foundation.util:ObjectToken — A token that will contain a TaskItemResult object when the request completes.
You can set result and fault handlers on the token to be called when the
invocation is complete and the result is returned.
|
submitItemWithPriorData | () | método |
public function submitItemWithPriorData(taskItemIndex:int, dataKey:Object, params:Object = null):lc.foundation.util:ObjectToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Submits the previously saved task item data to the server.
Parámetros
taskItemIndex:int — Reserved for future use.
| |
dataKey:Object — Specifies the unique key to look up data in the current session.
| |
params:Object (default = null ) — Specifies a map of parameters for the render service.
|
lc.foundation.util:ObjectToken — A token that will contain a TaskItemResult object when the request completes.
You can set result and fault handlers on the token to be called when
the invocation is complete and the result is returned.
|
unlock | () | método |
public function unlock():lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Unlocks the task, which allows other users to claim the task if they have access to it.
Valor devueltolc.foundation.util:Token — An object that is used to set result and fault handlers.
The result and fault handlers are called when the operation is complete.
|
updateAttachment | () | método |
public function updateAttachment(attachmentId:String, attachment:FileReference):lc.foundation.util:Token
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Updates the attachment document.
Parámetros
attachmentId:String — Specifies the identifier of the attachment to be retrieved.
| |
attachment:FileReference — Specifies the FileReference object containing the attachment with updates.
|
lc.foundation.util:Token — An object that is used by the caller to specify handlers for this
asynchronous call.
|
Tue Jun 12 2018, 02:12 PM Z