Interface INewDiscussionMessageNotificationData
- All Superinterfaces:
INotificationData,Serializable
Discussion message notification data interface
-
Method Summary
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.notification.INotificationData
getReadableRepresentation
-
Method Details
-
getWorkflowInstanceProtocolUri
String getWorkflowInstanceProtocolUri() -
getWorkflowInstanceReference
String getWorkflowInstanceReference() -
getWorkflowInstanceTitle
String getWorkflowInstanceTitle() -
getWorkflowVersion
String getWorkflowVersion() -
getMessageContent
String getMessageContent() -
getMessageCreator
IUser getMessageCreator() -
getMessageCreationDate
Date getMessageCreationDate() -
getMessageAttachmentsNames
-
getWorkflowProtocolUri
String getWorkflowProtocolUri() -
getWorkflowContainerProtocolUri
String getWorkflowContainerProtocolUri() -
getCatalogProtocolUri
String getCatalogProtocolUri() -
getProjectProtocolUri
String getProjectProtocolUri() -
getReference
String getReference() -
getTitle
String getTitle()
-