Interface Prioritizable
- All Known Subinterfaces:
 ConsistencyAnalysis,ContentImporter,ModifiableProfileAssignmentStorage,OdfRefTableData,ODFTreeIndicator,PageInitializer,ProfileAssignmentStorage,QueryAdapterFOSearch,ResourceDependenciesList,ResourceHandlerProvider,RichTextConfiguration,SiteGetter,TagProvider<T>,XmlContentImporter
- All Known Implementing Classes:
 AbstractConsistencyAnalysis,AbstractContentImporter,AbstractJCRTagProvider,AbstractResourceHandlerProvider,AbstractSimpleResourceHandlerProvider,AbstractSiteGetter,AbstractStaticODFTreeIndicator,AbstractTagProvider,AbstractXmlContentImporter,ACLAmetysObjectProfileAssignmentStorage,CategoryJCRProvider,CategoryTagProvider,CMSJCRTagProvider,CompiledCssResourceHandlerProvider,CourseListTypeIndicator,CourseStepHolderIndicator,CssDependenciesList,CssResourceHandlerProvider,CSSSourceMapResourceHandlerProvider,DefaultResourceDependenciesList,DefaultStaticPageInitializer,DefaultXmlContentImporter,ECTSSumAnalysis,GroupTagProvider,GroupTagProvider,HTMLEditorStyleRichTextConfiguration,ImageResourceHandlerProvider,JCRThemeProvider,JCRThemeProvider,JdbcProfileAssignmentStorage,JSResourceHandlerProvider,JSSourceMapResourceHandlerProvider,KeywordJCRProvider,KeywordTagProvider,MinimizedCSSResourceHandlerProvider,MinimizedJSResourceHandlerProvider,ModifiableACLAmetysObjectProfileAssignmentStorage,NotPublishableIndicator,OdfRefTableDataAsFilesList,OdfRefTableDataAsFolder,ODFWebSiteGetter,PdfCoverResourceHandlerProvider,ProgramItemCodeIndicator,ProjectCMSTagProvider,ProjectJCRTagProvider,ProjectsCatalogPageInitializer,SassDependenciesList,SassSourceMapResourceHandlerProvider,SharedCoursePartIndicator,ShareStatusIndicator,SkinTagProvider,SkinThemeProvider,StaticRichTextConfiguration,StaticTagProvider,StepHolderAnalysis,UncompiledSassResourceHandlerProvider,UserDirectoryPageInitializer,UserSignupPageInitializer,VueJsResourceHandlerProvider,WebCssDependenciesList,WebDefaultResourceDependenciesList,WEBJCRTagProvider,WebSassDependenciesList,WebSiteGetter,WorkflowStepIndicator,WorkspacesQueryAdapterFOSearch
public interface Prioritizable
Interface to prioritize components.
- 
Method Summary
 
- 
Method Details
- 
getPriority
int getPriority()Get the priority for the component. On components usingPrioritizableinterface, each implementation define the order. In most cases, less is the number, more prior is the component.- Returns:
 - the priority
 
 
 -