|
| static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::EpgMappingCtxFromEpgMappingRTgt > > | resolve (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri) |
| | Retrieve an instance of EpgMappingCtxFromEpgMappingRTgt from the managed object store.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::EpgMappingCtxFromEpgMappingRTgt > > | resolve (const opflex::modb::URI &uri) |
| | Retrieve an instance of EpgMappingCtxFromEpgMappingRTgt from the managed object store using the default framework instance.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::EpgMappingCtxFromEpgMappingRTgt > > | resolveUnderPolicyUniverseGbpeEpgMapping (opflex::ofcore::OFFramework &framework, const std::string &gbpeEpgMappingName, const std::string &gbpeEpgMappingCtxFromEpgMappingRTgtSource) |
| | Retrieve an instance of EpgMappingCtxFromEpgMappingRTgt from the managed object store by constructing its URI from the path elements that lead to it.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::EpgMappingCtxFromEpgMappingRTgt > > | resolveUnderPolicyUniverseGbpeEpgMapping (const std::string &gbpeEpgMappingName, const std::string &gbpeEpgMappingCtxFromEpgMappingRTgtSource) |
| | Retrieve an instance of EpgMappingCtxFromEpgMappingRTgt from the default managed object store by constructing its URI from the path elements that lead to it.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::EpgMappingCtxFromEpgMappingRTgt > > | resolveUnderPolicyUniverseGbpeIndirectEpgMapping (opflex::ofcore::OFFramework &framework, const std::string &gbpeIndirectEpgMappingName, const std::string &gbpeEpgMappingCtxFromEpgMappingRTgtSource) |
| | Retrieve an instance of EpgMappingCtxFromEpgMappingRTgt from the managed object store by constructing its URI from the path elements that lead to it.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::EpgMappingCtxFromEpgMappingRTgt > > | resolveUnderPolicyUniverseGbpeIndirectEpgMapping (const std::string &gbpeIndirectEpgMappingName, const std::string &gbpeEpgMappingCtxFromEpgMappingRTgtSource) |
| | Retrieve an instance of EpgMappingCtxFromEpgMappingRTgt from the default managed object store by constructing its URI from the path elements that lead to it.
|
| |
| static void | remove (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri) |
| | Remove the EpgMappingCtxFromEpgMappingRTgt object with the specified URI using the currently-active mutator.
|
| |
| static void | remove (const opflex::modb::URI &uri) |
| | Remove the EpgMappingCtxFromEpgMappingRTgt object with the specified URI using the currently-active mutator and the default framework instance.
|
| |
| static void | removeUnderPolicyUniverseGbpeEpgMapping (opflex::ofcore::OFFramework &framework, const std::string &gbpeEpgMappingName, const std::string &gbpeEpgMappingCtxFromEpgMappingRTgtSource) |
| | Remove the EpgMappingCtxFromEpgMappingRTgt object with the specified path elements from the managed object store.
|
| |
| static void | removeUnderPolicyUniverseGbpeEpgMapping (const std::string &gbpeEpgMappingName, const std::string &gbpeEpgMappingCtxFromEpgMappingRTgtSource) |
| | Remove the EpgMappingCtxFromEpgMappingRTgt object with the specified path elements from the managed object store using the default framework instance.
|
| |
| static void | removeUnderPolicyUniverseGbpeIndirectEpgMapping (opflex::ofcore::OFFramework &framework, const std::string &gbpeIndirectEpgMappingName, const std::string &gbpeEpgMappingCtxFromEpgMappingRTgtSource) |
| | Remove the EpgMappingCtxFromEpgMappingRTgt object with the specified path elements from the managed object store.
|
| |
| static void | removeUnderPolicyUniverseGbpeIndirectEpgMapping (const std::string &gbpeIndirectEpgMappingName, const std::string &gbpeEpgMappingCtxFromEpgMappingRTgtSource) |
| | Remove the EpgMappingCtxFromEpgMappingRTgt object with the specified path elements from the managed object store using the default framework instance.
|
| |
| static void | registerListener (opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener) |
| | Register a listener that will get called for changes related to this class.
|
| |
| 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.
|
| |
| static void | unregisterListener (opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener) |
| | Unregister a listener from updates to this class.
|
| |
| static void | unregisterListener (opflex::modb::ObjectListener *listener) |
| | Unregister a listener from updates to this class from the default framework instance.
|
| |
| static void modelgbp::gbpe::EpgMappingCtxFromEpgMappingRTgt::registerListener |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
opflex::modb::ObjectListener * | listener ) |
|
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.
- Parameters
-
| 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, and resolve().
Referenced by registerListener().
| static void modelgbp::gbpe::EpgMappingCtxFromEpgMappingRTgt::removeUnderPolicyUniverseGbpeEpgMapping |
( |
const std::string & | gbpeEpgMappingName, |
|
|
const std::string & | gbpeEpgMappingCtxFromEpgMappingRTgtSource ) |
|
inlinestatic |
Remove the EpgMappingCtxFromEpgMappingRTgt 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: /PolicyUniverse/GbpeEpgMapping/[gbpeEpgMappingName]/GbpeEpgMappingCtxFromEpgMappingRTgt/[gbpeEpgMappingCtxFromEpgMappingRTgtSource]
- Parameters
-
| gbpeEpgMappingName | the value of gbpeEpgMappingName, a naming property for EpgMapping |
| gbpeEpgMappingCtxFromEpgMappingRTgtSource | the value of gbpeEpgMappingCtxFromEpgMappingRTgtSource, a naming property for EpgMappingCtxFromEpgMappingRTgt |
- Exceptions
-
| std::logic_error | if no mutator is active |
References removeUnderPolicyUniverseGbpeEpgMapping(), and resolve().
| static void modelgbp::gbpe::EpgMappingCtxFromEpgMappingRTgt::removeUnderPolicyUniverseGbpeEpgMapping |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
const std::string & | gbpeEpgMappingName, |
|
|
const std::string & | gbpeEpgMappingCtxFromEpgMappingRTgtSource ) |
|
inlinestatic |
Remove the EpgMappingCtxFromEpgMappingRTgt 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: /PolicyUniverse/GbpeEpgMapping/[gbpeEpgMappingName]/GbpeEpgMappingCtxFromEpgMappingRTgt/[gbpeEpgMappingCtxFromEpgMappingRTgtSource]
- Parameters
-
| framework | the framework instance to use |
| gbpeEpgMappingName | the value of gbpeEpgMappingName, a naming property for EpgMapping |
| gbpeEpgMappingCtxFromEpgMappingRTgtSource | the value of gbpeEpgMappingCtxFromEpgMappingRTgtSource, a naming property for EpgMappingCtxFromEpgMappingRTgt |
- Exceptions
-
| std::logic_error | if no mutator is active |
References CLASS_ID, and resolve().
Referenced by removeUnderPolicyUniverseGbpeEpgMapping().
| static void modelgbp::gbpe::EpgMappingCtxFromEpgMappingRTgt::removeUnderPolicyUniverseGbpeIndirectEpgMapping |
( |
const std::string & | gbpeIndirectEpgMappingName, |
|
|
const std::string & | gbpeEpgMappingCtxFromEpgMappingRTgtSource ) |
|
inlinestatic |
Remove the EpgMappingCtxFromEpgMappingRTgt 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: /PolicyUniverse/GbpeIndirectEpgMapping/[gbpeIndirectEpgMappingName]/GbpeEpgMappingCtxFromEpgMappingRTgt/[gbpeEpgMappingCtxFromEpgMappingRTgtSource]
- Parameters
-
| gbpeIndirectEpgMappingName | the value of gbpeIndirectEpgMappingName, a naming property for IndirectEpgMapping |
| gbpeEpgMappingCtxFromEpgMappingRTgtSource | the value of gbpeEpgMappingCtxFromEpgMappingRTgtSource, a naming property for EpgMappingCtxFromEpgMappingRTgt |
- Exceptions
-
| std::logic_error | if no mutator is active |
References removeUnderPolicyUniverseGbpeIndirectEpgMapping(), and resolve().
| static void modelgbp::gbpe::EpgMappingCtxFromEpgMappingRTgt::removeUnderPolicyUniverseGbpeIndirectEpgMapping |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
const std::string & | gbpeIndirectEpgMappingName, |
|
|
const std::string & | gbpeEpgMappingCtxFromEpgMappingRTgtSource ) |
|
inlinestatic |
Remove the EpgMappingCtxFromEpgMappingRTgt 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: /PolicyUniverse/GbpeIndirectEpgMapping/[gbpeIndirectEpgMappingName]/GbpeEpgMappingCtxFromEpgMappingRTgt/[gbpeEpgMappingCtxFromEpgMappingRTgtSource]
- Parameters
-
| framework | the framework instance to use |
| gbpeIndirectEpgMappingName | the value of gbpeIndirectEpgMappingName, a naming property for IndirectEpgMapping |
| gbpeEpgMappingCtxFromEpgMappingRTgtSource | the value of gbpeEpgMappingCtxFromEpgMappingRTgtSource, a naming property for EpgMappingCtxFromEpgMappingRTgt |
- Exceptions
-
| std::logic_error | if no mutator is active |
References CLASS_ID, and resolve().
Referenced by removeUnderPolicyUniverseGbpeIndirectEpgMapping().
Retrieve an instance of EpgMappingCtxFromEpgMappingRTgt 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.
- Parameters
-
| framework | the framework instance to use |
| uri | the URI of the object to retrieve |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References CLASS_ID, and resolve().
Referenced by getRole(), getRole(), getSource(), getSource(), getType(), getType(), isRoleSet(), isSourceSet(), isTypeSet(), registerListener(), registerListener(), remove(), remove(), remove(), removeUnderPolicyUniverseGbpeEpgMapping(), removeUnderPolicyUniverseGbpeEpgMapping(), removeUnderPolicyUniverseGbpeIndirectEpgMapping(), removeUnderPolicyUniverseGbpeIndirectEpgMapping(), resolve(), resolve(), modelgbp::gbpe::EpgMapping::resolveGbpeEpgMappingCtxFromEpgMappingRTgt(), modelgbp::gbpe::IndirectEpgMapping::resolveGbpeEpgMappingCtxFromEpgMappingRTgt(), resolveUnderPolicyUniverseGbpeEpgMapping(), resolveUnderPolicyUniverseGbpeEpgMapping(), resolveUnderPolicyUniverseGbpeIndirectEpgMapping(), resolveUnderPolicyUniverseGbpeIndirectEpgMapping(), setRole(), setSource(), setType(), unregisterListener(), unregisterListener(), unsetRole(), unsetSource(), and unsetType().
Retrieve an instance of EpgMappingCtxFromEpgMappingRTgt 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: /PolicyUniverse/GbpeEpgMapping/[gbpeEpgMappingName]/GbpeEpgMappingCtxFromEpgMappingRTgt/[gbpeEpgMappingCtxFromEpgMappingRTgtSource]
- Parameters
-
| gbpeEpgMappingName | the value of gbpeEpgMappingName, a naming property for EpgMapping |
| gbpeEpgMappingCtxFromEpgMappingRTgtSource | the value of gbpeEpgMappingCtxFromEpgMappingRTgtSource, a naming property for EpgMappingCtxFromEpgMappingRTgt |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve(), and resolveUnderPolicyUniverseGbpeEpgMapping().
Retrieve an instance of EpgMappingCtxFromEpgMappingRTgt 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: /PolicyUniverse/GbpeEpgMapping/[gbpeEpgMappingName]/GbpeEpgMappingCtxFromEpgMappingRTgt/[gbpeEpgMappingCtxFromEpgMappingRTgtSource]
- Parameters
-
| framework | the framework instance to use |
| gbpeEpgMappingName | the value of gbpeEpgMappingName, a naming property for EpgMapping |
| gbpeEpgMappingCtxFromEpgMappingRTgtSource | the value of gbpeEpgMappingCtxFromEpgMappingRTgtSource, a naming property for EpgMappingCtxFromEpgMappingRTgt |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve().
Referenced by resolveUnderPolicyUniverseGbpeEpgMapping().
Retrieve an instance of EpgMappingCtxFromEpgMappingRTgt 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: /PolicyUniverse/GbpeIndirectEpgMapping/[gbpeIndirectEpgMappingName]/GbpeEpgMappingCtxFromEpgMappingRTgt/[gbpeEpgMappingCtxFromEpgMappingRTgtSource]
- Parameters
-
| gbpeIndirectEpgMappingName | the value of gbpeIndirectEpgMappingName, a naming property for IndirectEpgMapping |
| gbpeEpgMappingCtxFromEpgMappingRTgtSource | the value of gbpeEpgMappingCtxFromEpgMappingRTgtSource, a naming property for EpgMappingCtxFromEpgMappingRTgt |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve(), and resolveUnderPolicyUniverseGbpeIndirectEpgMapping().
Retrieve an instance of EpgMappingCtxFromEpgMappingRTgt 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: /PolicyUniverse/GbpeIndirectEpgMapping/[gbpeIndirectEpgMappingName]/GbpeEpgMappingCtxFromEpgMappingRTgt/[gbpeEpgMappingCtxFromEpgMappingRTgtSource]
- Parameters
-
| framework | the framework instance to use |
| gbpeIndirectEpgMappingName | the value of gbpeIndirectEpgMappingName, a naming property for IndirectEpgMapping |
| gbpeEpgMappingCtxFromEpgMappingRTgtSource | the value of gbpeEpgMappingCtxFromEpgMappingRTgtSource, a naming property for EpgMappingCtxFromEpgMappingRTgt |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve().
Referenced by resolveUnderPolicyUniverseGbpeIndirectEpgMapping().