Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-02


oracle.tip.pc.api.worklist
Interface IWorklistTask

All Superinterfaces:
java.io.Serializable

Deprecated. Replaced by classes in oracle.bpel.services.workflow package

public interface IWorklistTask
extends java.io.Serializable

IWorklistTask is the interface for retrieving and updating information about a specific task. The task list methods in the Worklist Service return a list of tasks with this interface. The task details methods of the Worklist Service also return a task with this interface. The methods on this inteface provide get and set methods for various attributes of a task.


Field Summary
static java.lang.String FLEXDATE1
          Deprecated. Constant denoting the first date attribute in flex fields
static java.lang.String FLEXDATE2
          Deprecated. Constant denoting the second date attribute in flex fields
static java.lang.String FLEXDATE3
          Deprecated. Constant denoting the third date attribute in flex fields
static java.lang.String FLEXDOUBLE1
          Deprecated. Constant denoting the first double attribute in flex fields
static java.lang.String FLEXDOUBLE2
          Deprecated. Constant denoting the second double attribute in flex fields
static java.lang.String FLEXLONG1
          Deprecated. Constant denoting the first long attribute in flex fields
static java.lang.String FLEXLONG2
          Deprecated. Constant denoting the second long attribute in flex fields
static java.lang.String FLEXSTRING1
          Deprecated. Constant denoting the first String attribute in flex fields
static java.lang.String FLEXSTRING2
          Deprecated. Constant denoting the second String attribute in flex fields
static java.lang.String FLEXSTRING3
          Deprecated. Constant denoting the third String attribute in flex fields
static java.lang.String FLEXSTRING4
          Deprecated. Constant denoting the fourth String attribute in flex fields

 

Method Summary
 void addAssignee(int index, ITaskAssignee asignee)
          Deprecated. Adds an assignee to the task at the specified index
 void addAssignee(ITaskAssignee asignee)
          Deprecated. Adds the specified assignee to the task
 void clearAssignee()
          Deprecated. Clears the assignees on this task
 void clearAttachment()
          Deprecated. Clears the attachments on this task
 ITaskAttachment createAttachment(java.lang.String name)
          Deprecated. Creates an attachment with the specified name for the task
 java.lang.String getAcquiredBy()
          Deprecated. Returns the name of the user who has acquired the task.
 java.lang.String getApprovers()
          Deprecated. Returns the value of field 'approvers'.
 java.util.List getAssignee()
          Deprecated. Returns a list of all assignees for this task
 ITaskAssignee getAssignee(int index)
          Deprecated. Returns the assignee at the specified index
 int getAssigneeCount()
          Deprecated. Returns an assignee count for this task
 java.lang.String getAssigneeCSV()
          Deprecated. Returns a string with a comma separated values of assignees for this task
 java.util.List getAttachment()
          Deprecated. Returns a list of attachments for this task
 ITaskAttachment getAttachment(int index)
          Deprecated. Returns the attachment at the specified index fot this task
 ITaskAttachment getAttachment(java.lang.String name)
          Deprecated. Returns the attachment with the specified name for this task
 int getAttachmentCount()
          Deprecated. Returns a count of attachments for this task
 java.lang.String getComment()
          Deprecated. Returns the complete comments for this task
 java.lang.String getConclusion()
          Deprecated. Returns the value of conclusion for this task
 java.lang.String getConclusionDisplayName(java.lang.String conclusionKey)
          Deprecated. Returns the display value of a conclusion key
 java.util.Map getConclusionDisplayNames()
          Deprecated. Returns a map of display values of all conclusion keys
 java.util.Calendar getCreationDate()
          Deprecated. Returns the creation date for this task
 java.lang.String getCreator()
          Deprecated. Returns the user who created (initiated) this task
 java.util.List getCustomActions()
          Deprecated. gets the custom actions for the task type of the task
 java.lang.String getCustomDetailsPage()
          Deprecated. gets the custom details page for the task type of the task
 java.lang.String getDomainId()
          Deprecated. Returns the value of field 'domainId'.
 java.util.Calendar getExpirationDate()
          Deprecated. Returns the value of field 'expirationDate'.
 Duration getExpirationDuration()
          Deprecated. Returns the value of field 'expirationDuration'.
 java.util.Calendar getFlexDate1()
          Deprecated. Returns the value of field 'flexDate1'.
 java.lang.String getFlexDate1Name()
          Deprecated. Returns the name of field 'flexDate1'.
 java.util.Calendar getFlexDate2()
          Deprecated. Returns the value of field 'flexDate2'.
 java.lang.String getFlexDate2Name()
          Deprecated. Returns the name of field 'flexDate2'.
 java.util.Calendar getFlexDate3()
          Deprecated. Returns the value of field 'flexDate3'.
 java.lang.String getFlexDate3Name()
          Deprecated. Returns the name of field 'flexDate3'.
 double getFlexDouble1()
          Deprecated. Returns the value of field 'flexDouble1'.
 java.lang.String getFlexDouble1Name()
          Deprecated. Returns the name of field 'flexDouble1'.
 double getFlexDouble2()
          Deprecated. Returns the value of field 'flexDouble2'.
 java.lang.String getFlexDouble2Name()
          Deprecated. Returns the name of field 'flexDouble2'.
 java.util.Map getFlexFieldDisplayNames()
          Deprecated. Returns a map of display values of all flex fields
 long getFlexLong1()
          Deprecated. Returns the value of field 'flexLong1'.
 java.lang.String getFlexLong1Name()
          Deprecated. Returns the name of field 'flexLong1'.
 long getFlexLong2()
          Deprecated. Returns the value of field 'flexLong2'.
 java.lang.String getFlexLong2Name()
          Deprecated. Returns the name of field 'flexLong2'.
 java.lang.String getFlexString1()
          Deprecated. Returns the value of field 'flexString1'.
 java.lang.String getFlexString1Name()
          Deprecated. Returns the name of field 'flexString1'.
 java.lang.String getFlexString2()
          Deprecated. Returns the value of field 'flexString2'.
 java.lang.String getFlexString2Name()
          Deprecated. Returns the name of field 'flexString2'.
 java.lang.String getFlexString3()
          Deprecated. Returns the value of field 'flexString3'.
 java.lang.String getFlexString3Name()
          Deprecated. Returns the name of field 'flexString3'.
 java.lang.String getFlexString4()
          Deprecated. Returns the value of field 'flexString4'.
 java.lang.String getFlexString4Name()
          Deprecated. Returns the name of field 'flexString4'.
 java.lang.String getFormattedPayload()
          Deprecated. Returns the formatted value of 'payload'.
 java.lang.String[] getFutureApprovers()
          Deprecated. Returns the list of future approvers for the task
 java.lang.String getIdentificationKey()
          Deprecated. Returns the value of field 'identificationKey'.
 java.lang.String getInstanceId()
          Deprecated. Returns the value of field 'instanceId'.
 boolean getIsGroup()
          Deprecated. Returns the value of field 'isGroup'.
 java.util.Calendar getModifyDate()
          Deprecated. Returns the value of field 'modifyDate'.
 java.lang.String getOwner()
          Deprecated. Returns the value of field 'owner'.
 java.lang.String getPattern()
          Deprecated. Returns the value of field 'pattern'.
 java.lang.Object getPayload()
          Deprecated. Returns the value of field 'payload'.
 java.lang.String getPayloadEncoding()
          Deprecated. get the payload display page for the task
 java.lang.String getPayloadJsp()
          Deprecated. Returns the custom Payload JSP page for the task if specified.
 int getPriority()
          Deprecated. Returns the value of field 'priority'.
 java.lang.String getProcessId()
          Deprecated.  
 java.lang.String getProcessName()
          Deprecated. Returns the value of field 'processName'.
 java.lang.String getProcessOwner()
          Deprecated. Return processs Owner of the task
 java.lang.String getProcessVersion()
          Deprecated. Returns the value of field 'processVersion'.
 java.lang.String getState()
          Deprecated. Returns the value of field 'state'.
 java.lang.String getSubState()
          Deprecated. Returns the value of field 'subState'.
 java.util.List getSubTasks()
          Deprecated. Returns the subTasks of this task.
 java.util.List getSystemActions()
          Deprecated. gets the system actions for the task type of the task
 java.lang.String getSystemString1()
          Deprecated. Returns the value of field 'systemString1'.
 java.lang.String getSystemString2()
          Deprecated. Returns the value of field 'systemString2'.
 java.lang.String getSystemString3()
          Deprecated. Returns the value of field 'systemString3'.
 java.lang.String getTaskGroupId()
          Deprecated. Returns the value of field 'taskGroupId'.
 java.lang.String getTaskId()
          Deprecated. Returns the value of field 'taskId'.
 int getTaskNumber()
          Deprecated. Returns the value of field 'taskNumber'.
 java.lang.String getTaskType()
          Deprecated. Returns the value of field 'taskType'.
 java.lang.String getTitle()
          Deprecated. Returns the value of field 'title'.
 java.lang.String getUpdatedBy()
          Deprecated. Returns the value of field 'updatedBy'.
 java.util.Set getUsersToRequestInfoForTask()
          Deprecated. Returns the list of users from who information can be requested by a user in its current state
 int getVersionNumber()
          Deprecated. Returns the value of field 'versionNumber'.
 java.lang.String getVersionReason()
          Deprecated. gets the task version changes
 boolean hasCompleteInformation()
          Deprecated. Returns a boolean indicating whether task has complete information (such as payload, attachments etc.)
 boolean isAdhocRoutingSupported()
          Deprecated. Returns a boolean indicating whetheradhoc routing is supported for this task
 boolean isHasSubTasks()
          Deprecated. Returns the value of field 'hasSubTasks'.
 boolean isIsGroup()
          Deprecated. Returns the value of field 'isGroup'.
 boolean isTaskDetailsErrored()
          Deprecated. Returns a boolean indicating whether task details is errored for this task (could not get one or more attributes)
 boolean isTaskReapprovalSupported()
          Deprecated. Returns a boolean indicating whether task reapproval is supported for this task
 ITaskAssignee removeAssignee(int index)
          Deprecated. Method removeAssignee
 ITaskAttachment removeAttachment(int index)
          Deprecated. Method removeAttachment
 void setAcquiredBy(java.lang.String acquireBy)
          Deprecated. Sets the value of field 'acquireBy'.
 void setAssignee(java.util.List assigneeList)
          Deprecated. Method setAssigneeSets the value of 'assignee' by copying the given ArrayList.
 void setComment(java.lang.String comment)
          Deprecated. Appends the specified comment to the existing comments on this task
 void setConclusion(java.lang.String conclusion)
          Deprecated. Sets the value of field 'conclusion'.
 void setExpirationDate(java.util.Calendar expirationDate)
          Deprecated. Sets the value of field 'expirationDate'.
 void setExpirationDuration(Duration expirationDuration)
          Deprecated. Sets the value of field 'expirationDuration'.
 void setFlexDate1(java.util.Calendar flexDate1)
          Deprecated. Sets the value of field 'flexDate1'.
 void setFlexDate2(java.util.Calendar flexDate2)
          Deprecated. Sets the value of field 'flexDate2'.
 void setFlexDate3(java.util.Calendar flexDate3)
          Deprecated. Sets the value of field 'flexDate3'.
 void setFlexDouble1(double flexDouble1)
          Deprecated. Sets the value of field 'flexDouble1'.
 void setFlexDouble2(double flexDouble2)
          Deprecated. Sets the value of field 'flexDouble2'.
 void setFlexLong1(long flexLong1)
          Deprecated. Sets the value of field 'flexLong1'.
 void setFlexLong2(long flexLong2)
          Deprecated. Sets the value of field 'flexLong2'.
 void setFlexString1(java.lang.String flexString1)
          Deprecated. Sets the value of field 'flexString1'.
 void setFlexString2(java.lang.String flexString2)
          Deprecated. Sets the value of field 'flexString2'.
 void setFlexString3(java.lang.String flexString3)
          Deprecated. Sets the value of field 'flexString3'.
 void setFlexString4(java.lang.String flexString4)
          Deprecated. Sets the value of field 'flexString4'.
 void setIdentificationKey(java.lang.String identificationKey)
          Deprecated. Sets the value of field 'identificationKey'.
 void setIsGroup(boolean isGroup)
          Deprecated. Sets the value of field 'isGroup'.
 void setModifyDate(java.util.Calendar modifyDate)
          Deprecated. Sets the value of field 'modifyDate'.
 void setPayload(java.lang.Object payload)
          Deprecated. Sets the value of field 'payload'.
 void setPayloadEncoding(java.lang.String encoding)
          Deprecated. sets the payload display page for the task
 void setPriority(int priority)
          Deprecated. Sets the value of field 'priority'.
 void setState(java.lang.String state)
          Deprecated. Sets the value of field 'state'.
 void setSubState(java.lang.String subState)
          Deprecated. Sets the value of field 'subState'.
 void setUpdatedBy(java.lang.String updatedBy)
          Deprecated. Sets the value of field 'updatedBy'.
 void setVersionReason(java.lang.String versionReason)
          Deprecated. Set the task version changes

 

Field Detail

FLEXSTRING1

static final java.lang.String FLEXSTRING1
Deprecated. 
Constant denoting the first String attribute in flex fields
See Also:
Constant Field Values

FLEXSTRING2

static final java.lang.String FLEXSTRING2
Deprecated. 
Constant denoting the second String attribute in flex fields
See Also:
Constant Field Values

FLEXSTRING3

static final java.lang.String FLEXSTRING3
Deprecated. 
Constant denoting the third String attribute in flex fields
See Also:
Constant Field Values

FLEXSTRING4

static final java.lang.String FLEXSTRING4
Deprecated. 
Constant denoting the fourth String attribute in flex fields
See Also:
Constant Field Values

FLEXLONG1

static final java.lang.String FLEXLONG1
Deprecated. 
Constant denoting the first long attribute in flex fields
See Also:
Constant Field Values

FLEXLONG2

static final java.lang.String FLEXLONG2
Deprecated. 
Constant denoting the second long attribute in flex fields
See Also:
Constant Field Values

FLEXDOUBLE1

static final java.lang.String FLEXDOUBLE1
Deprecated. 
Constant denoting the first double attribute in flex fields
See Also:
Constant Field Values

FLEXDOUBLE2

static final java.lang.String FLEXDOUBLE2
Deprecated. 
Constant denoting the second double attribute in flex fields
See Also:
Constant Field Values

FLEXDATE1

static final java.lang.String FLEXDATE1
Deprecated. 
Constant denoting the first date attribute in flex fields
See Also:
Constant Field Values

FLEXDATE2

static final java.lang.String FLEXDATE2
Deprecated. 
Constant denoting the second date attribute in flex fields
See Also:
Constant Field Values

FLEXDATE3

static final java.lang.String FLEXDATE3
Deprecated. 
Constant denoting the third date attribute in flex fields
See Also:
Constant Field Values

Method Detail

addAssignee

void addAssignee(ITaskAssignee asignee)
                 throws java.lang.Exception
Deprecated. 
Adds the specified assignee to the task
Parameters:
assignee - adds this assignee to the task
Throws:
java.lang.Exception

addAssignee

void addAssignee(int index,
                 ITaskAssignee asignee)
                 throws java.lang.Exception
Deprecated. 
Adds an assignee to the task at the specified index
Parameters:
index -
asignee -
Throws:
java.lang.Exception

clearAssignee

void clearAssignee()
Deprecated. 
Clears the assignees on this task

clearAttachment

void clearAttachment()
Deprecated. 
Clears the attachments on this task

getAcquiredBy

java.lang.String getAcquiredBy()
Deprecated. 
Returns the name of the user who has acquired the task. Returns null if the task has not been acquired.
Returns:
name of the acquirer.

getAssignee

ITaskAssignee getAssignee(int index)
                          throws java.lang.Exception
Deprecated. 
Returns the assignee at the specified index
Parameters:
index -
Throws:
java.lang.Exception

getAssignee

java.util.List getAssignee()
Deprecated. 
Returns a list of all assignees for this task

getAssigneeCSV

java.lang.String getAssigneeCSV()
Deprecated. 
Returns a string with a comma separated values of assignees for this task

getAssigneeCount

int getAssigneeCount()
Deprecated. 
Returns an assignee count for this task

getAttachment

ITaskAttachment getAttachment(int index)
                              throws java.lang.Exception
Deprecated. 
Returns the attachment at the specified index fot this task
Parameters:
index -
Throws:
java.lang.Exception

getAttachment

ITaskAttachment getAttachment(java.lang.String name)
                              throws PCException
Deprecated. 
Returns the attachment with the specified name for this task
Parameters:
name -
Throws:
PCException

getAttachment

java.util.List getAttachment()
                             throws java.lang.Exception
Deprecated. 
Returns a list of attachments for this task
Throws:
java.lang.Exception

getAttachmentCount

int getAttachmentCount()
                       throws java.lang.Exception
Deprecated. 
Returns a count of attachments for this task
Throws:
java.lang.Exception

getConclusion

java.lang.String getConclusion()
Deprecated. 
Returns the value of conclusion for this task
Returns:
the value of conclusion for this task

getConclusionDisplayName

java.lang.String getConclusionDisplayName(java.lang.String conclusionKey)
Deprecated. 
Returns the display value of a conclusion key
Returns:
the display value of a conclusion key

getConclusionDisplayNames

java.util.Map getConclusionDisplayNames()
Deprecated. 
Returns a map of display values of all conclusion keys
Returns:
a map of display values of all conclusion keys

getCreationDate

java.util.Calendar getCreationDate()
Deprecated. 
Returns the creation date for this task
Returns:
the creation date for this task

getCreator

java.lang.String getCreator()
Deprecated. 
Returns the user who created (initiated) this task
Returns:
the user who created (initiated) this task

getExpirationDate

java.util.Calendar getExpirationDate()
Deprecated. 
Returns the value of field 'expirationDate'. The field 'expirationDate' has the following description:
Returns:
the value of field 'expirationDate'.

getExpirationDuration

Duration getExpirationDuration()
Deprecated. 
Returns the value of field 'expirationDuration'. The field 'expirationDuration' has the following description:
Returns:
the value of field 'expirationDuration'.

getFlexDate1

java.util.Calendar getFlexDate1()
Deprecated. 
Returns the value of field 'flexDate1'. The field 'flexDate1' has the following description:
Returns:
the value of field 'flexDate1'.

getFlexDate1Name

java.lang.String getFlexDate1Name()
Deprecated. 
Returns the name of field 'flexDate1'. The field 'flexDate1' has the following description:
Returns:
the name of field 'flexDate1'.

getFlexDate2

java.util.Calendar getFlexDate2()
Deprecated. 
Returns the value of field 'flexDate2'. The field 'flexDate2' has the following description:
Returns:
the value of field 'flexDate2'.

getFlexDate2Name

java.lang.String getFlexDate2Name()
Deprecated. 
Returns the name of field 'flexDate2'. The field 'flexDate2' has the following description:
Returns:
the name of field 'flexDate2'.

getFlexDate3

java.util.Calendar getFlexDate3()
Deprecated. 
Returns the value of field 'flexDate3'. The field 'flexDate3' has the following description:
Returns:
the value of field 'flexDate3'.

getFlexDate3Name

java.lang.String getFlexDate3Name()
Deprecated. 
Returns the name of field 'flexDate3'. The field 'flexDate3' has the following description:
Returns:
the name of field 'flexDate3'.

getFlexDouble1

double getFlexDouble1()
Deprecated. 
Returns the value of field 'flexDouble1'. The field 'flexDouble1' has the following description:
Returns:
the value of field 'flexDouble1'.

getFlexDouble1Name

java.lang.String getFlexDouble1Name()
Deprecated. 
Returns the name of field 'flexDouble1'. The field 'flexDouble1' has the following description:
Returns:
the name of field 'flexDouble1'.

getFlexDouble2

double getFlexDouble2()
Deprecated. 
Returns the value of field 'flexDouble2'. The field 'flexDouble2' has the following description:
Returns:
the value of field 'flexDouble2'.

getFlexDouble2Name

java.lang.String getFlexDouble2Name()
Deprecated. 
Returns the name of field 'flexDouble2'. The field 'flexDouble2' has the following description:
Returns:
the name of field 'flexDouble2'.

getFlexFieldDisplayNames

java.util.Map getFlexFieldDisplayNames()
Deprecated. 
Returns a map of display values of all flex fields
Returns:
a map of display values of all flex fields

getFlexLong1

long getFlexLong1()
Deprecated. 
Returns the value of field 'flexLong1'. The field 'flexLong1' has the following description:
Returns:
the value of field 'flexLong1'.

getFlexLong1Name

java.lang.String getFlexLong1Name()
Deprecated. 
Returns the name of field 'flexLong1'. The field 'flexLong1' has the following description:
Returns:
the name of field 'flexLong1'.

getFlexLong2

long getFlexLong2()
Deprecated. 
Returns the value of field 'flexLong2'. The field 'flexLong2' has the following description:
Returns:
the value of field 'flexLong2'.

getFlexLong2Name

java.lang.String getFlexLong2Name()
Deprecated. 
Returns the name of field 'flexLong2'. The field 'flexLong2' has the following description:
Returns:
the name of field 'flexLong2'.

getFlexString1

java.lang.String getFlexString1()
Deprecated. 
Returns the value of field 'flexString1'. The field 'flexString1' has the following description:
Returns:
the value of field 'flexString1'.

getFlexString1Name

java.lang.String getFlexString1Name()
Deprecated. 
Returns the name of field 'flexString1'. The field 'flexString1' has the following description:
Returns:
the value of field 'flexString1'.

getFlexString2

java.lang.String getFlexString2()
Deprecated. 
Returns the value of field 'flexString2'. The field 'flexString2' has the following description:
Returns:
the value of field 'flexString2'.

getFlexString2Name

java.lang.String getFlexString2Name()
Deprecated. 
Returns the name of field 'flexString2'. The field 'flexString2' has the following description:
Returns:
the value of field 'flexString2'.

getFlexString3

java.lang.String getFlexString3()
Deprecated. 
Returns the value of field 'flexString3'. The field 'flexString3' has the following description:
Returns:
the value of field 'flexString3'.

getFlexString3Name

java.lang.String getFlexString3Name()
Deprecated. 
Returns the name of field 'flexString3'. The field 'flexString3' has the following description:
Returns:
the value of field 'flexString3'.

getFlexString4

java.lang.String getFlexString4()
Deprecated. 
Returns the value of field 'flexString4'. The field 'flexString4' has the following description:
Returns:
the value of field 'flexString4'.

getFlexString4Name

java.lang.String getFlexString4Name()
Deprecated. 
Returns the name of field 'flexString4'. The field 'flexString4' has the following description:
Returns:
the value of field 'flexString4'.

getFutureApprovers

java.lang.String[] getFutureApprovers()
Deprecated. 
Returns the list of future approvers for the task
Returns:
the list of future approvers

getIdentificationKey

java.lang.String getIdentificationKey()
Deprecated. 
Returns the value of field 'identificationKey'. The field 'identificationKey' has the following description:
Returns:
the value of field 'identificationKey'.

getIsGroup

boolean getIsGroup()
Deprecated. 
Returns the value of field 'isGroup'. The field 'isGroup' has the following description:
Returns:
the value of field 'isGroup'.

getModifyDate

java.util.Calendar getModifyDate()
Deprecated. 
Returns the value of field 'modifyDate'. The field 'modifyDate' has the following description:
Returns:
the value of field 'modifyDate'.

getOwner

java.lang.String getOwner()
Deprecated. 
Returns the value of field 'owner'. The field 'owner' has the following description:
Returns:
the value of field 'owner'.

getFormattedPayload

java.lang.String getFormattedPayload()
Deprecated. 
Returns the formatted value of 'payload'. The field 'payload' has the following description:
Returns:
the value of field 'payload'.

getPayload

java.lang.Object getPayload()
                            throws PCException
Deprecated. 
Returns the value of field 'payload'. The field 'payload' has the following description:
Returns:
the value of field 'payload'.
Throws:
PCException

getPayloadJsp

java.lang.String getPayloadJsp()
                               throws PCException
Deprecated. 
Returns the custom Payload JSP page for the task if specified.
Returns:
the custom Payload JSP page
Throws:
PCException

getPriority

int getPriority()
Deprecated. 
Returns the value of field 'priority'. The field 'priority' has the following description:
Returns:
the value of field 'priority'.

getState

java.lang.String getState()
Deprecated. 
Returns the value of field 'state'. The field 'state' has the following description:
Returns:
the value of field 'state'.

getSubState

java.lang.String getSubState()
Deprecated. 
Returns the value of field 'subState'. The field 'subState' has the following description:
Returns:
the value of field 'subState'.

getSubTasks

java.util.List getSubTasks()
Deprecated. 
Returns the subTasks of this task.
Returns:
subTasks of this task

getTaskGroupId

java.lang.String getTaskGroupId()
Deprecated. 
Returns the value of field 'taskGroupId'. The field 'taskGroupId' has the following description:
Returns:
the value of field 'taskGroupId'.

getTaskId

java.lang.String getTaskId()
Deprecated. 
Returns the value of field 'taskId'. The field 'taskId' has the following description:
Returns:
the value of field 'taskId'.

getTaskNumber

int getTaskNumber()
Deprecated. 
Returns the value of field 'taskNumber'. The field 'taskNumber' has the following description:
Returns:
the value of field 'taskNumber'.

getTaskType

java.lang.String getTaskType()
Deprecated. 
Returns the value of field 'taskType'. The field 'taskType' has the following description:
Returns:
the value of field 'taskType'.

getTitle

java.lang.String getTitle()
Deprecated. 
Returns the value of field 'title'. The field 'title' has the following description:
Returns:
the value of field 'title'.

getUpdatedBy

java.lang.String getUpdatedBy()
Deprecated. 
Returns the value of field 'updatedBy'. The field 'updatedBy' has the following description:
Returns:
the value of field 'updatedBy'.

getUsersToRequestInfoForTask

java.util.Set getUsersToRequestInfoForTask()
Deprecated. 
Returns the list of users from who information can be requested by a user in its current state
Returns:
a set containing the users

getVersionNumber

int getVersionNumber()
Deprecated. 
Returns the value of field 'versionNumber'. The field 'versionNumber' has the following description:
Returns:
the value of field 'versionNumber'.

isAdhocRoutingSupported

boolean isAdhocRoutingSupported()
Deprecated. 
Returns a boolean indicating whetheradhoc routing is supported for this task

isIsGroup

boolean isIsGroup()
Deprecated. 
Returns the value of field 'isGroup'. The field 'isGroup' has the following description:
Returns:
the value of field 'isGroup'.

isTaskDetailsErrored

boolean isTaskDetailsErrored()
Deprecated. 
Returns a boolean indicating whether task details is errored for this task (could not get one or more attributes)

isTaskReapprovalSupported

boolean isTaskReapprovalSupported()
Deprecated. 
Returns a boolean indicating whether task reapproval is supported for this task

hasCompleteInformation

boolean hasCompleteInformation()
Deprecated. 
Returns a boolean indicating whether task has complete information (such as payload, attachments etc.)

removeAssignee

ITaskAssignee removeAssignee(int index)
                             throws java.lang.Exception
Deprecated. 
Method removeAssignee
Parameters:
index -
Throws:
java.lang.Exception

removeAttachment

ITaskAttachment removeAttachment(int index)
                                 throws java.lang.Exception
Deprecated. 
Method removeAttachment
Parameters:
index -
Throws:
java.lang.Exception

setAcquiredBy

void setAcquiredBy(java.lang.String acquireBy)
Deprecated. 
Sets the value of field 'acquireBy'. The field 'acquireBy' has the following description:
Parameters:
acquireBy - the value of field 'acquireBy'.

setAssignee

void setAssignee(java.util.List assigneeList)
                 throws PCException
Deprecated. 
Method setAssigneeSets the value of 'assignee' by copying the given ArrayList.
Parameters:
assigneeList - the Vector to copy.
Throws:
PCException

setConclusion

void setConclusion(java.lang.String conclusion)
Deprecated. 
Sets the value of field 'conclusion'. The field 'conclusion' has the following description:
Parameters:
conclusion - the value of field 'conclusion'.

setExpirationDate

void setExpirationDate(java.util.Calendar expirationDate)
Deprecated. 
Sets the value of field 'expirationDate'. The field 'expirationDate' has the following description:
Parameters:
expirationDate - the value of field 'expirationDate'.

setExpirationDuration

void setExpirationDuration(Duration expirationDuration)
Deprecated. 
Sets the value of field 'expirationDuration'. The field 'expirationDuration' has the following description:
Parameters:
expirationDuration - the value of field 'expirationDuration'.

setFlexDate1

void setFlexDate1(java.util.Calendar flexDate1)
Deprecated. 
Sets the value of field 'flexDate1'. The field 'flexDate1' has the following description:
Parameters:
flexDate1 - the value of field 'flexDate1'.

setFlexDate2

void setFlexDate2(java.util.Calendar flexDate2)
Deprecated. 
Sets the value of field 'flexDate2'. The field 'flexDate2' has the following description:
Parameters:
flexDate2 - the value of field 'flexDate2'.

setFlexDate3

void setFlexDate3(java.util.Calendar flexDate3)
Deprecated. 
Sets the value of field 'flexDate3'. The field 'flexDate3' has the following description:
Parameters:
flexDate3 - the value of field 'flexDate3'.

setFlexDouble1

void setFlexDouble1(double flexDouble1)
Deprecated. 
Sets the value of field 'flexDouble1'. The field 'flexDouble1' has the following description:
Parameters:
flexDouble1 - the value of field 'flexDouble1'.

setFlexDouble2

void setFlexDouble2(double flexDouble2)
Deprecated. 
Sets the value of field 'flexDouble2'. The field 'flexDouble2' has the following description:
Parameters:
flexDouble2 - the value of field 'flexDouble2'.

setFlexLong1

void setFlexLong1(long flexLong1)
Deprecated. 
Sets the value of field 'flexLong1'. The field 'flexLong1' has the following description:
Parameters:
flexLong1 - the value of field 'flexLong1'.

setFlexLong2

void setFlexLong2(long flexLong2)
Deprecated. 
Sets the value of field 'flexLong2'. The field 'flexLong2' has the following description:
Parameters:
flexLong2 - the value of field 'flexLong2'.

setFlexString1

void setFlexString1(java.lang.String flexString1)
Deprecated. 
Sets the value of field 'flexString1'. The field 'flexString1' has the following description:
Parameters:
flexString1 - the value of field 'flexString1'.

setFlexString2

void setFlexString2(java.lang.String flexString2)
Deprecated. 
Sets the value of field 'flexString2'. The field 'flexString2' has the following description:
Parameters:
flexString2 - the value of field 'flexString2'.

setFlexString3

void setFlexString3(java.lang.String flexString3)
Deprecated. 
Sets the value of field 'flexString3'. The field 'flexString3' has the following description:
Parameters:
flexString3 - the value of field 'flexString3'.

setFlexString4

void setFlexString4(java.lang.String flexString4)
Deprecated. 
Sets the value of field 'flexString4'. The field 'flexString4' has the following description:
Parameters:
flexString4 - the value of field 'flexString4'.

setIdentificationKey

void setIdentificationKey(java.lang.String identificationKey)
Deprecated. 
Sets the value of field 'identificationKey'. The field 'identificationKey' has the following description:
Parameters:
identificationKey - the value of field 'identificationKey'.

setIsGroup

void setIsGroup(boolean isGroup)
Deprecated. 
Sets the value of field 'isGroup'. The field 'isGroup' has the following description:
Parameters:
isGroup - the value of field 'isGroup'.

setModifyDate

void setModifyDate(java.util.Calendar modifyDate)
Deprecated. 
Sets the value of field 'modifyDate'. The field 'modifyDate' has the following description:
Parameters:
modifyDate - the value of field 'modifyDate'.

setPayload

void setPayload(java.lang.Object payload)
Deprecated. 
Sets the value of field 'payload'. The field 'payload' has the following description:
Parameters:
payload - the value of field 'payload'.

setPriority

void setPriority(int priority)
Deprecated. 
Sets the value of field 'priority'. The field 'priority' has the following description:
Parameters:
priority - the value of field 'priority'.

setState

void setState(java.lang.String state)
Deprecated. 
Sets the value of field 'state'. The field 'state' has the following description:
Parameters:
state - the value of field 'state'.

setSubState

void setSubState(java.lang.String subState)
Deprecated. 
Sets the value of field 'subState'. The field 'subState' has the following description:
Parameters:
subState - the value of field 'subState'.

setUpdatedBy

void setUpdatedBy(java.lang.String updatedBy)
Deprecated. 
Sets the value of field 'updatedBy'. The field 'updatedBy' has the following description:
Parameters:
updatedBy - the value of field 'updatedBy'.

setComment

void setComment(java.lang.String comment)
Deprecated. 
Appends the specified comment to the existing comments on this task

getComment

java.lang.String getComment()
Deprecated. 
Returns the complete comments for this task

createAttachment

ITaskAttachment createAttachment(java.lang.String name)
                                 throws java.lang.Exception
Deprecated. 
Creates an attachment with the specified name for the task
Throws:
java.lang.Exception

getCustomDetailsPage

java.lang.String getCustomDetailsPage()
                                      throws PCException
Deprecated. 
gets the custom details page for the task type of the task
Throws:
PCException

getCustomActions

java.util.List getCustomActions()
                                throws PCException
Deprecated. 
gets the custom actions for the task type of the task
Throws:
PCException

getSystemActions

java.util.List getSystemActions()
                                throws PCException
Deprecated. 
gets the system actions for the task type of the task
Throws:
PCException

getProcessId

java.lang.String getProcessId()
Deprecated. 

getProcessName

java.lang.String getProcessName()
Deprecated. 
Returns the value of field 'processName'. The field 'processName' has the following description:
Returns:
the value of field 'processName'.

getProcessVersion

java.lang.String getProcessVersion()
Deprecated. 
Returns the value of field 'processVersion'. The field 'processVersion' has the following description:
Returns:
the value of field 'processVersion'.

getInstanceId

java.lang.String getInstanceId()
Deprecated. 
Returns the value of field 'instanceId'. The field 'instanceId' has the following description:
Returns:
the value of field 'instanceId'.

getDomainId

java.lang.String getDomainId()
Deprecated. 
Returns the value of field 'domainId'. The field 'domainId' has the following description:
Returns:
the value of field 'domainId'.

getApprovers

java.lang.String getApprovers()
Deprecated. 
Returns the value of field 'approvers'. The field 'approvers' has the following description:
Returns:
the value of field 'approvers'.

isHasSubTasks

boolean isHasSubTasks()
Deprecated. 
Returns the value of field 'hasSubTasks'. The field 'hasSubTasks' has the following description:
Returns:
the value of field 'hasSubTasks'.

setVersionReason

void setVersionReason(java.lang.String versionReason)
Deprecated. 
Set the task version changes
Parameters:
versionReason - the value of field 'versionChange'.

getVersionReason

java.lang.String getVersionReason()
Deprecated. 
gets the task version changes
Returns:
versionChange the value of field 'versionReason'.

getProcessOwner

java.lang.String getProcessOwner()
Deprecated. 
Return processs Owner of the task
Returns:

getPattern

java.lang.String getPattern()
Deprecated. 
Returns the value of field 'pattern'. The field 'pattern' has the following description:
Returns:
the value of field 'pattern'.

getSystemString1

java.lang.String getSystemString1()
Deprecated. 
Returns the value of field 'systemString1'. The field 'systemString3' has the following description:
Returns:
the value of field 'systemString1'.

getSystemString2

java.lang.String getSystemString2()
Deprecated. 
Returns the value of field 'systemString2'. The field 'systemString2' has the following description:
Returns:
the value of field 'systemString2'.

getSystemString3

java.lang.String getSystemString3()
Deprecated. 
Returns the value of field 'systemString3'. The field 'systemString3' has the following description:
Returns:
the value of field 'systemString3'.

setPayloadEncoding

void setPayloadEncoding(java.lang.String encoding)
Deprecated. 
sets the payload display page for the task

getPayloadEncoding

java.lang.String getPayloadEncoding()
Deprecated. 
get the payload display page for the task

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-02


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.