modelgbp Generated OpFlex Model
1.7.0
|
Public Member Functions | |
boost::optional< OF_SHARED_PTR< modelgbp::gbpe::EpgMappingCtxToEpgMappingRSrc > > | resolveGbpeEpgMappingCtxToEpgMappingRSrc () |
Retrieve the child object with the specified naming properties. More... | |
OF_SHARED_PTR< modelgbp::gbpe::EpgMappingCtxToEpgMappingRSrc > | addGbpeEpgMappingCtxToEpgMappingRSrc () |
Create a new child object with the specified naming properties and make it a child of this object in the currently-active mutator. More... | |
boost::optional< OF_SHARED_PTR< modelgbp::gbpe::EpgMappingCtxToAttrSetRSrc > > | resolveGbpeEpgMappingCtxToAttrSetRSrc () |
Retrieve the child object with the specified naming properties. More... | |
OF_SHARED_PTR< modelgbp::gbpe::EpgMappingCtxToAttrSetRSrc > | addGbpeEpgMappingCtxToAttrSetRSrc () |
Create a new child object with the specified naming properties and make it a child of this object in the currently-active mutator. More... | |
void | remove () |
Remove this instance using the currently-active mutator. More... | |
EpgMappingCtx (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi) | |
Construct an instance of EpgMappingCtx. More... | |
Static Public Member Functions | |
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::EpgMappingCtx > > | resolve (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri) |
Retrieve an instance of EpgMappingCtx from the managed object store. More... | |
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::EpgMappingCtx > > | resolve (const opflex::modb::URI &uri) |
Retrieve an instance of EpgMappingCtx from the managed object store using the default framework instance. More... | |
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::EpgMappingCtx > > | resolveUnderEpdrL2DiscoveredEpdrLocalL2Ep (opflex::ofcore::OFFramework &framework, const std::string &epdrLocalL2EpUuid) |
Retrieve an instance of EpgMappingCtx from the managed object store by constructing its URI from the path elements that lead to it. More... | |
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::EpgMappingCtx > > | resolveUnderEpdrL2DiscoveredEpdrLocalL2Ep (const std::string &epdrLocalL2EpUuid) |
Retrieve an instance of EpgMappingCtx from the default managed object store by constructing its URI from the path elements that lead to it. More... | |
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::EpgMappingCtx > > | resolveUnderEpdrL3DiscoveredEpdrLocalL3Ep (opflex::ofcore::OFFramework &framework, const std::string &epdrLocalL3EpUuid) |
Retrieve an instance of EpgMappingCtx from the managed object store by constructing its URI from the path elements that lead to it. More... | |
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::EpgMappingCtx > > | resolveUnderEpdrL3DiscoveredEpdrLocalL3Ep (const std::string &epdrLocalL3EpUuid) |
Retrieve an instance of EpgMappingCtx from the default managed object store by constructing its URI from the path elements that lead to it. More... | |
static void | remove (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri) |
Remove the EpgMappingCtx object with the specified URI using the currently-active mutator. More... | |
static void | remove (const opflex::modb::URI &uri) |
Remove the EpgMappingCtx object with the specified URI using the currently-active mutator and the default framework instance. More... | |
static void | removeUnderEpdrL2DiscoveredEpdrLocalL2Ep (opflex::ofcore::OFFramework &framework, const std::string &epdrLocalL2EpUuid) |
Remove the EpgMappingCtx object with the specified path elements from the managed object store. More... | |
static void | removeUnderEpdrL2DiscoveredEpdrLocalL2Ep (const std::string &epdrLocalL2EpUuid) |
Remove the EpgMappingCtx object with the specified path elements from the managed object store using the default framework instance. More... | |
static void | removeUnderEpdrL3DiscoveredEpdrLocalL3Ep (opflex::ofcore::OFFramework &framework, const std::string &epdrLocalL3EpUuid) |
Remove the EpgMappingCtx object with the specified path elements from the managed object store. More... | |
static void | removeUnderEpdrL3DiscoveredEpdrLocalL3Ep (const std::string &epdrLocalL3EpUuid) |
Remove the EpgMappingCtx object with the specified path elements from the managed object store using the default framework instance. More... | |
static void | registerListener (opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener) |
Register a listener that will get called for changes related to this class. More... | |
static void | registerListener (opflex::modb::ObjectListener *listener) |
Register a listener that will get called for changes related to this class with the default framework instance. More... | |
static void | unregisterListener (opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener) |
Unregister a listener from updates to this class. More... | |
static void | unregisterListener (opflex::modb::ObjectListener *listener) |
Unregister a listener from updates to this class from the default framework instance. More... | |
Static Public Attributes | |
static const opflex::modb::class_id_t | CLASS_ID = 21 |
The unique class ID for EpgMappingCtx. | |
|
inline |
Construct an instance of EpgMappingCtx.
This should not typically be called from user code.
|
inline |
Create a new child object with the specified naming properties and make it a child of this object in the currently-active mutator.
If the object already exists in the store, get a mutable copy of that object. If the object already exists in the mutator, get a reference to the object.
std::logic_error | if no mutator is active |
References CLASS_ID.
|
inline |
Create a new child object with the specified naming properties and make it a child of this object in the currently-active mutator.
If the object already exists in the store, get a mutable copy of that object. If the object already exists in the mutator, get a reference to the object.
std::logic_error | if no mutator is active |
References CLASS_ID.
|
inlinestatic |
Register a listener that will get called for changes related to this class.
This listener will be called for any modifications of this class or any transitive children of this class.
framework | the framework instance |
listener | the listener functional object that should be called when changes occur related to the class. This memory is owned by the caller and should be freed only after it has been unregistered. |
References CLASS_ID.
Referenced by registerListener().
|
inlinestatic |
Register a listener that will get called for changes related to this class with the default framework instance.
This listener will be called for any modifications of this class or any transitive children of this class.
listener | the listener functional object that should be called when changes occur related to the class. This memory is owned by the caller and should be freed only after it has been unregistered. |
References registerListener().
|
inline |
Remove this instance using the currently-active mutator.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
std::logic_error | if no mutator is active |
References CLASS_ID.
|
inlinestatic |
Remove the EpgMappingCtx object with the specified URI using the currently-active mutator.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
framework | the framework instance to use |
uri | the URI of the object to remove |
std::logic_error | if no mutator is active |
References CLASS_ID.
|
inlinestatic |
Remove the EpgMappingCtx object with the specified URI using the currently-active mutator and the default framework instance.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
uri | the URI of the object to remove |
std::logic_error | if no mutator is active |
|
inlinestatic |
Remove the EpgMappingCtx object with the specified path elements from the managed object store.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
The object URI generated by this function will take the form: /EpdrL2Discovered/EpdrLocalL2Ep/[epdrLocalL2EpUuid]/GbpeEpgMappingCtx
framework | the framework instance to use |
epdrLocalL2EpUuid | the value of epdrLocalL2EpUuid, a naming property for LocalL2Ep |
std::logic_error | if no mutator is active |
References CLASS_ID.
Referenced by removeUnderEpdrL2DiscoveredEpdrLocalL2Ep().
|
inlinestatic |
Remove the EpgMappingCtx object with the specified path elements from the managed object store using the default framework instance.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
The object URI generated by this function will take the form: /EpdrL2Discovered/EpdrLocalL2Ep/[epdrLocalL2EpUuid]/GbpeEpgMappingCtx
epdrLocalL2EpUuid | the value of epdrLocalL2EpUuid, a naming property for LocalL2Ep |
std::logic_error | if no mutator is active |
References removeUnderEpdrL2DiscoveredEpdrLocalL2Ep().
|
inlinestatic |
Remove the EpgMappingCtx object with the specified path elements from the managed object store.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
The object URI generated by this function will take the form: /EpdrL3Discovered/EpdrLocalL3Ep/[epdrLocalL3EpUuid]/GbpeEpgMappingCtx
framework | the framework instance to use |
epdrLocalL3EpUuid | the value of epdrLocalL3EpUuid, a naming property for LocalL3Ep |
std::logic_error | if no mutator is active |
References CLASS_ID.
Referenced by removeUnderEpdrL3DiscoveredEpdrLocalL3Ep().
|
inlinestatic |
Remove the EpgMappingCtx object with the specified path elements from the managed object store using the default framework instance.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
The object URI generated by this function will take the form: /EpdrL3Discovered/EpdrLocalL3Ep/[epdrLocalL3EpUuid]/GbpeEpgMappingCtx
epdrLocalL3EpUuid | the value of epdrLocalL3EpUuid, a naming property for LocalL3Ep |
std::logic_error | if no mutator is active |
References removeUnderEpdrL3DiscoveredEpdrLocalL3Ep().
|
inlinestatic |
Retrieve an instance of EpgMappingCtx from the managed object store.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
framework | the framework instance to use |
uri | the URI of the object to retrieve |
References CLASS_ID.
Referenced by modelgbp::epdr::LocalL2Ep::resolveGbpeEpgMappingCtx(), modelgbp::epdr::LocalL3Ep::resolveGbpeEpgMappingCtx(), resolveUnderEpdrL2DiscoveredEpdrLocalL2Ep(), and resolveUnderEpdrL3DiscoveredEpdrLocalL3Ep().
|
inlinestatic |
Retrieve an instance of EpgMappingCtx from the managed object store using the default framework instance.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
uri | the URI of the object to retrieve |
References CLASS_ID.
|
inline |
Retrieve the child object with the specified naming properties.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
References modelgbp::gbpe::EpgMappingCtxToAttrSetRSrc::resolve().
|
inline |
Retrieve the child object with the specified naming properties.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
References modelgbp::gbpe::EpgMappingCtxToEpgMappingRSrc::resolve().
|
inlinestatic |
Retrieve an instance of EpgMappingCtx from the managed object store by constructing its URI from the path elements that lead to it.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
The object URI generated by this function will take the form: /EpdrL2Discovered/EpdrLocalL2Ep/[epdrLocalL2EpUuid]/GbpeEpgMappingCtx
framework | the framework instance to use |
epdrLocalL2EpUuid | the value of epdrLocalL2EpUuid, a naming property for LocalL2Ep |
References resolve().
Referenced by resolveUnderEpdrL2DiscoveredEpdrLocalL2Ep().
|
inlinestatic |
Retrieve an instance of EpgMappingCtx from the default managed object store by constructing its URI from the path elements that lead to it.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
The object URI generated by this function will take the form: /EpdrL2Discovered/EpdrLocalL2Ep/[epdrLocalL2EpUuid]/GbpeEpgMappingCtx
epdrLocalL2EpUuid | the value of epdrLocalL2EpUuid, a naming property for LocalL2Ep |
References resolveUnderEpdrL2DiscoveredEpdrLocalL2Ep().
|
inlinestatic |
Retrieve an instance of EpgMappingCtx from the managed object store by constructing its URI from the path elements that lead to it.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
The object URI generated by this function will take the form: /EpdrL3Discovered/EpdrLocalL3Ep/[epdrLocalL3EpUuid]/GbpeEpgMappingCtx
framework | the framework instance to use |
epdrLocalL3EpUuid | the value of epdrLocalL3EpUuid, a naming property for LocalL3Ep |
References resolve().
Referenced by resolveUnderEpdrL3DiscoveredEpdrLocalL3Ep().
|
inlinestatic |
Retrieve an instance of EpgMappingCtx from the default managed object store by constructing its URI from the path elements that lead to it.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
The object URI generated by this function will take the form: /EpdrL3Discovered/EpdrLocalL3Ep/[epdrLocalL3EpUuid]/GbpeEpgMappingCtx
epdrLocalL3EpUuid | the value of epdrLocalL3EpUuid, a naming property for LocalL3Ep |
References resolveUnderEpdrL3DiscoveredEpdrLocalL3Ep().
|
inlinestatic |
Unregister a listener from updates to this class.
framework | the framework instance |
listener | The listener to unregister. |
References CLASS_ID.
Referenced by unregisterListener().
|
inlinestatic |
Unregister a listener from updates to this class from the default framework instance.
listener | The listener to unregister. |
References unregisterListener().