Serialized Form
-
Package net.n2oapp.framework.config
-
Exception net.n2oapp.framework.config.ElementWrongLocation
class ElementWrongLocation extends IncorrectXmlException implements Serializable -
Exception net.n2oapp.framework.config.IncorrectXmlException
class IncorrectXmlException extends EngineNotFoundException implements Serializable -
Exception net.n2oapp.framework.config.SchemaNotRegisteredException
class SchemaNotRegisteredException extends IncorrectXmlException implements Serializable
-
-
Package net.n2oapp.framework.config.compile.pipeline
-
Package net.n2oapp.framework.config.metadata.compile
-
Exception net.n2oapp.framework.config.metadata.compile.CompileException
class CompileException extends N2oException implements Serializable -
Class net.n2oapp.framework.config.metadata.compile.PageRoutesScope
-
Class net.n2oapp.framework.config.metadata.compile.ValidationScope
class ValidationScope extends Object implements Serializable-
Serialized Fields
-
validations
Map<ReduxModel,
Map<String, List<Validation>>> validations
-
-
-
-
Package net.n2oapp.framework.config.metadata.compile.application.sidebar
-
Package net.n2oapp.framework.config.metadata.compile.context
-
Class net.n2oapp.framework.config.metadata.compile.context.ActionContext
class ActionContext extends ObjectContext implements Serializable-
Serialized Fields
-
clearDatasource
String clearDatasource
-
loading
LoadingSaga loading
-
messageOnFail
boolean messageOnFail
-
messageOnSuccess
boolean messageOnSuccess
-
messagePlacement
MessagePlacement messagePlacement
-
messagePosition
MessagePosition messagePosition
-
messagesForm
String messagesForm
Форма, в которой находятся валидации -
operationId
String operationId
-
operationMapping
Map<String,
String> operationMapping Маппинг path, query, header, form параметров url к in параметрам операции -
parentClientWidgetId
String parentClientWidgetId
-
parentPageId
String parentPageId
-
parentSourceDatasourceId
String parentSourceDatasourceId
-
polling
PollingSaga polling
-
pollingEndCondition
String pollingEndCondition
-
redirect
RedirectSaga redirect
-
refresh
RefreshSaga refresh
-
useFailOut
boolean useFailOut
-
validations
List<Validation> validations
-
-
-
Class net.n2oapp.framework.config.metadata.compile.context.ApplicationContext
class ApplicationContext extends BaseCompileContext<Application,N2oApplication> implements Serializable -
Class net.n2oapp.framework.config.metadata.compile.context.BaseCompileContext
class BaseCompileContext extends Object implements Serializable-
Serialized Fields
-
compiledClass
Class<D extends Compiled> compiledClass
Класс собранной метаданной -
parentModelLinks
List<ModelLink> parentModelLinks
Список ссылок на модели данных родителей -
pathRouteMapping
Map<String,
ModelLink> pathRouteMapping Связь path параметров в маршруте с моделями данных -
queryRouteMapping
Map<String,
ModelLink> queryRouteMapping Связь query параметров в маршруте с моделями данных -
route
String route
Маршрут, по которому можно получить метаданную -
sourceClass
Class<S> sourceClass
Класс исходной метаданной -
sourceId
String sourceId
Идентификатор исходной метаданной
-
-
-
Class net.n2oapp.framework.config.metadata.compile.context.ModalPageContext
class ModalPageContext extends PageContext implements Serializable -
Class net.n2oapp.framework.config.metadata.compile.context.ObjectContext
-
Class net.n2oapp.framework.config.metadata.compile.context.PageContext
-
Serialized Fields
-
actions
Map<String,
ActionBar> actions Список действий на странице -
breadcrumbFromParent
Boolean breadcrumbFromParent
Задан ли бредкрамб на родительской странице -
breadcrumbs
List<Breadcrumb> breadcrumbs
-
clientPageId
String clientPageId
Клиентский идентификатор страницы -
datasources
List<N2oAbstractDatasource> datasources
Список источников данных открываемой страницы -
pageName
String pageName
Наименование страницы -
parentClientPageId
String parentClientPageId
Клиентский идентификатор родительской страницы, в которой находилось действие -
parentClientWidgetId
String parentClientWidgetId
Deprecated.Родительский виджет (клиентский), в котором находилось действие -
parentDatasourceIdsMap
Map<String,
String> parentDatasourceIdsMap Соответствия идентификаторов источников данных родительской страницы с клиентскими идентификаторами -
parentLocalDatasourceId
String parentLocalDatasourceId
Родительский локальный источник данных, в котором находилось действие -
parentRoute
String parentRoute
Маршрут родителя -
parentRoutes
List<String> parentRoutes
Список всех родительских маршрутов -
parentTabIds
Set<String> parentTabIds
Список идентификаторов таб регионов -
parentWidgetIdDatasourceMap
Map<String,
String> parentWidgetIdDatasourceMap Соответствия идентификаторов виджета с источником данных в родительском виджете -
refreshClientDataSourceIds
List<String> refreshClientDataSourceIds
Идентификаторы источников данных, которые необходимо обновить после успешной отправки формы -
refreshOnClose
Boolean refreshOnClose
Обновить данные родительского виджета после закрытия страницы -
subRoutes
List<String> subRoutes
Список маршрутов подстраниц в Ant стиле -
toolbars
List<N2oToolbar> toolbars
Список тулбаров открываемой страницы -
unsavedDataPromptOnClose
Boolean unsavedDataPromptOnClose
Предупредить о несохраненных данных на форме при закрытии?
-
-
-
Class net.n2oapp.framework.config.metadata.compile.context.QueryContext
-
Serialized Fields
-
copiedFields
Set<String> copiedFields
-
filters
List<Filter> filters
-
messagesForm
String messagesForm
-
mode
DefaultValuesMode mode
-
querySize
Integer querySize
-
sortingMap
Map<String,
String> sortingMap -
subModelQueries
List<SubModelQuery> subModelQueries
-
urlPattern
String urlPattern
-
validations
List<Validation> validations
-
-
-
Class net.n2oapp.framework.config.metadata.compile.context.SubPageContext
class SubPageContext extends PageContext implements Serializable -
Class net.n2oapp.framework.config.metadata.compile.context.WidgetContext
-
-
Package net.n2oapp.framework.config.metadata.compile.datasource
-
Class net.n2oapp.framework.config.metadata.compile.datasource.ClientDatasourceIdsScope
-
Class net.n2oapp.framework.config.metadata.compile.datasource.DataSourcesScope
-
Class net.n2oapp.framework.config.metadata.compile.datasource.ValidatorDataSourcesScope
class ValidatorDataSourcesScope extends DataSourcesScope implements Serializable
-
-
Package net.n2oapp.framework.config.metadata.compile.fieldset
-
Package net.n2oapp.framework.config.metadata.compile.widget
-
Package net.n2oapp.framework.config.metadata.validation.standard
-
Package net.n2oapp.framework.config.metadata.validation.standard.widget
-
Package net.n2oapp.framework.config.persister
-
Exception net.n2oapp.framework.config.persister.MetadataPersisterException
class MetadataPersisterException extends N2oException implements Serializable
-
-
Package net.n2oapp.framework.config.reader
-
Exception net.n2oapp.framework.config.reader.MetadataNotFoundException
class MetadataNotFoundException extends N2oException implements Serializable -
Exception net.n2oapp.framework.config.reader.MetadataReaderException
class MetadataReaderException extends N2oException implements Serializable -
Exception net.n2oapp.framework.config.reader.MetaTypeNotFoundException
class MetaTypeNotFoundException extends N2oException implements Serializable -
Exception net.n2oapp.framework.config.reader.N2oMetadataReaderException
class N2oMetadataReaderException extends N2oException implements Serializable
-
-
Package net.n2oapp.framework.config.register
-
Class net.n2oapp.framework.config.register.ClasspathInfo
class ClasspathInfo extends XmlInfo implements Serializable -
Class net.n2oapp.framework.config.register.ConfigId
class ConfigId extends Object implements Serializable-
Serialized Fields
-
baseSourceMetadataClass
Class<? extends SourceMetadata> baseSourceMetadataClass
Deprecated. -
id
String id
Deprecated. -
type
String type
Deprecated.
-
-
-
Exception net.n2oapp.framework.config.register.ConfigNotRegisteredException
class ConfigNotRegisteredException extends RuntimeException implements Serializable -
Class net.n2oapp.framework.config.register.FileInfo
class FileInfo extends SourceInfo implements Serializable -
Class net.n2oapp.framework.config.register.InfoConstructor
class InfoConstructor extends XmlInfo implements Serializable -
Class net.n2oapp.framework.config.register.JavaInfo
class JavaInfo extends SourceInfo implements Serializable -
Class net.n2oapp.framework.config.register.XmlInfo
class XmlInfo extends FileInfo implements Serializable
-
-
Package net.n2oapp.framework.config.register.event
-
Class net.n2oapp.framework.config.register.event.ConfigDuplicateResolveEvent
class ConfigDuplicateResolveEvent extends N2oEvent implements Serializable-
Serialized Fields
-
info
XmlInfo info
-
-
-
Class net.n2oapp.framework.config.register.event.ConfigPersistEvent
class ConfigPersistEvent extends N2oEvent implements Serializable-
Serialized Fields
-
info
XmlInfo info
-
isCreate
boolean isCreate
-
-
-
Class net.n2oapp.framework.config.register.event.MetadataRemovedEvent
class MetadataRemovedEvent extends N2oEvent implements Serializable-
Serialized Fields
-
info
XmlInfo info
-
-
-
-
Package net.n2oapp.framework.config.register.route
-
Exception net.n2oapp.framework.config.register.route.IncorrectRouteException
class IncorrectRouteException extends RuntimeException implements Serializable -
Exception net.n2oapp.framework.config.register.route.RouteAlreadyExistsException
class RouteAlreadyExistsException extends RuntimeException implements Serializable -
Exception net.n2oapp.framework.config.register.route.RouteNotFoundException
class RouteNotFoundException extends N2oException implements Serializable
-
-
Package net.n2oapp.framework.config.selective
-
Class net.n2oapp.framework.config.selective.CompileInfo
class CompileInfo extends SourceInfo implements Serializable-
Serialized Fields
-
compiledMetadataClass
Class<? extends Compiled> compiledMetadataClass
-
metadataReader
NamespaceReader<? extends N2oMetadata> metadataReader
-
origin
Origin origin
-
path
String path
-
sourceMetadataClass
Class<? extends SourceMetadata> sourceMetadataClass
-
-
-