|
| static boost::optional< OF_SHARED_PTR< modelgbp::span::SrcMember > > | resolve (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri) |
| | Retrieve an instance of SrcMember from the managed object store.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::span::SrcMember > > | resolve (const opflex::modb::URI &uri) |
| | Retrieve an instance of SrcMember from the managed object store using the default framework instance.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::span::SrcMember > > | resolveUnderPolicyUniversePlatformConfigSpanSrcGrp (opflex::ofcore::OFFramework &framework, const std::string &platformConfigName, const std::string &spanSrcGrpName, const std::string &spanSrcMemberName) |
| | Retrieve an instance of SrcMember from the managed object store by constructing its URI from the path elements that lead to it.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::span::SrcMember > > | resolveUnderPolicyUniversePlatformConfigSpanSrcGrp (const std::string &platformConfigName, const std::string &spanSrcGrpName, const std::string &spanSrcMemberName) |
| | Retrieve an instance of SrcMember 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::span::SrcMember > > | resolveUnderPolicyUniversePlatformConfigSpanDstGrp (opflex::ofcore::OFFramework &framework, const std::string &platformConfigName, const std::string &spanDstGrpName, const std::string &spanSrcMemberName) |
| | Retrieve an instance of SrcMember from the managed object store by constructing its URI from the path elements that lead to it.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::span::SrcMember > > | resolveUnderPolicyUniversePlatformConfigSpanDstGrp (const std::string &platformConfigName, const std::string &spanDstGrpName, const std::string &spanSrcMemberName) |
| | Retrieve an instance of SrcMember 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 SrcMember object with the specified URI using the currently-active mutator.
|
| |
| static void | remove (const opflex::modb::URI &uri) |
| | Remove the SrcMember object with the specified URI using the currently-active mutator and the default framework instance.
|
| |
| static void | removeUnderPolicyUniversePlatformConfigSpanSrcGrp (opflex::ofcore::OFFramework &framework, const std::string &platformConfigName, const std::string &spanSrcGrpName, const std::string &spanSrcMemberName) |
| | Remove the SrcMember object with the specified path elements from the managed object store.
|
| |
| static void | removeUnderPolicyUniversePlatformConfigSpanSrcGrp (const std::string &platformConfigName, const std::string &spanSrcGrpName, const std::string &spanSrcMemberName) |
| | Remove the SrcMember object with the specified path elements from the managed object store using the default framework instance.
|
| |
| static void | removeUnderPolicyUniversePlatformConfigSpanDstGrp (opflex::ofcore::OFFramework &framework, const std::string &platformConfigName, const std::string &spanDstGrpName, const std::string &spanSrcMemberName) |
| | Remove the SrcMember object with the specified path elements from the managed object store.
|
| |
| static void | removeUnderPolicyUniversePlatformConfigSpanDstGrp (const std::string &platformConfigName, const std::string &spanDstGrpName, const std::string &spanSrcMemberName) |
| | Remove the SrcMember 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::span::SrcMember::remove |
( |
const opflex::modb::URI & | uri | ) |
|
|
inlinestatic |
Remove the SrcMember 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.
- Parameters
-
| uri | the URI of the object to remove |
- Exceptions
-
| std::logic_error | if no mutator is active |
References remove(), and resolve().
| static void modelgbp::span::SrcMember::removeUnderPolicyUniversePlatformConfigSpanDstGrp |
( |
const std::string & | platformConfigName, |
|
|
const std::string & | spanDstGrpName, |
|
|
const std::string & | spanSrcMemberName ) |
|
inlinestatic |
Remove the SrcMember 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/PlatformConfig/[platformConfigName]/SpanDstGrp/[spanDstGrpName]/SpanSrcMember/[spanSrcMemberName]
- Parameters
-
| platformConfigName | the value of platformConfigName, a naming property for Config |
| spanDstGrpName | the value of spanDstGrpName, a naming property for DstGrp |
| spanSrcMemberName | the value of spanSrcMemberName, a naming property for SrcMember |
- Exceptions
-
| std::logic_error | if no mutator is active |
References removeUnderPolicyUniversePlatformConfigSpanDstGrp(), and resolve().
| static void modelgbp::span::SrcMember::removeUnderPolicyUniversePlatformConfigSpanDstGrp |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
const std::string & | platformConfigName, |
|
|
const std::string & | spanDstGrpName, |
|
|
const std::string & | spanSrcMemberName ) |
|
inlinestatic |
Remove the SrcMember 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/PlatformConfig/[platformConfigName]/SpanDstGrp/[spanDstGrpName]/SpanSrcMember/[spanSrcMemberName]
- Parameters
-
| framework | the framework instance to use |
| platformConfigName | the value of platformConfigName, a naming property for Config |
| spanDstGrpName | the value of spanDstGrpName, a naming property for DstGrp |
| spanSrcMemberName | the value of spanSrcMemberName, a naming property for SrcMember |
- Exceptions
-
| std::logic_error | if no mutator is active |
References CLASS_ID, and resolve().
Referenced by removeUnderPolicyUniversePlatformConfigSpanDstGrp().
| static void modelgbp::span::SrcMember::removeUnderPolicyUniversePlatformConfigSpanSrcGrp |
( |
const std::string & | platformConfigName, |
|
|
const std::string & | spanSrcGrpName, |
|
|
const std::string & | spanSrcMemberName ) |
|
inlinestatic |
Remove the SrcMember 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/PlatformConfig/[platformConfigName]/SpanSrcGrp/[spanSrcGrpName]/SpanSrcMember/[spanSrcMemberName]
- Parameters
-
| platformConfigName | the value of platformConfigName, a naming property for Config |
| spanSrcGrpName | the value of spanSrcGrpName, a naming property for SrcGrp |
| spanSrcMemberName | the value of spanSrcMemberName, a naming property for SrcMember |
- Exceptions
-
| std::logic_error | if no mutator is active |
References removeUnderPolicyUniversePlatformConfigSpanSrcGrp(), and resolve().
| static void modelgbp::span::SrcMember::removeUnderPolicyUniversePlatformConfigSpanSrcGrp |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
const std::string & | platformConfigName, |
|
|
const std::string & | spanSrcGrpName, |
|
|
const std::string & | spanSrcMemberName ) |
|
inlinestatic |
Remove the SrcMember 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/PlatformConfig/[platformConfigName]/SpanSrcGrp/[spanSrcGrpName]/SpanSrcMember/[spanSrcMemberName]
- Parameters
-
| framework | the framework instance to use |
| platformConfigName | the value of platformConfigName, a naming property for Config |
| spanSrcGrpName | the value of spanSrcGrpName, a naming property for SrcGrp |
| spanSrcMemberName | the value of spanSrcMemberName, a naming property for SrcMember |
- Exceptions
-
| std::logic_error | if no mutator is active |
References CLASS_ID, and resolve().
Referenced by removeUnderPolicyUniversePlatformConfigSpanSrcGrp().
| static boost::optional< OF_SHARED_PTR< modelgbp::span::SrcMember > > modelgbp::span::SrcMember::resolve |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
const opflex::modb::URI & | uri ) |
|
inlinestatic |
Retrieve an instance of SrcMember 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 addSpanMemberToRefRSrc(), getDir(), getDir(), getName(), getName(), isDirSet(), isNameSet(), registerListener(), registerListener(), remove(), remove(), remove(), removeUnderPolicyUniversePlatformConfigSpanDstGrp(), removeUnderPolicyUniversePlatformConfigSpanDstGrp(), removeUnderPolicyUniversePlatformConfigSpanSrcGrp(), removeUnderPolicyUniversePlatformConfigSpanSrcGrp(), resolve(), resolve(), resolveSpanMemberToRefRSrc(), modelgbp::span::DstGrp::resolveSpanSrcMember(), modelgbp::span::SrcGrp::resolveSpanSrcMember(), resolveUnderPolicyUniversePlatformConfigSpanDstGrp(), resolveUnderPolicyUniversePlatformConfigSpanDstGrp(), resolveUnderPolicyUniversePlatformConfigSpanSrcGrp(), resolveUnderPolicyUniversePlatformConfigSpanSrcGrp(), setDir(), setName(), unregisterListener(), unregisterListener(), unsetDir(), and unsetName().
Retrieve an instance of SrcMember 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/PlatformConfig/[platformConfigName]/SpanDstGrp/[spanDstGrpName]/SpanSrcMember/[spanSrcMemberName]
- Parameters
-
| platformConfigName | the value of platformConfigName, a naming property for Config |
| spanDstGrpName | the value of spanDstGrpName, a naming property for DstGrp |
| spanSrcMemberName | the value of spanSrcMemberName, a naming property for SrcMember |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve(), and resolveUnderPolicyUniversePlatformConfigSpanDstGrp().
| static boost::optional< OF_SHARED_PTR< modelgbp::span::SrcMember > > modelgbp::span::SrcMember::resolveUnderPolicyUniversePlatformConfigSpanDstGrp |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
const std::string & | platformConfigName, |
|
|
const std::string & | spanDstGrpName, |
|
|
const std::string & | spanSrcMemberName ) |
|
inlinestatic |
Retrieve an instance of SrcMember 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/PlatformConfig/[platformConfigName]/SpanDstGrp/[spanDstGrpName]/SpanSrcMember/[spanSrcMemberName]
- Parameters
-
| framework | the framework instance to use |
| platformConfigName | the value of platformConfigName, a naming property for Config |
| spanDstGrpName | the value of spanDstGrpName, a naming property for DstGrp |
| spanSrcMemberName | the value of spanSrcMemberName, a naming property for SrcMember |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve().
Referenced by resolveUnderPolicyUniversePlatformConfigSpanDstGrp().
Retrieve an instance of SrcMember 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/PlatformConfig/[platformConfigName]/SpanSrcGrp/[spanSrcGrpName]/SpanSrcMember/[spanSrcMemberName]
- Parameters
-
| platformConfigName | the value of platformConfigName, a naming property for Config |
| spanSrcGrpName | the value of spanSrcGrpName, a naming property for SrcGrp |
| spanSrcMemberName | the value of spanSrcMemberName, a naming property for SrcMember |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve(), and resolveUnderPolicyUniversePlatformConfigSpanSrcGrp().
| static boost::optional< OF_SHARED_PTR< modelgbp::span::SrcMember > > modelgbp::span::SrcMember::resolveUnderPolicyUniversePlatformConfigSpanSrcGrp |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
const std::string & | platformConfigName, |
|
|
const std::string & | spanSrcGrpName, |
|
|
const std::string & | spanSrcMemberName ) |
|
inlinestatic |
Retrieve an instance of SrcMember 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/PlatformConfig/[platformConfigName]/SpanSrcGrp/[spanSrcGrpName]/SpanSrcMember/[spanSrcMemberName]
- Parameters
-
| framework | the framework instance to use |
| platformConfigName | the value of platformConfigName, a naming property for Config |
| spanSrcGrpName | the value of spanSrcGrpName, a naming property for SrcGrp |
| spanSrcMemberName | the value of spanSrcMemberName, a naming property for SrcMember |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve().
Referenced by resolveUnderPolicyUniversePlatformConfigSpanSrcGrp().