|
static boost::optional< OF_SHARED_PTR< modelgbp::span::DstMember > > | resolve (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri) |
| Retrieve an instance of DstMember from the managed object store. More...
|
|
static boost::optional< OF_SHARED_PTR< modelgbp::span::DstMember > > | resolve (const opflex::modb::URI &uri) |
| Retrieve an instance of DstMember from the managed object store using the default framework instance. More...
|
|
static boost::optional< OF_SHARED_PTR< modelgbp::span::DstMember > > | resolveUnderPolicyUniversePlatformConfigSpanSrcGrp (opflex::ofcore::OFFramework &framework, const std::string &platformConfigName, const std::string &spanSrcGrpName, const std::string &spanDstMemberName) |
| Retrieve an instance of DstMember 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::span::DstMember > > | resolveUnderPolicyUniversePlatformConfigSpanSrcGrp (const std::string &platformConfigName, const std::string &spanSrcGrpName, const std::string &spanDstMemberName) |
| Retrieve an instance of DstMember 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::span::DstMember > > | resolveUnderPolicyUniversePlatformConfigSpanDstGrp (opflex::ofcore::OFFramework &framework, const std::string &platformConfigName, const std::string &spanDstGrpName, const std::string &spanDstMemberName) |
| Retrieve an instance of DstMember 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::span::DstMember > > | resolveUnderPolicyUniversePlatformConfigSpanDstGrp (const std::string &platformConfigName, const std::string &spanDstGrpName, const std::string &spanDstMemberName) |
| Retrieve an instance of DstMember 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 DstMember object with the specified URI using the currently-active mutator. More...
|
|
static void | remove (const opflex::modb::URI &uri) |
| Remove the DstMember object with the specified URI using the currently-active mutator and the default framework instance. More...
|
|
static void | removeUnderPolicyUniversePlatformConfigSpanSrcGrp (opflex::ofcore::OFFramework &framework, const std::string &platformConfigName, const std::string &spanSrcGrpName, const std::string &spanDstMemberName) |
| Remove the DstMember object with the specified path elements from the managed object store. More...
|
|
static void | removeUnderPolicyUniversePlatformConfigSpanSrcGrp (const std::string &platformConfigName, const std::string &spanSrcGrpName, const std::string &spanDstMemberName) |
| Remove the DstMember object with the specified path elements from the managed object store using the default framework instance. More...
|
|
static void | removeUnderPolicyUniversePlatformConfigSpanDstGrp (opflex::ofcore::OFFramework &framework, const std::string &platformConfigName, const std::string &spanDstGrpName, const std::string &spanDstMemberName) |
| Remove the DstMember object with the specified path elements from the managed object store. More...
|
|
static void | removeUnderPolicyUniversePlatformConfigSpanDstGrp (const std::string &platformConfigName, const std::string &spanDstGrpName, const std::string &spanDstMemberName) |
| Remove the DstMember 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 void modelgbp::span::DstMember::removeUnderPolicyUniversePlatformConfigSpanDstGrp |
( |
opflex::ofcore::OFFramework & |
framework, |
|
|
const std::string & |
platformConfigName, |
|
|
const std::string & |
spanDstGrpName, |
|
|
const std::string & |
spanDstMemberName |
|
) |
| |
|
inlinestatic |
Remove the DstMember 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]/SpanDstMember/[spanDstMemberName]
- 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 |
spanDstMemberName | the value of spanDstMemberName, a naming property for DstMember |
- Exceptions
-
std::logic_error | if no mutator is active |
References CLASS_ID.
Referenced by removeUnderPolicyUniversePlatformConfigSpanDstGrp().
static void modelgbp::span::DstMember::removeUnderPolicyUniversePlatformConfigSpanDstGrp |
( |
const std::string & |
platformConfigName, |
|
|
const std::string & |
spanDstGrpName, |
|
|
const std::string & |
spanDstMemberName |
|
) |
| |
|
inlinestatic |
Remove the DstMember 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]/SpanDstMember/[spanDstMemberName]
- Parameters
-
platformConfigName | the value of platformConfigName, a naming property for Config |
spanDstGrpName | the value of spanDstGrpName, a naming property for DstGrp |
spanDstMemberName | the value of spanDstMemberName, a naming property for DstMember |
- Exceptions
-
std::logic_error | if no mutator is active |
References removeUnderPolicyUniversePlatformConfigSpanDstGrp().
static void modelgbp::span::DstMember::removeUnderPolicyUniversePlatformConfigSpanSrcGrp |
( |
opflex::ofcore::OFFramework & |
framework, |
|
|
const std::string & |
platformConfigName, |
|
|
const std::string & |
spanSrcGrpName, |
|
|
const std::string & |
spanDstMemberName |
|
) |
| |
|
inlinestatic |
Remove the DstMember 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]/SpanDstMember/[spanDstMemberName]
- 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 |
spanDstMemberName | the value of spanDstMemberName, a naming property for DstMember |
- Exceptions
-
std::logic_error | if no mutator is active |
References CLASS_ID.
Referenced by removeUnderPolicyUniversePlatformConfigSpanSrcGrp().
static void modelgbp::span::DstMember::removeUnderPolicyUniversePlatformConfigSpanSrcGrp |
( |
const std::string & |
platformConfigName, |
|
|
const std::string & |
spanSrcGrpName, |
|
|
const std::string & |
spanDstMemberName |
|
) |
| |
|
inlinestatic |
Remove the DstMember 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]/SpanDstMember/[spanDstMemberName]
- Parameters
-
platformConfigName | the value of platformConfigName, a naming property for Config |
spanSrcGrpName | the value of spanSrcGrpName, a naming property for SrcGrp |
spanDstMemberName | the value of spanDstMemberName, a naming property for DstMember |
- Exceptions
-
std::logic_error | if no mutator is active |
References removeUnderPolicyUniversePlatformConfigSpanSrcGrp().
static boost::optional<OF_SHARED_PTR<modelgbp::span::DstMember> > modelgbp::span::DstMember::resolveUnderPolicyUniversePlatformConfigSpanDstGrp |
( |
opflex::ofcore::OFFramework & |
framework, |
|
|
const std::string & |
platformConfigName, |
|
|
const std::string & |
spanDstGrpName, |
|
|
const std::string & |
spanDstMemberName |
|
) |
| |
|
inlinestatic |
Retrieve an instance of DstMember 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]/SpanDstMember/[spanDstMemberName]
- 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 |
spanDstMemberName | the value of spanDstMemberName, a naming property for DstMember |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve().
Referenced by resolveUnderPolicyUniversePlatformConfigSpanDstGrp().
static boost::optional<OF_SHARED_PTR<modelgbp::span::DstMember> > modelgbp::span::DstMember::resolveUnderPolicyUniversePlatformConfigSpanDstGrp |
( |
const std::string & |
platformConfigName, |
|
|
const std::string & |
spanDstGrpName, |
|
|
const std::string & |
spanDstMemberName |
|
) |
| |
|
inlinestatic |
Retrieve an instance of DstMember 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]/SpanDstMember/[spanDstMemberName]
- Parameters
-
platformConfigName | the value of platformConfigName, a naming property for Config |
spanDstGrpName | the value of spanDstGrpName, a naming property for DstGrp |
spanDstMemberName | the value of spanDstMemberName, a naming property for DstMember |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolveUnderPolicyUniversePlatformConfigSpanDstGrp().
static boost::optional<OF_SHARED_PTR<modelgbp::span::DstMember> > modelgbp::span::DstMember::resolveUnderPolicyUniversePlatformConfigSpanSrcGrp |
( |
opflex::ofcore::OFFramework & |
framework, |
|
|
const std::string & |
platformConfigName, |
|
|
const std::string & |
spanSrcGrpName, |
|
|
const std::string & |
spanDstMemberName |
|
) |
| |
|
inlinestatic |
Retrieve an instance of DstMember 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]/SpanDstMember/[spanDstMemberName]
- 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 |
spanDstMemberName | the value of spanDstMemberName, a naming property for DstMember |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve().
Referenced by resolveUnderPolicyUniversePlatformConfigSpanSrcGrp().
static boost::optional<OF_SHARED_PTR<modelgbp::span::DstMember> > modelgbp::span::DstMember::resolveUnderPolicyUniversePlatformConfigSpanSrcGrp |
( |
const std::string & |
platformConfigName, |
|
|
const std::string & |
spanSrcGrpName, |
|
|
const std::string & |
spanDstMemberName |
|
) |
| |
|
inlinestatic |
Retrieve an instance of DstMember 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]/SpanDstMember/[spanDstMemberName]
- Parameters
-
platformConfigName | the value of platformConfigName, a naming property for Config |
spanSrcGrpName | the value of spanSrcGrpName, a naming property for SrcGrp |
spanDstMemberName | the value of spanDstMemberName, a naming property for DstMember |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolveUnderPolicyUniversePlatformConfigSpanSrcGrp().