|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStreamWorkActivity
This interface allows you to set the information of an activity being created on Streamwork
| Nested Class Summary | |
|---|---|
static class |
IStreamWorkActivity.ParticipantType
Type indicating how the participant is specified |
| Method Summary | |
|---|---|
java.lang.String |
getID()
Returns the ID of the existing activity to which an item will be posted. |
java.lang.String |
getName()
Returns the name of the new activity to which an item will be posted. |
java.lang.String |
getObjectives()
Returns new activity objective |
java.util.List |
getParticipants(IStreamWorkActivity.ParticipantType type)
Returns the list of strings representing the participants in a new activity. |
java.lang.String |
getTemplateID()
Returns the ID of the template the new activity will be using |
java.lang.String |
getWorklistID()
Returns the ID of the worklist the new activity belongs to |
void |
setID(java.lang.String id)
Sets the ID of an existing activity to which an item will be posted. |
void |
setName(java.lang.String name)
Sets new activity title. |
void |
setObjectives(java.lang.String objective)
Sets new activity objective |
void |
setTemplateID(java.lang.String templateID)
Sets the ID of the template the new activity will be using |
void |
setWorklistID(java.lang.String worklist)
Sets the ID of the worklist the new activity belongs to |
| Method Detail |
|---|
void setID(java.lang.String id)
SI_ACTIVITY bag being cleared because except the Participants, they apply to new activity only.
id - A String ID of the existing activity to which an item will be postedjava.lang.String getID()
String ID of the existing activity to which an item will be postedvoid setName(java.lang.String name)
name - The new activity titlejava.lang.String getName()
void setObjectives(java.lang.String objective)
objective - The new activity objectivejava.lang.String getObjectives()
void setWorklistID(java.lang.String worklist)
worklist - The ID of the worklist the new activity belongs tojava.lang.String getWorklistID()
void setTemplateID(java.lang.String templateID)
templateID - The ID of the template the new activity will be usingjava.lang.String getTemplateID()
java.util.List getParticipants(IStreamWorkActivity.ParticipantType type)
type - IStreamWorkActivity.ParticipantType indicating how the participant is specified
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||