Interface ImplementationInfoProvider
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
IdMImplementationInfoProvider
,IdRepoImplementationInfoProvider
public interface ImplementationInfoProvider extends Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ImplementationInfoProvider.ViewMode
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>
getClass(String implementationType, String name)
List<String>
getClasses(ImplementationTO implementation, ImplementationInfoProvider.ViewMode viewMode)
String
getGroovyTemplateClassName(String implementationType)
IModel<List<String>>
getMacroActions()
IModel<List<String>>
getPullActions()
IModel<List<String>>
getPushActions()
IModel<List<String>>
getReconFilterBuilders()
IModel<List<String>>
getReportJobDelegates()
IModel<List<String>>
getTaskJobDelegates()
ImplementationInfoProvider.ViewMode
getViewMode(ImplementationTO implementation)
-
-
-
Method Detail
-
getViewMode
ImplementationInfoProvider.ViewMode getViewMode(ImplementationTO implementation)
-
getClasses
List<String> getClasses(ImplementationTO implementation, ImplementationInfoProvider.ViewMode viewMode)
-
-