com.crystaldecisions.sdk.plugin.destination.streamwork
Interface IStreamWorkItem


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

setName

void setName(java.lang.String name)
Sets the name of the new item to be posted to StreamWork

Parameters:
name - The name of the new item to be posted to StreamWork

getName

java.lang.String getName()
Returns the name of the new item to be posted to StreamWork

Returns:
The name of the new item to be posted to StreamWork

setDescription

void setDescription(java.lang.String desc)
Sets the description of the new item to be posted to StreamWork

Parameters:
desc - The description of the new item to be posted to StreamWork

getDescription

java.lang.String getDescription()
Returns the description of the new item to be posted to StreamWork

Returns:
The description of the new item to be posted to StreamWork

getAttachments

IDestinationAttachments getAttachments()
                                       throws SDKException

Returns the collection used to add, delete, and modify attachments.

Returns:
An IDestinationAttachments object containing the collection used to add, delete, and modify attachments.
Throws:
SDKException - This is thrown if the process is unsuccessful.