Skip navigation links

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


oracle.tip.pc.api.worklist
Interface IWorklistTask

All Superinterfaces:
java.io.Serializable

Deprecated. Replaced by SystemAttributesType and other interfaces in oracle.bpel.services.workflow.task 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. Replaced by SystemAttributesType.addAssigneeUser(oracle.bpel.services.workflow.task.model.IdentityType),SystemAttributesType.addAssigneeGroup(oracle.bpel.services.workflow.task.model.IdentityType)
 void addAssignee(ITaskAssignee asignee)
          Deprecated. Replaced by SystemAttributesType.addAssigneeUser(oracle.bpel.services.workflow.task.model.IdentityType),SystemAttributesType.addAssigneeGroup(oracle.bpel.services.workflow.task.model.IdentityType)
 void clearAssignee()
          Deprecated. Replaced by SystemAttributesType.clearAssigneeUsers(),SystemAttributesType.clearAssigneeGroups()
 void clearAttachment()
          Deprecated. Replaced by TaskType.removeAllAttachment()
 ITaskAttachment createAttachment(java.lang.String name)
          Deprecated. Replaced by TaskType.addAttachment(oracle.bpel.services.workflow.task.model.AttachmentType)
 java.lang.String getAcquiredBy()
          Deprecated. Replaced by SystemAttributesType.getAcquiredBy()
 java.lang.String getApprovers()
          Deprecated. Replaced by SystemAttributesType.getApprovers()
 java.util.List getAssignee()
          Deprecated. Replaced by SystemAttributesType.getAssigneeUsers(),SystemAttributesType.getAssigneeGroups()
 ITaskAssignee getAssignee(int index)
          Deprecated. Replaced by SystemAttributesType.getAssigneeUsers(),SystemAttributesType.getAssigneeGroups()
 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. Replaced by TaskType.getAttachment()
 ITaskAttachment getAttachment(int index)
          Deprecated. Replaced by TaskType.getAttachment()
 ITaskAttachment getAttachment(java.lang.String name)
          Deprecated. Replaced by TaskType.getAttachment()
 int getAttachmentCount()
          Deprecated. Returns a count of attachments for this task
 java.lang.String getComment()
          Deprecated. Replaced by CommentType.getComment()
 java.lang.String getConclusion()
          Deprecated. Replaced by SystemAttributesType.getOutcome()
 java.lang.String getConclusionDisplayName(java.lang.String conclusionKey)
          Deprecated. See BPMAction.getDisplayName()
 java.util.Map getConclusionDisplayNames()
          Deprecated. See BPMAction.getActions()
 java.util.Calendar getCreationDate()
          Deprecated. Replaced by SystemAttributesType.getCreatedDate()
 java.lang.String getCreator()
          Deprecated. Replaced by TaskType.getCreator()
 java.util.List getCustomActions()
          Deprecated. Replaced by SystemAttributesType.getCustomActions()
 java.lang.String getCustomDetailsPage()
          Deprecated. gets the custom details page for the task type of the task
 java.lang.String getDomainId()
          Deprecated. Replaced by ProcessType.getDomainId()
 java.util.Calendar getExpirationDate()
          Deprecated. Replaced by SystemAttributesType.getExpirationDate()
 Duration getExpirationDuration()
          Deprecated. Replaced by SystemAttributesType.getExpirationDuration()
 java.util.Calendar getFlexDate1()
          Deprecated. See SystemMessageAttributesType
 java.lang.String getFlexDate1Name()
          Deprecated. See IRuntimeConfigService
 java.util.Calendar getFlexDate2()
          Deprecated. See SystemMessageAttributesType
 java.lang.String getFlexDate2Name()
          Deprecated. See IRuntimeConfigService
 java.util.Calendar getFlexDate3()
          Deprecated. See SystemMessageAttributesType
 java.lang.String getFlexDate3Name()
          Deprecated. See IRuntimeConfigService
 double getFlexDouble1()
          Deprecated. See SystemMessageAttributesType
 java.lang.String getFlexDouble1Name()
          Deprecated. See IRuntimeConfigService
 double getFlexDouble2()
          Deprecated. See SystemMessageAttributesType
 java.lang.String getFlexDouble2Name()
          Deprecated. See IRuntimeConfigService
 java.util.Map getFlexFieldDisplayNames()
          Deprecated. See IRuntimeConfigService
 long getFlexLong1()
          Deprecated. See SystemMessageAttributesType
 java.lang.String getFlexLong1Name()
          Deprecated. See IRuntimeConfigService
 long getFlexLong2()
          Deprecated. See SystemMessageAttributesType
 java.lang.String getFlexLong2Name()
          Deprecated. See IRuntimeConfigService
 java.lang.String getFlexString1()
          Deprecated. See SystemMessageAttributesType
 java.lang.String getFlexString1Name()
          Deprecated. See IRuntimeConfigService
 java.lang.String getFlexString2()
          Deprecated. See SystemMessageAttributesType
 java.lang.String getFlexString2Name()
          Deprecated. See IRuntimeConfigService
 java.lang.String getFlexString3()
          Deprecated. See SystemMessageAttributesType
 java.lang.String getFlexString3Name()
          Deprecated. See IRuntimeConfigService
 java.lang.String getFlexString4()
          Deprecated. See SystemMessageAttributesType
 java.lang.String getFlexString4Name()
          Deprecated. See IRuntimeConfigService
 java.lang.String getFormattedPayload()
          Deprecated. Returns the formatted value of 'payload'.
 java.lang.String[] getFutureApprovers()
          Deprecated. See IRuntimeConfigService
 java.lang.String getIdentificationKey()
          Deprecated. Replaced by TaskType.getIdentificationKey()
 java.lang.String getInstanceId()
          Deprecated. Replaced by ProcessType.getInstanceId()
 boolean getIsGroup()
          Deprecated. Replaced by ITaskAssignee.getIsGroup()
 java.util.Calendar getModifyDate()
          Deprecated. Replaced by SystemAttributesType.getUpdatedDate()
 java.lang.String getOwner()
          Deprecated. Replaced by TaskType.getOwnerUser()
 java.lang.String getPattern()
          Deprecated. Returns the value of field 'pattern'.
 java.lang.Object getPayload()
          Deprecated. Replaced by TaskType.getPayload()
 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. Replaced by TaskType.getPriority()
 java.lang.String getProcessId()
          Deprecated. Replaced by ProcessType.getProcessId()
 java.lang.String getProcessName()
          Deprecated. Replaced by ProcessType.getProcessName()
 java.lang.String getProcessOwner()
          Deprecated. Return processs Owner of the task
 java.lang.String getProcessVersion()
          Deprecated. Replaced by ProcessType.getProcessVersion()
 java.lang.String getState()
          Deprecated. Replaced by SystemAttributesType.getState()
 java.lang.String getSubState()
          Deprecated. Replaced by SystemAttributesType.getSubstate()
 java.util.List getSubTasks()
          Deprecated. Returns the subTasks of this task.
 java.util.List getSystemActions()
          Deprecated. Replaced by SystemAttributesType.getCustomActions()
 java.lang.String getSystemString1()
          Deprecated. Replaced by SystemAttributesType.getSystemString1()
 java.lang.String getSystemString2()
          Deprecated. Replaced by SystemAttributesType.getSystemString2()
 java.lang.String getSystemString3()
          Deprecated. Replaced by SystemAttributesType.getSystemString3()
 java.lang.String getTaskGroupId()
          Deprecated. Replaced by SystemAttributesType.getTaskGroupId()
 java.lang.String getTaskId()
          Deprecated. Replaced by SystemAttributesType.getTaskId()
 int getTaskNumber()
          Deprecated. Replaced by SystemAttributesType.getTaskNumber()
 java.lang.String getTaskType()
          Deprecated. Returns the value of field 'taskType'.
 java.lang.String getTitle()
          Deprecated. Replaced by TaskType.getTitle()
 java.lang.String getUpdatedBy()
          Deprecated. Replaced by SystemAttributesType.getUpdatedBy()
 java.util.Set getUsersToRequestInfoForTask()
          Deprecated. Replaced by IAssignmentService.getAssigneesToRequestForInformation(oracle.bpel.services.workflow.task.model.Task, java.util.Map)
 int getVersionNumber()
          Deprecated. Replaced by SystemAttributesType.getVersion()
 java.lang.String getVersionReason()
          Deprecated. Replaced by SystemAttributesType.getVersionReason()
 boolean hasCompleteInformation()
          Deprecated. Returns a boolean indicating whether task has complete information (such as payload, attachments etc.)
 boolean isAdhocRoutingSupported()
          Deprecated. Replaced by ParticipantsType.isIsAdhocRoutingSupported()
 boolean isHasSubTasks()
          Deprecated. Returns the value of field 'hasSubTasks'.
 boolean isIsGroup()
          Deprecated. Replaced by SystemAttributesType.isIsGroup()
 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. Replaced by SystemAttributesType.removeAssigneeUser(int) or removeAssigneeGroup
 ITaskAttachment removeAttachment(int index)
          Deprecated. Replaced by TaskType.removeAttachment(oracle.bpel.services.workflow.task.model.AttachmentType)
 void setAcquiredBy(java.lang.String acquireBy)
          Deprecated. Replaced by SystemAttributesType.setAcquiredBy(java.lang.String)
 void setAssignee(java.util.List assigneeList)
          Deprecated. See SystemAttributesType.addAllAssigneeUsers(java.util.List)
 void setComment(java.lang.String comment)
          Deprecated. Replaced by CommentType.setComment(java.lang.String)
 void setConclusion(java.lang.String conclusion)
          Deprecated. Replaced by SystemAttributesType.setOutcome(java.lang.String)
 void setExpirationDate(java.util.Calendar expirationDate)
          Deprecated. Sets the value of field 'expirationDate'.
 void setExpirationDuration(Duration expirationDuration)
          Deprecated. Replaced by SystemAttributesType.setExpirationDuration(oracle.bpel.services.workflow.task.impl.Duration)
 void setFlexDate1(java.util.Calendar flexDate1)
          Deprecated. See SystemMessageAttributesType
 void setFlexDate2(java.util.Calendar flexDate2)
          Deprecated. See SystemMessageAttributesType
 void setFlexDate3(java.util.Calendar flexDate3)
          Deprecated. See SystemMessageAttributesType
 void setFlexDouble1(double flexDouble1)
          Deprecated. See SystemMessageAttributesType
 void setFlexDouble2(double flexDouble2)
          Deprecated. See SystemMessageAttributesType
 void setFlexLong1(long flexLong1)
          Deprecated. See SystemMessageAttributesType
 void setFlexLong2(long flexLong2)
          Deprecated. See SystemMessageAttributesType
 void setFlexString1(java.lang.String flexString1)
          Deprecated. See SystemMessageAttributesType
 void setFlexString2(java.lang.String flexString2)
          Deprecated. See SystemMessageAttributesType
 void setFlexString3(java.lang.String flexString3)
          Deprecated. See SystemMessageAttributesType
 void setFlexString4(java.lang.String flexString4)
          Deprecated. See SystemMessageAttributesType
 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. Replaced by TaskType.setPayload(oracle.bpel.services.workflow.task.model.AnyType)
 void setPayloadEncoding(java.lang.String encoding)
          Deprecated. sets the payload display page for the task
 void setPriority(int priority)
          Deprecated. Replaced by TaskType.setPriority(int)
 void setState(java.lang.String state)
          Deprecated. Replaced by SystemAttributesType.setState(java.lang.String)
 void setSubState(java.lang.String subState)
          Deprecated. Replaced by SystemAttributesType.setSubstate(java.lang.String)
 void setUpdatedBy(java.lang.String updatedBy)
          Deprecated. Replaced by SystemAttributesType.setUpdatedBy(oracle.bpel.services.workflow.task.model.IdentityType)
 void setVersionReason(java.lang.String versionReason)
          Deprecated. Set the task version changes Replaced by SystemAttributesType.setVersionReason(java.lang.String)

 

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. 
Replaced by SystemAttributesType.addAssigneeUser(oracle.bpel.services.workflow.task.model.IdentityType),SystemAttributesType.addAssigneeGroup(oracle.bpel.services.workflow.task.model.IdentityType)

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. 
Replaced by SystemAttributesType.addAssigneeUser(oracle.bpel.services.workflow.task.model.IdentityType),SystemAttributesType.addAssigneeGroup(oracle.bpel.services.workflow.task.model.IdentityType)

Adds an assignee to the task at the specified index

Parameters:
index -
asignee -
Throws:
java.lang.Exception

clearAssignee

void clearAssignee()
Deprecated. 
Replaced by SystemAttributesType.clearAssigneeUsers(),SystemAttributesType.clearAssigneeGroups()

Clears the assignees on this task


clearAttachment

void clearAttachment()
Deprecated. 
Replaced by TaskType.removeAllAttachment()

Clears the attachments on this task


getAcquiredBy

java.lang.String getAcquiredBy()
Deprecated. 
Replaced by SystemAttributesType.getAcquiredBy()

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. 
Replaced by SystemAttributesType.getAssigneeUsers(),SystemAttributesType.getAssigneeGroups()

Returns the assignee at the specified index

Parameters:
index -
Throws:
java.lang.Exception

getAssignee

java.util.List getAssignee()
Deprecated. 
Replaced by SystemAttributesType.getAssigneeUsers(),SystemAttributesType.getAssigneeGroups()

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. 
Replaced by TaskType.getAttachment()

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. 
Replaced by TaskType.getAttachment()

Returns the attachment with the specified name for this task

Parameters:
name -
Throws:
PCException

getAttachment

java.util.List getAttachment()
                             throws java.lang.Exception
Deprecated. 
Replaced by TaskType.getAttachment()

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. 
Replaced by SystemAttributesType.getOutcome()

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. 
See BPMAction.getDisplayName()

Returns the display value of a conclusion key

Returns:
the display value of a conclusion key

getConclusionDisplayNames

java.util.Map getConclusionDisplayNames()
Deprecated. 
See BPMAction.getActions()

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. 
Replaced by SystemAttributesType.getCreatedDate()

Returns the creation date for this task

Returns:
the creation date for this task

getCreator

java.lang.String getCreator()
Deprecated. 
Replaced by TaskType.getCreator()

Returns the user who created (initiated) this task

Returns:
the user who created (initiated) this task

getExpirationDate

java.util.Calendar getExpirationDate()
Deprecated. 
Replaced by SystemAttributesType.getExpirationDate()

Returns the value of field 'expirationDate'. The field 'expirationDate' has the following description:

Returns:
the value of field 'expirationDate'.

getExpirationDuration

Duration getExpirationDuration()
Deprecated. 
Replaced by SystemAttributesType.getExpirationDuration()

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. 
See SystemMessageAttributesType

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. 
See IRuntimeConfigService

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. 
See SystemMessageAttributesType

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. 
See IRuntimeConfigService

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. 
See SystemMessageAttributesType

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. 
See IRuntimeConfigService

Returns the name of field 'flexDate3'. The field 'flexDate3' has the following description:

Returns:
the name of field 'flexDate3'.

getFlexDouble1

double getFlexDouble1()
Deprecated. 
See SystemMessageAttributesType

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. 
See IRuntimeConfigService

Returns the name of field 'flexDouble1'. The field 'flexDouble1' has the following description:

Returns:
the name of field 'flexDouble1'.

getFlexDouble2

double getFlexDouble2()
Deprecated. 
See SystemMessageAttributesType

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. 
See IRuntimeConfigService

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. 
See IRuntimeConfigService

Returns a map of display values of all flex fields

Returns:
a map of display values of all flex fields

getFlexLong1

long getFlexLong1()
Deprecated. 
See SystemMessageAttributesType

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. 
See IRuntimeConfigService

Returns the name of field 'flexLong1'. The field 'flexLong1' has the following description:

Returns:
the name of field 'flexLong1'.

getFlexLong2

long getFlexLong2()
Deprecated. 
See SystemMessageAttributesType

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. 
See IRuntimeConfigService

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. 
See SystemMessageAttributesType

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. 
See IRuntimeConfigService

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. 
See SystemMessageAttributesType

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. 
See IRuntimeConfigService

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. 
See SystemMessageAttributesType

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. 
See IRuntimeConfigService

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. 
See SystemMessageAttributesType

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. 
See IRuntimeConfigService

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. 
See IRuntimeConfigService

Returns the list of future approvers for the task

Returns:
the list of future approvers

getIdentificationKey

java.lang.String getIdentificationKey()
Deprecated. 
Replaced by TaskType.getIdentificationKey()

Returns the value of field 'identificationKey'. The field 'identificationKey' has the following description:

Returns:
the value of field 'identificationKey'.

getIsGroup

boolean getIsGroup()
Deprecated. 
Replaced by ITaskAssignee.getIsGroup()

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. 
Replaced by SystemAttributesType.getUpdatedDate()

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. 
Replaced by TaskType.getOwnerUser()

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. 
Replaced by TaskType.getPayload()

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. 
Replaced by TaskType.getPriority()

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. 
Replaced by SystemAttributesType.getState()

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. 
Replaced by SystemAttributesType.getSubstate()

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. 
Replaced by SystemAttributesType.getTaskGroupId()

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. 
Replaced by SystemAttributesType.getTaskId()

Returns the value of field 'taskId'. The field 'taskId' has the following description:

Returns:
the value of field 'taskId'.

getTaskNumber

int getTaskNumber()
Deprecated. 
Replaced by SystemAttributesType.getTaskNumber()

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. 
Replaced by TaskType.getTitle()

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. 
Replaced by SystemAttributesType.getUpdatedBy()

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. 
Replaced by IAssignmentService.getAssigneesToRequestForInformation(oracle.bpel.services.workflow.task.model.Task, java.util.Map)

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. 
Replaced by SystemAttributesType.getVersion()

Returns the value of field 'versionNumber'. The field 'versionNumber' has the following description:

Returns:
the value of field 'versionNumber'.

isAdhocRoutingSupported

boolean isAdhocRoutingSupported()
Deprecated. 
Replaced by ParticipantsType.isIsAdhocRoutingSupported()

Returns a boolean indicating whetheradhoc routing is supported for this task


isIsGroup

boolean isIsGroup()
Deprecated. 
Replaced by SystemAttributesType.isIsGroup()

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. 
Replaced by SystemAttributesType.removeAssigneeUser(int) or removeAssigneeGroup

Method removeAssignee

Parameters:
index -
Throws:
java.lang.Exception

removeAttachment

ITaskAttachment removeAttachment(int index)
                                 throws java.lang.Exception
Deprecated. 
Replaced by TaskType.removeAttachment(oracle.bpel.services.workflow.task.model.AttachmentType)

Method removeAttachment

Parameters:
index -
Throws:
java.lang.Exception

setAcquiredBy

void setAcquiredBy(java.lang.String acquireBy)
Deprecated. 
Replaced by SystemAttributesType.setAcquiredBy(java.lang.String)

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. 
See SystemAttributesType.addAllAssigneeUsers(java.util.List)

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. 
Replaced by SystemAttributesType.setOutcome(java.lang.String)

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: Replaced by SystemAttributesType.setExpirationDate(java.util.Calendar)
Parameters:
expirationDate - the value of field 'expirationDate'.

setExpirationDuration

void setExpirationDuration(Duration expirationDuration)
Deprecated. 
Replaced by SystemAttributesType.setExpirationDuration(oracle.bpel.services.workflow.task.impl.Duration)

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. 
See SystemMessageAttributesType

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. 
See SystemMessageAttributesType

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. 
See SystemMessageAttributesType

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. 
See SystemMessageAttributesType

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. 
See SystemMessageAttributesType

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. 
See SystemMessageAttributesType

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. 
See SystemMessageAttributesType

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. 
See SystemMessageAttributesType

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. 
See SystemMessageAttributesType

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. 
See SystemMessageAttributesType

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. 
See SystemMessageAttributesType

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: Replaced by SystemAttributesType.setIsGroup(boolean)
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. 
Replaced by TaskType.setPayload(oracle.bpel.services.workflow.task.model.AnyType)

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. 
Replaced by TaskType.setPriority(int)

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. 
Replaced by SystemAttributesType.setState(java.lang.String)

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. 
Replaced by SystemAttributesType.setSubstate(java.lang.String)

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. 
Replaced by SystemAttributesType.setUpdatedBy(oracle.bpel.services.workflow.task.model.IdentityType)

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. 
Replaced by CommentType.setComment(java.lang.String)

Appends the specified comment to the existing comments on this task


getComment

java.lang.String getComment()
Deprecated. 
Replaced by CommentType.getComment()

Returns the complete comments for this task


createAttachment

ITaskAttachment createAttachment(java.lang.String name)
                                 throws java.lang.Exception
Deprecated. 
Replaced by TaskType.addAttachment(oracle.bpel.services.workflow.task.model.AttachmentType)

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. 
Replaced by SystemAttributesType.getCustomActions()

gets the custom actions for the task type of the task

Throws:
PCException

getSystemActions

java.util.List getSystemActions()
                                throws PCException
Deprecated. 
Replaced by SystemAttributesType.getCustomActions()

gets the system actions for the task type of the task

Throws:
PCException

getProcessId

java.lang.String getProcessId()
Deprecated. 
Replaced by ProcessType.getProcessId()

getProcessName

java.lang.String getProcessName()
Deprecated. 
Replaced by ProcessType.getProcessName()

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. 
Replaced by ProcessType.getProcessVersion()

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. 
Replaced by ProcessType.getInstanceId()

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. 
Replaced by ProcessType.getDomainId()

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. 
Replaced by SystemAttributesType.getApprovers()

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: Replaced by SystemAttributesType.isHasSubTasks()
Returns:
the value of field 'hasSubTasks'.

setVersionReason

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

getVersionReason

java.lang.String getVersionReason()
Deprecated. 
Replaced by SystemAttributesType.getVersionReason()

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. 
Replaced by SystemAttributesType.getSystemString1()

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. 
Replaced by SystemAttributesType.getSystemString2()

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. 
Replaced by SystemAttributesType.getSystemString3()

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.5.0)
E10660-05


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