Uses of Class
net.n2oapp.framework.api.N2oNamespace
-
-
Uses of N2oNamespace in net.n2oapp.framework.api.metadata.aware
Methods in net.n2oapp.framework.api.metadata.aware that return types with arguments of type N2oNamespace Modifier and Type Method Description Map<N2oNamespace,Map<String,String>>ExtensionAttributesAware. getExtAttributes()Method parameters in net.n2oapp.framework.api.metadata.aware with type arguments of type N2oNamespace Modifier and Type Method Description voidExtensionAttributesAware. setExtAttributes(Map<N2oNamespace,Map<String,String>> extAttributes) -
Uses of N2oNamespace in net.n2oapp.framework.api.metadata.global.view.page
Fields in net.n2oapp.framework.api.metadata.global.view.page with type parameters of type N2oNamespace Modifier and Type Field Description protected Map<N2oNamespace,Map<String,String>>N2oPage. extAttributesMethods in net.n2oapp.framework.api.metadata.global.view.page that return types with arguments of type N2oNamespace Modifier and Type Method Description Map<N2oNamespace,Map<String,String>>N2oStandardPage. getLayoutExtAttributes()Method parameters in net.n2oapp.framework.api.metadata.global.view.page with type arguments of type N2oNamespace Modifier and Type Method Description voidN2oStandardPage. setLayoutExtAttributes(Map<N2oNamespace,Map<String,String>> layoutExtAttributes) -
Uses of N2oNamespace in net.n2oapp.framework.api.metadata.io
Method parameters in net.n2oapp.framework.api.metadata.io with type arguments of type N2oNamespace Modifier and Type Method Description voidIOProcessor. anyAttributes(org.jdom.Element element, Supplier<Map<N2oNamespace,Map<String,String>>> getter, Consumer<Map<N2oNamespace,Map<String,String>>> setter)Считывание / запись любых атрибутов с внешней схемойvoidIOProcessor. anyAttributes(org.jdom.Element element, Supplier<Map<N2oNamespace,Map<String,String>>> getter, Consumer<Map<N2oNamespace,Map<String,String>>> setter)Считывание / запись любых атрибутов с внешней схемойvoidIOProcessor. childAnyAttributes(org.jdom.Element element, String childName, Supplier<Map<N2oNamespace,Map<String,String>>> getter, Consumer<Map<N2oNamespace,Map<String,String>>> setter)Считывание / запись любых атрибутов с внешней схемой из дочернего элементаvoidIOProcessor. childAnyAttributes(org.jdom.Element element, String childName, Supplier<Map<N2oNamespace,Map<String,String>>> getter, Consumer<Map<N2oNamespace,Map<String,String>>> setter)Считывание / запись любых атрибутов с внешней схемой из дочернего элементаdefault voidIOProcessor. extensionAttributes(org.jdom.Element element, Supplier<Map<N2oNamespace,Map<String,String>>> getter, Consumer<Map<N2oNamespace,Map<String,String>>> setter)Deprecated.default voidIOProcessor. extensionAttributes(org.jdom.Element element, Supplier<Map<N2oNamespace,Map<String,String>>> getter, Consumer<Map<N2oNamespace,Map<String,String>>> setter)Deprecated. -
Uses of N2oNamespace in net.n2oapp.framework.api.metadata.menu
Methods in net.n2oapp.framework.api.metadata.menu that return types with arguments of type N2oNamespace Modifier and Type Method Description Map<N2oNamespace,Map<String,String>>N2oSimpleMenu.MenuItem. getExtAttributes()Method parameters in net.n2oapp.framework.api.metadata.menu with type arguments of type N2oNamespace Modifier and Type Method Description voidN2oSimpleMenu.MenuItem. setExtAttributes(Map<N2oNamespace,Map<String,String>> extAttributes)
-