Harmon.ie SDK
Loading...
Searching...
No Matches
Harmonie.SDK.Social.Internal.IActivityType Interface Reference

Public Member Functions

String getType ()
 
String getDisplayName ()
 The display name to show in UI (filters)
 
String getIconName ()
 Problem: SWT requires ImageDescriptor or Image. We don't want C# providers to supply that. Current Solution: Register other providers images with SocialImages registry.
 
String getGroup ()
 Determine the group (e.g dropdown filter menu) SharePoint updates or Document updates For a new dropdown - return a unique value.
 
String getSubGroup ()
 Optional - Filters can group several activity types in one menu entry (e.g Profile Updates)
 

Member Function Documentation

◆ getDisplayName()

String Harmonie.SDK.Social.Internal.IActivityType.getDisplayName ( )

The display name to show in UI (filters)

Returns

◆ getGroup()

String Harmonie.SDK.Social.Internal.IActivityType.getGroup ( )

Determine the group (e.g dropdown filter menu) SharePoint updates or Document updates For a new dropdown - return a unique value.

Returns
SharePoint, Document or 'New Group Name'

◆ getIconName()

String Harmonie.SDK.Social.Internal.IActivityType.getIconName ( )

Problem: SWT requires ImageDescriptor or Image. We don't want C# providers to supply that. Current Solution: Register other providers images with SocialImages registry.

Returns

◆ getSubGroup()

String Harmonie.SDK.Social.Internal.IActivityType.getSubGroup ( )

Optional - Filters can group several activity types in one menu entry (e.g Profile Updates)

Returns
group name or null for no group

◆ getType()

String Harmonie.SDK.Social.Internal.IActivityType.getType ( )
Returns
Activity type (from activity feed)

The documentation for this interface was generated from the following file: