Interface ContentDashboardItemActionProviderRegistry
public interface ContentDashboardItemActionProviderRegistry
-
Method Summary
Modifier and TypeMethodDescriptiongetContentDashboardItemActionProvider
(String className, ContentDashboardItemAction.Type type) getContentDashboardItemActionProviders
(String className, ContentDashboardItemAction.Type... types)
-
Method Details
-
getContentDashboardItemActionProvider
ContentDashboardItemActionProvider getContentDashboardItemActionProvider(String className, ContentDashboardItemAction.Type type) -
getContentDashboardItemActionProviders
List<ContentDashboardItemActionProvider> getContentDashboardItemActionProviders(String className, ContentDashboardItemAction.Type... types)
-