Package com.atlassian.gadgets
Interface DashboardItemModuleId
- All Known Implementing Classes:
LocalDashboardItemModuleId,OpenSocialDashboardItemModuleId
public interface DashboardItemModuleId
This is the identifier for modules, which can be added to dashboard. Modules, which are based on open social are identified
by specUri, modules which are described in atlassian-plugin.xml are identified by the full module key.
-
Method Summary
Modifier and TypeMethodDescription<T> Taccept(DashboardItemModuleIdVisitor<T> visitor) getId()getType()
-
Method Details
-
getId
String getId()- Returns:
- an id which can be used to identify this module.
-
getType
DashboardItemType getType() -
accept
-