|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.workflow.model.AssignmentGroup
This class provides general information about a group of assignments.
Field Summary | |
---|---|
static int |
LOCKED
Constant identifying the locked state. |
static int |
PARTIAL_LOCKED
Constant identifying the partial locked state. |
static int |
UNLOCKED
Constant identifying the unlocked state. |
Constructor Summary | |
---|---|
AssignmentGroup()
|
Method Summary | |
---|---|
java.lang.String |
getActivityDesignId()
Returns the ID of the activity associated with this assignment as defined at design time. |
java.lang.String |
getActivityName()
Returns the name of the activity associated with this assignment as defined at design time. |
java.lang.String |
getActivitySubType()
Returns the sub-type of the activity associated with this assignment. |
int |
getCount()
Returns the number of assignments in this grouping. |
java.lang.String |
getDescription()
Returns a description of the object. |
java.util.Date |
getDueDate()
Returns the date/time the earliest assignment in the group is due (must be completed before escalation). |
long |
getId()
Returns the identifier of the assignment. |
DistinguishedName |
getLockOwner()
Returns the participant that has currently locked the assignment (if any). |
int |
getLockState()
Returns whether the assignment group is locked or unlocked or partially locked. |
ActivityParticipant |
getParticipant()
Deprecated. |
java.lang.String |
getProcessDesignId()
Returns the ID of the process associated with this assignment as defined at design time. |
long |
getProcessId()
Returns the identifier of the process associated with the assignment. |
java.lang.String |
getRequestee()
Returns the name of the process requestee associated with this assignment group. |
java.lang.String |
getSubject()
Returns the subject of the process associated with this assignment group. |
void |
setActivityDesignId(java.lang.String id)
Changes the design time ID of the activity associated with this assignment. |
void |
setActivityName(java.lang.String activityName)
Changes the design time name of the activity associated with this assignment. |
void |
setActivitySubType(java.lang.String activitySubType)
Changes the sub-type of the activity associated with this assignment. |
void |
setCount(int count)
Changes the number of assignments in this grouping. |
void |
setDescription(java.lang.String description)
Changes the object's description. |
void |
setDueDate(java.util.Date dueDate)
Changes the date/time the earliest assignment is due (must be completed before escalation). |
void |
setId(long id)
Changes the identifier of the assignment. |
void |
setLockOwner(DistinguishedName lockOwner)
Changes the participant that has currently locked the assignment. |
void |
setLockState(int lockState)
Changes the assignment to either locked or unlocked or partially locked. |
void |
setParticipant(ActivityParticipant participant)
Deprecated. |
void |
setProcessDesignId(java.lang.String id)
Changes the design time ID of the process associated with this assignment. |
void |
setProcessId(long processId)
Changes the identifier of the process associated with the assignment. |
void |
setRequestee(java.lang.String requestee)
Changes the name of the process requestee associated with this assignment group. |
void |
setSubject(java.lang.String subject)
Changes the subject of the process associated with this assignment group. |
java.lang.String |
toString()
Forms a string representation of the AssignmentGroup |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int LOCKED
public static final int UNLOCKED
public static final int PARTIAL_LOCKED
Constructor Detail |
public AssignmentGroup()
Method Detail |
public long getId()
public void setId(long id)
public long getProcessId()
public void setProcessId(long processId)
public java.lang.String getActivityName()
public void setActivityName(java.lang.String activityName)
public java.lang.String getProcessDesignId()
public void setProcessDesignId(java.lang.String id)
id
- String ID of the process.public java.lang.String getActivityDesignId()
public void setActivityDesignId(java.lang.String id)
id
- String ID of the activity.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- String description of the object.public java.util.Date getDueDate()
public void setDueDate(java.util.Date dueDate)
public java.lang.String getRequestee()
public void setRequestee(java.lang.String requestee)
public java.lang.String getActivitySubType()
public void setActivitySubType(java.lang.String activitySubType)
public java.lang.String getSubject()
public void setSubject(java.lang.String subject)
subject
- Subject of the process associated with this assignment
group.public int getLockState()
LOCKED
if locked, UNLOCKED
if not locked,
PARTIAL_LOCKED
if partially locked.public void setLockState(int lockState)
public DistinguishedName getLockOwner()
public void setLockOwner(DistinguishedName lockOwner)
public int getCount()
public void setCount(int count)
count
- Number of assignments in this grouping.public ActivityParticipant getParticipant()
public void setParticipant(ActivityParticipant participant)
participant
- public java.lang.String toString()
String
- string representing this AssignmentGroup
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |