|
static boost::optional
< OF_SHARED_PTR
< modelgbp::span::MemberFromRefRTgt > > | resolve (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri) |
| Retrieve an instance of MemberFromRefRTgt from the managed object store. More...
|
|
static boost::optional
< OF_SHARED_PTR
< modelgbp::span::MemberFromRefRTgt > > | resolve (const opflex::modb::URI &uri) |
| Retrieve an instance of MemberFromRefRTgt from the managed object store using the default framework instance. More...
|
|
static boost::optional
< OF_SHARED_PTR
< modelgbp::span::MemberFromRefRTgt > > | resolveUnderPolicyUniversePlatformConfigSpanLocalEp (opflex::ofcore::OFFramework &framework, const std::string &platformConfigName, const std::string &spanLocalEpName, const std::string &spanMemberFromRefRTgtSource) |
| Retrieve an instance of MemberFromRefRTgt 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::MemberFromRefRTgt > > | resolveUnderPolicyUniversePlatformConfigSpanLocalEp (const std::string &platformConfigName, const std::string &spanLocalEpName, const std::string &spanMemberFromRefRTgtSource) |
| Retrieve an instance of MemberFromRefRTgt 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::MemberFromRefRTgt > > | resolveUnderPolicyUniversePolicySpaceGbpEpGroup (opflex::ofcore::OFFramework &framework, const std::string &policySpaceName, const std::string &gbpEpGroupName, const std::string &spanMemberFromRefRTgtSource) |
| Retrieve an instance of MemberFromRefRTgt 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::MemberFromRefRTgt > > | resolveUnderPolicyUniversePolicySpaceGbpEpGroup (const std::string &policySpaceName, const std::string &gbpEpGroupName, const std::string &spanMemberFromRefRTgtSource) |
| Retrieve an instance of MemberFromRefRTgt 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 MemberFromRefRTgt object with the specified URI using the currently-active mutator. More...
|
|
static void | remove (const opflex::modb::URI &uri) |
| Remove the MemberFromRefRTgt object with the specified URI using the currently-active mutator and the default framework instance. More...
|
|
static void | removeUnderPolicyUniversePlatformConfigSpanLocalEp (opflex::ofcore::OFFramework &framework, const std::string &platformConfigName, const std::string &spanLocalEpName, const std::string &spanMemberFromRefRTgtSource) |
| Remove the MemberFromRefRTgt object with the specified path elements from the managed object store. More...
|
|
static void | removeUnderPolicyUniversePlatformConfigSpanLocalEp (const std::string &platformConfigName, const std::string &spanLocalEpName, const std::string &spanMemberFromRefRTgtSource) |
| Remove the MemberFromRefRTgt object with the specified path elements from the managed object store using the default framework instance. More...
|
|
static void | removeUnderPolicyUniversePolicySpaceGbpEpGroup (opflex::ofcore::OFFramework &framework, const std::string &policySpaceName, const std::string &gbpEpGroupName, const std::string &spanMemberFromRefRTgtSource) |
| Remove the MemberFromRefRTgt object with the specified path elements from the managed object store. More...
|
|
static void | removeUnderPolicyUniversePolicySpaceGbpEpGroup (const std::string &policySpaceName, const std::string &gbpEpGroupName, const std::string &spanMemberFromRefRTgtSource) |
| Remove the MemberFromRefRTgt 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::MemberFromRefRTgt::removeUnderPolicyUniversePlatformConfigSpanLocalEp |
( |
opflex::ofcore::OFFramework & |
framework, |
|
|
const std::string & |
platformConfigName, |
|
|
const std::string & |
spanLocalEpName, |
|
|
const std::string & |
spanMemberFromRefRTgtSource |
|
) |
| |
|
inlinestatic |
Remove the MemberFromRefRTgt 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]/SpanLocalEp/[spanLocalEpName]/SpanMemberFromRefRTgt/[spanMemberFromRefRTgtSource]
- Parameters
-
framework | the framework instance to use |
platformConfigName | the value of platformConfigName, a naming property for Config |
spanLocalEpName | the value of spanLocalEpName, a naming property for LocalEp |
spanMemberFromRefRTgtSource | the value of spanMemberFromRefRTgtSource, a naming property for MemberFromRefRTgt |
- Exceptions
-
std::logic_error | if no mutator is active |
References CLASS_ID.
Referenced by removeUnderPolicyUniversePlatformConfigSpanLocalEp().
static void modelgbp::span::MemberFromRefRTgt::removeUnderPolicyUniversePlatformConfigSpanLocalEp |
( |
const std::string & |
platformConfigName, |
|
|
const std::string & |
spanLocalEpName, |
|
|
const std::string & |
spanMemberFromRefRTgtSource |
|
) |
| |
|
inlinestatic |
Remove the MemberFromRefRTgt 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]/SpanLocalEp/[spanLocalEpName]/SpanMemberFromRefRTgt/[spanMemberFromRefRTgtSource]
- Parameters
-
platformConfigName | the value of platformConfigName, a naming property for Config |
spanLocalEpName | the value of spanLocalEpName, a naming property for LocalEp |
spanMemberFromRefRTgtSource | the value of spanMemberFromRefRTgtSource, a naming property for MemberFromRefRTgt |
- Exceptions
-
std::logic_error | if no mutator is active |
References removeUnderPolicyUniversePlatformConfigSpanLocalEp().
static void modelgbp::span::MemberFromRefRTgt::removeUnderPolicyUniversePolicySpaceGbpEpGroup |
( |
opflex::ofcore::OFFramework & |
framework, |
|
|
const std::string & |
policySpaceName, |
|
|
const std::string & |
gbpEpGroupName, |
|
|
const std::string & |
spanMemberFromRefRTgtSource |
|
) |
| |
|
inlinestatic |
Remove the MemberFromRefRTgt 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/PolicySpace/[policySpaceName]/GbpEpGroup/[gbpEpGroupName]/SpanMemberFromRefRTgt/[spanMemberFromRefRTgtSource]
- Parameters
-
framework | the framework instance to use |
policySpaceName | the value of policySpaceName, a naming property for Space |
gbpEpGroupName | the value of gbpEpGroupName, a naming property for EpGroup |
spanMemberFromRefRTgtSource | the value of spanMemberFromRefRTgtSource, a naming property for MemberFromRefRTgt |
- Exceptions
-
std::logic_error | if no mutator is active |
References CLASS_ID.
Referenced by removeUnderPolicyUniversePolicySpaceGbpEpGroup().
static void modelgbp::span::MemberFromRefRTgt::removeUnderPolicyUniversePolicySpaceGbpEpGroup |
( |
const std::string & |
policySpaceName, |
|
|
const std::string & |
gbpEpGroupName, |
|
|
const std::string & |
spanMemberFromRefRTgtSource |
|
) |
| |
|
inlinestatic |
Remove the MemberFromRefRTgt 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/PolicySpace/[policySpaceName]/GbpEpGroup/[gbpEpGroupName]/SpanMemberFromRefRTgt/[spanMemberFromRefRTgtSource]
- Parameters
-
policySpaceName | the value of policySpaceName, a naming property for Space |
gbpEpGroupName | the value of gbpEpGroupName, a naming property for EpGroup |
spanMemberFromRefRTgtSource | the value of spanMemberFromRefRTgtSource, a naming property for MemberFromRefRTgt |
- Exceptions
-
std::logic_error | if no mutator is active |
References removeUnderPolicyUniversePolicySpaceGbpEpGroup().
static boost::optional<OF_SHARED_PTR<modelgbp::span::MemberFromRefRTgt> > modelgbp::span::MemberFromRefRTgt::resolveUnderPolicyUniversePlatformConfigSpanLocalEp |
( |
opflex::ofcore::OFFramework & |
framework, |
|
|
const std::string & |
platformConfigName, |
|
|
const std::string & |
spanLocalEpName, |
|
|
const std::string & |
spanMemberFromRefRTgtSource |
|
) |
| |
|
inlinestatic |
Retrieve an instance of MemberFromRefRTgt 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]/SpanLocalEp/[spanLocalEpName]/SpanMemberFromRefRTgt/[spanMemberFromRefRTgtSource]
- Parameters
-
framework | the framework instance to use |
platformConfigName | the value of platformConfigName, a naming property for Config |
spanLocalEpName | the value of spanLocalEpName, a naming property for LocalEp |
spanMemberFromRefRTgtSource | the value of spanMemberFromRefRTgtSource, a naming property for MemberFromRefRTgt |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve().
Referenced by resolveUnderPolicyUniversePlatformConfigSpanLocalEp().
static boost::optional<OF_SHARED_PTR<modelgbp::span::MemberFromRefRTgt> > modelgbp::span::MemberFromRefRTgt::resolveUnderPolicyUniversePlatformConfigSpanLocalEp |
( |
const std::string & |
platformConfigName, |
|
|
const std::string & |
spanLocalEpName, |
|
|
const std::string & |
spanMemberFromRefRTgtSource |
|
) |
| |
|
inlinestatic |
Retrieve an instance of MemberFromRefRTgt 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]/SpanLocalEp/[spanLocalEpName]/SpanMemberFromRefRTgt/[spanMemberFromRefRTgtSource]
- Parameters
-
platformConfigName | the value of platformConfigName, a naming property for Config |
spanLocalEpName | the value of spanLocalEpName, a naming property for LocalEp |
spanMemberFromRefRTgtSource | the value of spanMemberFromRefRTgtSource, a naming property for MemberFromRefRTgt |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolveUnderPolicyUniversePlatformConfigSpanLocalEp().
static boost::optional<OF_SHARED_PTR<modelgbp::span::MemberFromRefRTgt> > modelgbp::span::MemberFromRefRTgt::resolveUnderPolicyUniversePolicySpaceGbpEpGroup |
( |
opflex::ofcore::OFFramework & |
framework, |
|
|
const std::string & |
policySpaceName, |
|
|
const std::string & |
gbpEpGroupName, |
|
|
const std::string & |
spanMemberFromRefRTgtSource |
|
) |
| |
|
inlinestatic |
Retrieve an instance of MemberFromRefRTgt 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/PolicySpace/[policySpaceName]/GbpEpGroup/[gbpEpGroupName]/SpanMemberFromRefRTgt/[spanMemberFromRefRTgtSource]
- Parameters
-
framework | the framework instance to use |
policySpaceName | the value of policySpaceName, a naming property for Space |
gbpEpGroupName | the value of gbpEpGroupName, a naming property for EpGroup |
spanMemberFromRefRTgtSource | the value of spanMemberFromRefRTgtSource, a naming property for MemberFromRefRTgt |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve().
Referenced by resolveUnderPolicyUniversePolicySpaceGbpEpGroup().
static boost::optional<OF_SHARED_PTR<modelgbp::span::MemberFromRefRTgt> > modelgbp::span::MemberFromRefRTgt::resolveUnderPolicyUniversePolicySpaceGbpEpGroup |
( |
const std::string & |
policySpaceName, |
|
|
const std::string & |
gbpEpGroupName, |
|
|
const std::string & |
spanMemberFromRefRTgtSource |
|
) |
| |
|
inlinestatic |
Retrieve an instance of MemberFromRefRTgt 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/PolicySpace/[policySpaceName]/GbpEpGroup/[gbpEpGroupName]/SpanMemberFromRefRTgt/[spanMemberFromRefRTgtSource]
- Parameters
-
policySpaceName | the value of policySpaceName, a naming property for Space |
gbpEpGroupName | the value of gbpEpGroupName, a naming property for EpGroup |
spanMemberFromRefRTgtSource | the value of spanMemberFromRefRTgtSource, a naming property for MemberFromRefRTgt |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolveUnderPolicyUniversePolicySpaceGbpEpGroup().