|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStreamWorkItem
This interface allows you to set the information of an item being created in an activity on Streamwork
| Method Summary | |
|---|---|
IDestinationAttachments |
getAttachments()
Returns the collection used to add, delete, and modify attachments. |
java.lang.String |
getDescription()
Returns the description of the new item to be posted to StreamWork |
java.lang.String |
getName()
Returns the name of the new item to be posted to StreamWork |
void |
setDescription(java.lang.String desc)
Sets the description of the new item to be posted to StreamWork |
void |
setName(java.lang.String name)
Sets the name of the new item to be posted to StreamWork |
| Method Detail |
|---|
void setName(java.lang.String name)
name - The name of the new item to be posted to StreamWorkjava.lang.String getName()
void setDescription(java.lang.String desc)
desc - The description of the new item to be posted to StreamWorkjava.lang.String getDescription()
IDestinationAttachments getAttachments()
throws SDKException
Returns the collection used to add, delete, and modify attachments.
IDestinationAttachments object containing the collection used to
add, delete, and modify attachments.
SDKException - This is thrown if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||