|
Oracle BPEL Process Manager Client API Reference 10g Release 2 (10.1.2) B25709-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface allows the user to interact with a task that has been instantiated in a process domain.
Tasks are special instances of activities where the performer of the activity is manual rather than automated. Tasks may be assigned to particular assignees and may have expiration times associated with them.
Field Summary | |
static java.lang.String |
NAMESPACE_URI |
static java.lang.String |
STATUS_ACTIVE |
static java.lang.String |
STATUS_CANCELLED |
static java.lang.String |
STATUS_COMPLETED |
Method Summary | |
java.lang.String |
getAssignee() Returns the current assignee for this task. |
java.lang.Object |
getAttachment() Returns the contents (attachment) of the task. |
java.lang.String |
getConclusion() |
java.util.Calendar |
getCreationDate() |
java.lang.String |
getCreator() Returns the creator identifier for this task. |
java.lang.String |
getCustomKey() Returns the lookup key for this task. |
Duration |
getDuration() Returns the expiration duration specified for this task. |
java.util.Calendar |
getExpirationDate() Returns the expiration date for this task. |
java.lang.String |
getModifier() Returns the performer for this task. |
java.util.Calendar |
getModifyDate() |
int |
getPriority() Returns the current priority of this task. |
java.lang.String |
getStatus() Returns the state for this task. |
java.lang.String |
getTaskId() Returns the unique identifier for this task. |
java.lang.String |
getTemplate() Returns the name of the template for this task. |
java.lang.String |
getTitle() Returns the current title for this task. |
boolean |
isExpired() Returns true if the task is expired otherwise it returns false. |
void |
setAssignee(java.lang.String assignee) Sets the current assignee for this task. |
void |
setAttachment(java.lang.Object payload) Sets the contents (attachment) of the task. |
void |
setConclusion(java.lang.String conclusion) |
void |
setCreationDate(java.util.Calendar creationDate) Sets the creation date for this task. |
void |
setCreator(java.lang.String creator) Sets the creator identifier for this task. |
void |
setCustomKey(java.lang.String customKey) Sets the lookup key for this task. |
void |
setDuration(Duration duration) Sets the expiration duration specified for this task. |
void |
setExpirationDate(java.util.Calendar expirationDate) Sets the expiration date for this task. |
void |
setExpired(boolean expired) Sets the task to be expired. |
void |
setModifier(java.lang.String modifier) |
void |
setModifyDate(java.util.Calendar modifyDate) |
void |
setPriority(int priority) Sets the current priority of this task. |
void |
setTaskId(java.lang.String taskId) Sets the unique identifier for this task. |
void |
setTemplate(java.lang.String template) Sets the name of the template for this task. |
void |
setTitle(java.lang.String title) Sets the current title for this task. |
Field Detail |
public static final java.lang.String NAMESPACE_URI
public static final java.lang.String STATUS_ACTIVE
public static final java.lang.String STATUS_COMPLETED
public static final java.lang.String STATUS_CANCELLED
Method Detail |
public java.lang.String getTaskId()
public void setTaskId(java.lang.String taskId)
public java.lang.String getTitle()
The semantics attached to the title value are the sole domain and responsibility of the developer.
public void setTitle(java.lang.String title)
The semantics attached to the title value are the sole domain and responsibility of the developer.
public java.util.Calendar getCreationDate()
public void setCreationDate(java.util.Calendar creationDate)
public java.lang.String getCreator()
The semantics attached to the value of the creator are the sole domain and responsibility of the developer.
public void setCreator(java.lang.String creator)
The semantics attached to the value of the creator are the sole domain and responsibility of the developer.
public java.util.Calendar getModifyDate()
public void setModifyDate(java.util.Calendar modifyDate)
public java.lang.String getModifier()
public void setModifier(java.lang.String modifier)
public java.lang.String getAssignee()
The semantics attached to the value of the assignee are the sole domain and responsibility of the developer.
public void setAssignee(java.lang.String assignee)
The semantics attached to the value of the assignee are the sole domain and responsibility of the developer.
public java.lang.String getStatus()
active- task is active and has not been completed,
completed- task has been completed,
public java.util.Calendar getExpirationDate()
public void setExpirationDate(java.util.Calendar expirationDate)
public Duration getDuration()
public void setDuration(Duration duration)
public int getPriority()
The semantics attached to the priority value are the sole domain and responsibility of the developer.
public void setPriority(int priority)
The semantics attached to the priority value are the sole domain and responsibility of the developer.
public java.lang.String getTemplate()
Task templates are deployed to each process domain.
public void setTemplate(java.lang.String template)
Task templates are deployed to each process domain.
public java.lang.String getCustomKey()
The semantics attached to the value of the key are the sole domain and responsibility of the developer.
public void setCustomKey(java.lang.String customKey)
The semantics attached to the value of the key are the sole domain and responsibility of the developer.
public java.lang.String getConclusion()
public void setConclusion(java.lang.String conclusion)
public java.lang.Object getAttachment() throws ServerException
ServerException
- if there is a problem in loading the task from the process domain.public void setAttachment(java.lang.Object payload)
public boolean isExpired()
public void setExpired(boolean expired)
expired
- - true if the task needs to be expired otherwise false.
|
Oracle BPEL Process Manager Client API Reference 10g Release 2 (10.1.2) B25709-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |