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