Uses of Interface
net.n2oapp.framework.api.metadata.SourceMetadata
-
-
Uses of SourceMetadata in net.n2oapp.framework.api.event
Methods in net.n2oapp.framework.api.event that return types with arguments of type SourceMetadata Modifier and Type Method Description Class<? extends SourceMetadata>MetadataChangedEvent. getBaseSourceClass()Method parameters in net.n2oapp.framework.api.event with type arguments of type SourceMetadata Modifier and Type Method Description abstract voidMetadataChangeListener. handleMetadataChange(String id, Class<? extends SourceMetadata> sourceClass)Constructor parameters in net.n2oapp.framework.api.event with type arguments of type SourceMetadata Constructor Description MetadataChangedEvent(Object source, String sourceId, Class<? extends SourceMetadata> baseSourceClass)Конструктор события изменения одной метаданнойMetadataChangeListener(String metadataId, Class<? extends SourceMetadata> sourceClass)Конструктор слушателя изменений конкретной метаданной -
Uses of SourceMetadata in net.n2oapp.framework.api.metadata
Methods in net.n2oapp.framework.api.metadata that return types with arguments of type SourceMetadata Modifier and Type Method Description default Class<? extends SourceMetadata>SourceMetadata. getSourceBaseClass() -
Uses of SourceMetadata in net.n2oapp.framework.api.metadata.application
Classes in net.n2oapp.framework.api.metadata.application that implement SourceMetadata Modifier and Type Class Description classN2oApplicationИсходная модель приложенияclassN2oSidebarБоковая панель приложенияMethods in net.n2oapp.framework.api.metadata.application that return types with arguments of type SourceMetadata Modifier and Type Method Description Class<? extends SourceMetadata>N2oApplication. getSourceBaseClass()Class<? extends SourceMetadata>N2oSidebar. getSourceBaseClass() -
Uses of SourceMetadata in net.n2oapp.framework.api.metadata.compile
Methods in net.n2oapp.framework.api.metadata.compile with type parameters of type SourceMetadata Modifier and Type Method Description <T extends SourceMetadata>
voidSourceProcessor. checkForExists(String id, Class<T> metadataClass, String errorMessage)Проверить метаданную на существование<T extends SourceMetadata>
TSourceProcessor. getOrThrow(String id, Class<T> metadataClass)Получить исходную метаданную по идентификатору или бросить исключение, если метаданная невалидна<S extends SourceMetadata>
SBindProcessor. getSource(String id, Class<S> sourceClass)Получить исходный объект по идентификатору<S extends SourceMetadata>
SCompileProcessor. getSource(String id, Class<S> sourceClass)Получить исходный объект по идентификатору<S extends SourceMetadata>
SCompileProcessor. getSource(String id, Class<S> sourceClass, CompileProcessor processor)Получить исходный объект по идентификатору<S extends SourceMetadata>
SSourceProcessor. getSource(String id, Class<S> sourceClass)Получить исходный объект по идентификатору -
Uses of SourceMetadata in net.n2oapp.framework.api.metadata.global
Classes in net.n2oapp.framework.api.metadata.global that implement SourceMetadata Modifier and Type Class Description classN2oMetadataБазовый класс исходных метаданных считанных из файла -
Uses of SourceMetadata in net.n2oapp.framework.api.metadata.global.dao.object
Classes in net.n2oapp.framework.api.metadata.global.dao.object that implement SourceMetadata Modifier and Type Class Description classN2oObjectИсходная модель объекта, описывающий object.xml файл -
Uses of SourceMetadata in net.n2oapp.framework.api.metadata.global.dao.query
Classes in net.n2oapp.framework.api.metadata.global.dao.query that implement SourceMetadata Modifier and Type Class Description classN2oQuerySource модель запроса за данными -
Uses of SourceMetadata in net.n2oapp.framework.api.metadata.global.view.fieldset
Classes in net.n2oapp.framework.api.metadata.global.view.fieldset that implement SourceMetadata Modifier and Type Class Description classN2oFieldSetАбстрактная исходная модель филдсетаclassN2oLineFieldSetИсходная модель филдсета с горизонтальной линией.classN2oMultiFieldSetИсходная модель филдсета с динамическим числом полейclassN2oSetFieldSetИсходная модель простого филдсета. -
Uses of SourceMetadata in net.n2oapp.framework.api.metadata.global.view.page
Classes in net.n2oapp.framework.api.metadata.global.view.page that implement SourceMetadata Modifier and Type Class Description classN2oBasePageИсходная модель страницыclassN2oLeftRightPageМодель страницы с правыми и левыми регионами (left-right-page)classN2oPageАбстрактная страницаclassN2oSearchablePageИсходная модель страницы с поисковой строкойclassN2oSimplePageМодель страницы с единственным виджетомclassN2oStandardPageИсходная модель стандартной страницыclassN2oTopLeftRightPageИсходная модель страницы с тремя регионами -
Uses of SourceMetadata in net.n2oapp.framework.api.metadata.global.view.region
Classes in net.n2oapp.framework.api.metadata.global.view.region that implement SourceMetadata Modifier and Type Class Description classN2oCustomRegionИсходная модель кастомного регионаclassN2oLineRegionМодель региона с горизонтальным делителемclassN2oPanelRegionМодель региона в виде панелейclassN2oRegionМодель региона 2.0classN2oScrollspyRegionИсходная модель региона с отслеживанием прокруткиclassN2oTabsRegionМодель региона в виде вкладок -
Uses of SourceMetadata in net.n2oapp.framework.api.metadata.global.view.widget
Classes in net.n2oapp.framework.api.metadata.global.view.widget that implement SourceMetadata Modifier and Type Class Description classN2oAbstractListWidgetАбстрактная модель спискового виджетаclassN2oCalendarИсходная модель виджета календарьclassN2oCardsИсходная модель виджета карточкиclassN2oChartИсходная модель виджета-диаграммыclassN2oCustomWidgetКастомизированный виджетclassN2oFormИсходная модель виджета ФормаclassN2oHtmlWidgetclassN2oTilesИсходная модель виджета ПлиткиclassN2oTreeИсходная модель виджета деревоclassN2oWidgetИсходная модель виджета -
Uses of SourceMetadata in net.n2oapp.framework.api.metadata.global.view.widget.list
Classes in net.n2oapp.framework.api.metadata.global.view.widget.list that implement SourceMetadata Modifier and Type Class Description classN2oListWidget -
Uses of SourceMetadata in net.n2oapp.framework.api.metadata.global.view.widget.table
Classes in net.n2oapp.framework.api.metadata.global.view.widget.table that implement SourceMetadata Modifier and Type Class Description classN2oAbstractTableclassN2oTable -
Uses of SourceMetadata in net.n2oapp.framework.api.metadata.menu
Classes in net.n2oapp.framework.api.metadata.menu that implement SourceMetadata Modifier and Type Class Description classN2oMenuМеню навигацииclassN2oSimpleMenuПростое меню навигации -
Uses of SourceMetadata in net.n2oapp.framework.api.metadata.pipeline
Methods in net.n2oapp.framework.api.metadata.pipeline with type parameters of type SourceMetadata Modifier and Type Method Description <S extends SourceMetadata>
InputStreamDeserializePersistTerminalPipeline. get(InputStream json, Class<S> sourceClass)<S extends SourceMetadata>
SDeserializeTerminalPipeline. get(InputStream json, Class<S> sourceClass)<S extends SourceMetadata>
InputStreamPersistTerminalPipeline. get(S input)<S extends SourceMetadata>
InputStreamReadPersistTerminalPipeline. get(String id, Class<S> sourceClass)<S extends SourceMetadata>
InputStreamReadSerializeTerminalPipeline. get(String id, Class<S> sourceClass)<S extends SourceMetadata>
SReadTerminalPipeline. get(String id, Class<S> sourceClass)<S extends SourceMetadata>
SReadTerminalPipeline. get(String id, Class<S> sourceClass, SourceProcessor p)<S extends SourceMetadata>
voidDeserializePersistTerminalPipeline. set(InputStream json, Class<S> sourceClass, OutputStream output)<S extends SourceMetadata>
voidPersistTerminalPipeline. set(S input, OutputStream output)<S extends SourceMetadata>
voidPersistTerminalPipeline. set(S input, String directory)<S extends SourceMetadata>
voidReadPersistTerminalPipeline. set(String id, Class<S> sourceClass, OutputStream output)<S extends SourceMetadata>
voidReadPersistTerminalPipeline. set(String id, MetaType metaType, String directory)<S extends SourceMetadata>
voidReadSerializeTerminalPipeline. set(String id, Class<S> sourceClass, OutputStream output) -
Uses of SourceMetadata in net.n2oapp.framework.api.reader
Methods in net.n2oapp.framework.api.reader with type parameters of type SourceMetadata Modifier and Type Method Description <S extends SourceMetadata>
SSourceLoader. load(I info, String params)Считать метаданную по мета информации<S extends SourceMetadata,I extends SourceInfo>
SSourceLoaderFactory. read(I info, String params) -
Uses of SourceMetadata in net.n2oapp.framework.api.register
Fields in net.n2oapp.framework.api.register with type parameters of type SourceMetadata Modifier and Type Field Description protected Class<? extends SourceMetadata>SourceInfo. baseSourceClassMethods in net.n2oapp.framework.api.register with type parameters of type SourceMetadata Modifier and Type Method Description <T extends SourceMetadata>
List<T>DynamicMetadataProvider. read(String context)Получение метаданых по контекстуdefault <T extends SourceMetadata>
TDynamicMetadataProvider. read(String context, Class<T> metadataClass)Methods in net.n2oapp.framework.api.register that return types with arguments of type SourceMetadata Modifier and Type Method Description Class<? extends SourceMetadata>MetaType. getBaseSourceClass()Class<? extends SourceMetadata>SourceInfo. getBaseSourceClass()default Collection<Class<? extends SourceMetadata>>DynamicMetadataProvider. getMetadataClasses()Method parameters in net.n2oapp.framework.api.register with type arguments of type SourceMetadata Modifier and Type Method Description booleanMetadataRegister. contains(String id, Class<? extends SourceMetadata> sourceClass)Содержит ли реестр информацию о метаданнойList<SourceInfo>MetadataRegister. find(Class<? extends SourceMetadata> sourceClass)Найти информацию о метаданных определенного классаSourceInfoMetadataRegister. get(String id, Class<? extends SourceMetadata> sourceClass)Получить мета информацию о метаданнойMetaTypeSourceTypeRegister. get(Class<? extends SourceMetadata> sourceClass)voidMetadataRegister. remove(String id, Class<? extends SourceMetadata> sourceClass)Удалить информацию из реестраConstructor parameters in net.n2oapp.framework.api.register with type arguments of type SourceMetadata Constructor Description MetaType(String sourceType, Class<? extends SourceMetadata> baseSourceClass)SourceInfo(String id, Class<? extends SourceMetadata> baseSourceClass)
-