Uses of Class
net.n2oapp.framework.api.register.SourceInfo
-
Packages that use SourceInfo Package Description net.n2oapp.framework.api.metadata.reader net.n2oapp.framework.api.reader net.n2oapp.framework.api.register net.n2oapp.framework.api.register.scan -
-
Uses of SourceInfo in net.n2oapp.framework.api.metadata.reader
Methods in net.n2oapp.framework.api.metadata.reader that return SourceInfo Modifier and Type Method Description static SourceInfoCurrentElementHolder. getSourceInfo()Methods in net.n2oapp.framework.api.metadata.reader with parameters of type SourceInfo Modifier and Type Method Description static voidCurrentElementHolder. setSourceInfo(SourceInfo sourceInfo) -
Uses of SourceInfo in net.n2oapp.framework.api.reader
Classes in net.n2oapp.framework.api.reader with type parameters of type SourceInfo Modifier and Type Interface Description interfaceSourceLoader<I extends SourceInfo>Загрузчик метаданных из внешних источниковMethods in net.n2oapp.framework.api.reader with type parameters of type SourceInfo Modifier and Type Method Description <S extends SourceMetadata,I extends SourceInfo>
SSourceLoaderFactory. read(I info, String params) -
Uses of SourceInfo in net.n2oapp.framework.api.register
Methods in net.n2oapp.framework.api.register with type parameters of type SourceInfo Modifier and Type Method Description <I extends SourceInfo>
voidMetadataRegister. add(I info)Зарегистрировать метаданную<I extends SourceInfo>
voidMetadataRegister. addAll(Collection<I> infoList)Зарегистрировать список метаданных<I extends SourceInfo>
List<I>MetadataRegister. find(Predicate<I> criteria, Class<I> infoClass)Найти информацию о метаданных определнного типа<I extends SourceInfo>
voidMetadataRegister. update(I info)Обновить информацию о метаданнойMethods in net.n2oapp.framework.api.register that return SourceInfo Modifier and Type Method Description SourceInfoMetadataRegister. get(String id, Class<? extends SourceMetadata> sourceClass)Получить мета информацию о метаданнойMethods in net.n2oapp.framework.api.register that return types with arguments of type SourceInfo Modifier and Type Method Description List<SourceInfo>MetadataRegister. find(Class<? extends SourceMetadata> sourceClass)Найти информацию о метаданных определенного классаList<SourceInfo>MetadataRegister. find(Predicate<SourceInfo> criteria)Найти информацию о метаданныхMethod parameters in net.n2oapp.framework.api.register with type arguments of type SourceInfo Modifier and Type Method Description List<SourceInfo>MetadataRegister. find(Predicate<SourceInfo> criteria)Найти информацию о метаданных -
Uses of SourceInfo in net.n2oapp.framework.api.register.scan
Classes in net.n2oapp.framework.api.register.scan with type parameters of type SourceInfo Modifier and Type Interface Description interfaceMetadataScanner<I extends SourceInfo>Methods in net.n2oapp.framework.api.register.scan that return types with arguments of type SourceInfo Modifier and Type Method Description List<? extends SourceInfo>MetadataScannerFactory. scan()Сканировать метаданные
-