Interface IWorkflowInstanceDiscussionMessage
- All Superinterfaces:
- IDiscussionMessage
A message in a discussion thread linked to an IWorkflowInstance
- 
Method SummaryModifier and TypeMethodDescriptionCollection<? extends ITaskInstance> Returns the ItaskInstances active when the message was createdMethods inherited from interface com.axemble.vdoc.sdk.interfaces.discussion.IDiscussionMessagegetAttachments, getContent, getCreationDate, getCreator, getRecipients, getVisibility, getVisibilityOrganization
- 
Method Details- 
getTaskInstancesCollection<? extends ITaskInstance> getTaskInstances()Returns the ItaskInstances active when the message was created- Returns:
- the ITaskInstances collection
 
 
-