패키지 | lc.procmgmt.domain |
클래스 | public class Task |
상속 | Task EventDispatcher Object |
구현 | IManagedObject, IManaged |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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 .
속성 | 정의 주체 | ||
---|---|---|---|
assignments : ListCollectionView
The collection of Assignment objects for the task. | Task | ||
attachments : ListCollectionView
A collection of Attachment objects for the task. | Task | ||
canInvokeFromStartTask : Boolean [읽기 전용]
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
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | 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 [읽기 전용]
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 [읽기 전용]
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 |
메서드 | 정의 주체 | ||
---|---|---|---|
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
리스너에서 이벤트 알림을 받을 수 있도록 EventDispatcher 객체에 이벤트 리스너 객체를 등록합니다. | 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 | ||
이벤트를 이벤트 흐름으로 전달합니다. | 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 | ||
EventDispatcher 객체에 특정 유형의 이벤트에 대한 리스너가 등록되어 있는지 여부를 확인합니다. | EventDispatcher | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | 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 | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | 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 | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
Rejects the task, which will return the task to the previous assigned user. | Task | ||
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 | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | 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 | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
Unlocks the task, which allows other users to claim the task if they have access to it. | Task | ||
Updates the attachment document. | Task | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object | ||
이 EventDispatcher 객체 또는 조상 객체에 지정한 이벤트 유형에 대한 이벤트 리스너가 등록되어 있는지 여부를 확인합니다. | EventDispatcher |
assignments | 속성 |
assignments:ListCollectionView
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get assignments():ListCollectionView
public function set assignments(value:ListCollectionView):void
관련 API 요소
attachments | 속성 |
attachments:ListCollectionView
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of Attachment
objects for the task.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get attachments():ListCollectionView
public function set attachments(value:ListCollectionView):void
canInvokeFromStartTask | 속성 |
canInvokeFromStartTask:Boolean
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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.
구현
public function get canInvokeFromStartTask():Boolean
completeTime | 속성 |
completeTime:Date
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The date and time that the task completed.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get completeTime():Date
public function set completeTime(value:Date):void
consultGroupId | 속성 |
consultGroupId:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The group identifier that may be used when the consult operation is performed.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get consultGroupId():String
public function set consultGroupId(value:String):void
관련 API 요소
createTime | 속성 |
createTime:Date
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The date and time that the task was created.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get createTime():Date
public function set createTime(value:Date):void
currentAssignment | 속성 |
currentAssignment:Assignment
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The current assignment for the task.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get currentAssignment():Assignment
public function set currentAssignment(value:Assignment):void
관련 API 요소
deadline | 속성 |
deadline:Date
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The date and time the task will be deadlined.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get deadline():Date
public function set deadline(value:Date):void
description | 속성 |
description:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task description.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get description():String
public function set description(value:String):void
forwardGroupId | 속성 |
forwardGroupId:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The group identifier that may be used when the forward operation is performed.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get forwardGroupId():String
public function set forwardGroupId(value:String):void
관련 API 요소
instructions | 속성 |
instructions:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task instructions.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get instructions():String
public function set instructions(value:String):void
isActive | 속성 |
isActive:Boolean
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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
구현
public function get isActive():Boolean
isDeadlined | 속성 |
isDeadlined:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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
.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get isDeadlined():Boolean
public function set isDeadlined(value:Boolean):void
isDraft | 속성 |
isDraft:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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
.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get isDraft():Boolean
public function set isDraft(value:Boolean):void
isInitalTask | 속성 |
isInitalTask:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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
.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get isInitalTask():Boolean
public function set isInitalTask(value:Boolean):void
관련 API 요소
isInitialTask | 속성 |
isInitialTask:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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
.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get isInitialTask():Boolean
public function set isInitialTask(value:Boolean):void
isLocked | 속성 |
isLocked:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get isLocked():Boolean
public function set isLocked(value:Boolean):void
isRouteSelectionRequired | 속성 |
isRouteSelectionRequired:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get isRouteSelectionRequired():Boolean
public function set isRouteSelectionRequired(value:Boolean):void
isShowAttachments | 속성 |
isShowAttachments:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get isShowAttachments():Boolean
public function set isShowAttachments(value:Boolean):void
isStartTask | 속성 |
isStartTask:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get isStartTask():Boolean
public function set isStartTask(value:Boolean):void
nextReminder | 속성 |
nextReminder:Date
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The date and time the next reminder will trigger.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get nextReminder():Date
public function set nextReminder(value:Date):void
numForms | 속성 |
numForms:Number
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The number of forms on the task.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get numForms():Number
public function set numForms(value:Number):void
numFormsToBeSaved | 속성 |
numFormsToBeSaved:Number
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The number of forms to be saved on the task.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get numFormsToBeSaved():Number
public function set numFormsToBeSaved(value:Number):void
priority | 속성 |
priority:Number
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get priority():Number
public function set priority(value:Number):void
관련 API 요소
processInstance | 속성 |
processInstance:ProcessInstance
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get processInstance():ProcessInstance
public function set processInstance(value:ProcessInstance):void
관련 API 요소
processInstanceId | 속성 |
processInstanceId:Number
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get processInstanceId():Number
public function set processInstanceId(value:Number):void
관련 API 요소
processInstanceStatus | 속성 |
processInstanceStatus:Number
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get processInstanceStatus():Number
public function set processInstanceStatus(value:Number):void
관련 API 요소
processVariables | 속성 |
processVariables:ListCollectionView
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of ProcessVariable
objects that are related to this task.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get processVariables():ListCollectionView
public function set processVariables(value:ListCollectionView):void
관련 API 요소
reminderCount | 속성 |
reminderCount:Number
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The number of reminders that were issued for this task.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get reminderCount():Number
public function set reminderCount(value:Number):void
routeList | 속성 |
routeList:Array
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
An array of route names available for this task.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get routeList():Array
public function set routeList(value:Array):void
selectedRoute | 속성 |
selectedRoute:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The selected route. This route is used when a form is completed.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get selectedRoute():String
public function set selectedRoute(value:String):void
관련 API 요소
serviceName | 속성 |
serviceName:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the service.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get serviceName():String
public function set serviceName(value:String):void
serviceTitle | 속성 |
serviceTitle:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The title of the service.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get serviceTitle():String
public function set serviceTitle(value:String):void
session | 속성 |
session:SessionMap
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A SessionMap
object that stores information relating to the server session.
구현
public function get session():SessionMap
status | 속성 |
status:Number
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task status. It may be one of the constants
defined in the TaskConstants
class.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get status():Number
public function set status(value:Number):void
관련 API 요소
stepName | 속성 |
stepName:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the step.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get stepName():String
public function set stepName(value:String):void
taskACL | 속성 |
taskACL:lc.procmgmt.domain:TaskACL
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The access control list for a task.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get taskACL():lc.procmgmt.domain:TaskACL
public function set taskACL(value:lc.procmgmt.domain:TaskACL):void
관련 API 요소
taskId | 속성 |
taskId:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task identifier.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get taskId():String
public function set taskId(value:String):void
trcVariableName | 속성 |
trcVariableName:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9.0.0.1 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task result collection variable name associated with the task.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get trcVariableName():String
public function set trcVariableName(value:String):void
updateTime | 속성 |
updateTime:Date
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The date and time of the last update.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get updateTime():Date
public function set updateTime(value:Date):void
abandon | () | 메서드 |
public function abandon():lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Abandons 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.
|
addAttachment | () | 메서드 |
public function addAttachment(attachment:FileReference, permissions:AttachmentPermissions):lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Adds an attachment to the task.
매개 변수
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 | () | 메서드 |
public function addNote(title:String, note:String, permissions:AttachmentPermissions):lc.foundation.util:ObjectToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Adds a note to the task.
매개 변수
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 | () | 메서드 |
public function availableCommands():ArrayCollection
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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 | () | 메서드 |
public function claim(lock:Boolean):lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Claims the task from another user or group.
매개 변수
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 | () | 메서드 |
public function complete():lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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 | () | 메서드 |
public function consult(userOid:String):lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Consults with another user regarding assigned the task.
매개 변수
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 | () | 메서드 |
public function deleteAttachment(attachmentId:String):lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Deletes the attachment from the task.
매개 변수
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 | () | 메서드 |
public function forward(userOid:String):lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Forwards the task to another user.
매개 변수
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 | () | 메서드 |
public function getAttachmentDocument(attachmentId:String):lc.foundation.util:ObjectToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the attachment document from the task.
매개 변수
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.
|
관련 API 요소
getCompletionComment | () | 메서드 |
public function getCompletionComment():lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Gets the completion comment(s) for 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.
|
getExtendedNote | () | 메서드 |
public function getExtendedNote(id:String):lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves an extended note. Extended notes are files.
매개 변수
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 | () | 메서드 |
public function getItemData(taskItemIndex:int):lc.foundation.util:ObjectToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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.
매개 변수
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 | () | 메서드 |
public function getTaskContainer():lc.foundation.util:ObjectToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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.
반환값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.
|
invokeStartpointFromStartTask | () | 메서드 |
public function invokeStartpointFromStartTask():lc.foundation.util:ObjectToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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 | () | 메서드 |
public function isLC8Task():Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns whether the task is an LiveCycle ES (version 8.x) task.
반환값Boolean — Indicates whether the task is from a LiveCycle 8.x process.
|
isMultiUser | () | 메서드 |
public function isMultiUser():Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns whether the task is a multi-user task on the Document Server.
반환값Boolean — 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 | () | 메서드 |
public function isOwner():Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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).
반환값Boolean — 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 | () | 메서드 |
public function isSingleUser():Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns whether the task is a single user task on the Document Server.
반환값Boolean — 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 | () | 메서드 |
public function loadAssignments(forceLoad:Boolean = false):lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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.
매개 변수
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.
|
관련 API 요소
loadAttachments | () | 메서드 |
public function loadAttachments(forceLoad:Boolean = false):lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Loads the attachments for the task.
매개 변수
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 | () | 메서드 |
public function loadProcessInstance():lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Loads the process instance for this task.
반환값lc.foundation.util:Token — An object that is used the specify handlers for this asynchronous call.
|
loadProcessVariables | () | 메서드 |
public function loadProcessVariables():lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Loads the process variables for this task.
반환값lc.foundation.util:Token — A token that can be used by the caller to specify handlers for this asynchronous call.
|
lock | () | 메서드 |
public function lock():lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Locks the task, preventing other users from claiming 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.
|
reject | () | 메서드 |
public function reject():lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Rejects the task, which will return the task to the previous assigned user.
반환값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.
|
renderItem | () | 메서드 |
public function renderItem(taskItemIndex:int, params:Object = null):lc.foundation.util:ObjectToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a form for a task.
매개 변수
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 | () | 메서드 |
public function routeCommands():ArrayCollection
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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 | () | 메서드 |
public function saveItemData(taskItemIndex:int, data:Object):lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Saves task item data to the server.
매개 변수
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 | () | 메서드 |
public function setCompletionComment(comment:String):lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Adds a completion comment for the task.
매개 변수
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 | () | 메서드 |
public function setDescription(description:String):lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies a new description for the task.
매개 변수
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 | () | 메서드 |
public function setSession(session:SessionMap):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Sets the SessionMap
object, which stores the information relating to the
server session.
매개 변수
session:SessionMap — Specifies the information relating to the server session.
|
setVisible | () | 메서드 |
public function setVisible(visible:Boolean):lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the visibility of a task.
매개 변수
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 | () | 메서드 |
public function share(userOid:String):lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Shares the task with another user.
매개 변수
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 | () | 메서드 |
public function submitItemWithData(taskItemIndex:int, data:Object, params:Object = null):lc.foundation.util:ObjectToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Submits the current task item and associated data to the Document Server.
매개 변수
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 | () | 메서드 |
public function submitItemWithPriorData(taskItemIndex:int, dataKey:Object, params:Object = null):lc.foundation.util:ObjectToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Submits the previously saved task item data to the server.
매개 변수
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 | () | 메서드 |
public function unlock():lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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.
반환값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.
|
updateAttachment | () | 메서드 |
public function updateAttachment(attachmentId:String, attachment:FileReference):lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Updates the attachment document.
매개 변수
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, 03:17 PM Z