Modifier and Type | Method and Description |
---|---|
CommitStatus |
ConfigSubsystemFacade.commitSilentTransaction() |
CommitStatus |
ConfigSubsystemFacade.commitTransaction() |
void |
ConfigSubsystemFacade.executeConfigExecution(ConfigExecution configExecution) |
RpcFacade.OperationExecution |
RpcFacade.fromXml(XmlElement xml) |
Element |
ConfigSubsystemFacade.get(Document document) |
ConfigExecution |
ConfigSubsystemFacade.getConfigExecution(Config configMapping,
Element xmlToBePersisted) |
Map<String,com.google.common.collect.Multimap<String,ModuleElementDefinition>> |
ConfigExecution.getModulesDefinition(ServiceReferenceReadableRegistry serviceRegistry) |
Map<String,com.google.common.collect.Multimap<String,ModuleElementResolved>> |
ConfigExecution.getResolvedXmlElements(ServiceReferenceReadableRegistry serviceRegistry) |
Element |
RpcFacade.toXml(Document doc,
Object result,
RpcFacade.OperationExecution execution) |
Constructor and Description |
---|
ConfigExecution(Config configResolver,
XmlElement configElement,
TestOption testOption,
EditStrategyType defaultStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigHandlingException |
class |
OperationNotPermittedException |
Modifier and Type | Method and Description |
---|---|
static String |
ObjectNameAttributeReadingStrategy.checkPrefixAndExtractServiceName(XmlElement typeElement,
Map.Entry<String,String> prefixNamespace) |
AttributeConfigElement |
AbstractAttributeReadingStrategy.readElement(List<XmlElement> configNodes) |
AttributeConfigElement |
AttributeReadingStrategy.readElement(List<XmlElement> element) |
protected String |
SimpleIdentityRefAttributeReadingStrategy.readElementContent(XmlElement xmlElement) |
protected String |
SimpleAttributeReadingStrategy.readElementContent(XmlElement xmlElement) |
void |
AttributeConfigElement.resolveValue(AttributeResolvingStrategy<?,? extends OpenType<?>> attributeResolvingStrategy,
String attrName) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<Object> |
ArrayAttributeResolvingStrategy.parseAttribute(String attrName,
Object value) |
com.google.common.base.Optional<T> |
AttributeResolvingStrategy.parseAttribute(String attrName,
Object value) |
Modifier and Type | Method and Description |
---|---|
static void |
Config.checkUnrecognisedChildren(XmlElement parent) |
static Services |
Services.fromXml(XmlElement xml) |
InstanceConfigElementResolved |
InstanceConfig.fromXml(XmlElement moduleElement,
ServiceRegistryWrapper services,
String moduleNamespace,
EditStrategyType defaultStrategy,
Map<String,Map<com.google.common.base.Optional<org.opendaylight.yangtools.yang.common.Revision>,IdentityMapping>> identityMap,
EnumResolver enumResolver) |
ModuleElementResolved |
ModuleConfig.fromXml(XmlElement moduleElement,
ServiceRegistryWrapper depTracker,
String instanceName,
String moduleNamespace,
EditStrategyType defaultStrategy,
Map<String,Map<com.google.common.base.Optional<org.opendaylight.yangtools.yang.common.Revision>,IdentityMapping>> identityMap,
EnumResolver enumResolver) |
Map<String,com.google.common.collect.Multimap<String,ModuleElementDefinition>> |
Config.fromXmlModulesMap(XmlElement xml,
EditStrategyType defaultEditStrategyType,
ServiceRegistryWrapper serviceTracker)
return a map containing namespace -> moduleName -> instanceName map.
|
Map<String,com.google.common.collect.Multimap<String,ModuleElementResolved>> |
Config.fromXmlModulesResolved(XmlElement xml,
EditStrategyType defaultEditStrategyType,
ServiceRegistryWrapper serviceTracker) |
Services |
Config.fromXmlServices(XmlElement xml) |
Constructor and Description |
---|
InstanceConfigElementResolved(String currentStrategy,
Map<String,AttributeConfigElement> configuration,
EditStrategyType defaultStrategy) |
Modifier and Type | Method and Description |
---|---|
Map<String,AttributeConfigElement> |
InstanceRuntimeRpc.fromXml(XmlElement configRootNode) |
Modifier and Type | Class and Description |
---|---|
class |
MissingNameSpaceException |
class |
UnexpectedElementException |
class |
UnexpectedNamespaceException |
Modifier and Type | Method and Description |
---|---|
static DocumentedException |
DocumentedException.fromXMLDocument(Document fromDoc) |
static DocumentedException |
DocumentedException.wrap(ConflictingVersionException e) |
static <E extends Exception> |
DocumentedException.wrap(E exception) |
static DocumentedException |
DocumentedException.wrap(ValidationException e) |
Copyright © 2019 OpenDaylight. All rights reserved.