abortFluxioSkill(const std::string &executionId) | SkillManagerComponentPlugin | protected |
abortSkill(const skills::SkillExecutionID &id) | SkillManagerComponentPlugin | |
abortSkillAsync(const skills::SkillExecutionID &id) | SkillManagerComponentPlugin | |
addFluxioProvider(const std::string &name) | SkillManagerComponentPlugin | protected |
addPlugin(const std::string prefix="", ParamsT &&... params) | ManagedIceObjectPlugin | inlineprotected |
addPlugin(PluginT *&targ, const std::string prefix="", ParamsT &&... params) | ManagedIceObjectPlugin | inlineprotected |
addPlugin(std::experimental::observer_ptr< PluginT > &targ, const std::string prefix="", ParamsT &&... params) | ManagedIceObjectPlugin | inlineprotected |
addPluginDependency(ManagedIceObjectPlugin *dependedOn) | ManagedIceObjectPlugin | protected |
addPluginDependency(std::experimental::observer_ptr< ManagedIceObjectPlugin > dependedOn) | ManagedIceObjectPlugin | protected |
addProvider(const skills::ProviderInfo &info) | SkillManagerComponentPlugin | |
addSkillToProvider(const std::string &userId, const std::string &providerId, skills::FluxioSkill &&skill) | SkillManagerComponentPlugin | protected |
armarx::SkillManagerComponentPluginUser class | SkillManagerComponentPlugin | friend |
componentPropertiesUpdated(const std::set< std::string > &changedProperties) | ComponentPlugin | protectedvirtual |
createProfile(const skills::FluxioProfile &profile) | SkillManagerComponentPlugin | protected |
deleteSkill(const std::string &skillId, const std::string &userId, bool dryRun) | SkillManagerComponentPlugin | protected |
deleteSkillMutex(const std::string &skillId, const std::string &userId) | SkillManagerComponentPlugin | protected |
deleteSkillParameter(const std::string &skillId, const std::string ¶meterId, const std::string &userId, bool dryRun) | SkillManagerComponentPlugin | protected |
executeFluxioSkill(const std::string &skillId, const std::string &profileId, const std::string &executorName, armarx::aron::data::DictPtr parameters=nullptr) | SkillManagerComponentPlugin | protected |
executeSkill(const skills::SkillExecutionRequest &req) | SkillManagerComponentPlugin | |
executeSkillAsync(const skills::SkillExecutionRequest &req) | SkillManagerComponentPlugin | |
getFirstProviderNameThatHasSkill(const skills::SkillID &skillid) | SkillManagerComponentPlugin | protected |
getFluxioSkillExecutionStatus(const std::string &executionId) | SkillManagerComponentPlugin | protected |
getProfile(const std::string &id) | SkillManagerComponentPlugin | protected |
getProfileList() | SkillManagerComponentPlugin | protected |
getProvider(const std::string &id) | SkillManagerComponentPlugin | protected |
getProviderList() | SkillManagerComponentPlugin | protected |
getSkill(const std::string &id) | SkillManagerComponentPlugin | protected |
getSkillDescription(const skills::SkillID &id) | SkillManagerComponentPlugin | |
getSkillDescriptions() | SkillManagerComponentPlugin | |
getSkillExecutionStatus(const skills::SkillExecutionID &id) | SkillManagerComponentPlugin | |
getSkillExecutionStatuses() | SkillManagerComponentPlugin | |
getSkillList() | SkillManagerComponentPlugin | protected |
getSkillMutex(const std::string &skillId, const std::string &userId) | SkillManagerComponentPlugin | protected |
getSkillsOfProvider(const std::string &id) | SkillManagerComponentPlugin | protected |
getTypes() | SkillManagerComponentPlugin | protected |
makePropertyName(const std::string &name) | ManagedIceObjectPlugin | protected |
ManagedIceObjectPlugin(ManagedIceObject &parent, std::string pre) | ComponentPlugin | protected |
armarx::ManagedIceObjectPlugin::ManagedIceObjectPlugin(ManagedIceObject &parent, std::string pre) | ManagedIceObjectPlugin | protected |
parent() | ManagedIceObjectPlugin | |
parent() const | ManagedIceObjectPlugin | |
parent() | ManagedIceObjectPlugin | inline |
parent() const | ManagedIceObjectPlugin | inline |
parentDerives() const | ManagedIceObjectPlugin | inline |
postCreatePropertyDefinitions(PropertyDefinitionsPtr &properties) override | SkillManagerComponentPlugin | virtual |
postOnConnectComponent() | ManagedIceObjectPlugin | inlineprotectedvirtual |
postOnDisconnectComponent() | ManagedIceObjectPlugin | inlineprotectedvirtual |
postOnExitComponent() | ManagedIceObjectPlugin | inlineprotectedvirtual |
postOnInitComponent() | ManagedIceObjectPlugin | inlineprotectedvirtual |
prefix() const | ManagedIceObjectPlugin | protected |
preOnConnectComponent() override | SkillManagerComponentPlugin | virtual |
preOnDisconnectComponent() | ManagedIceObjectPlugin | inlineprotectedvirtual |
preOnExitComponent() | ManagedIceObjectPlugin | inlineprotectedvirtual |
preOnInitComponent() override | SkillManagerComponentPlugin | virtual |
removeProvider(const skills::ProviderID &id) | SkillManagerComponentPlugin | |
updateProfile(const skills::FluxioProfile &profile) | SkillManagerComponentPlugin | protected |
updateSkillParameter(const std::string &skillId, const skills::manager::dto::FluxioParameter ¶meter, const std::string &userId, bool dryRun) | SkillManagerComponentPlugin | protected |
updateSkillParameters(const skills::SkillExecutionID &id, const aron::data::DictPtr &data) | SkillManagerComponentPlugin | |
~ManagedIceObjectPlugin()=default | ManagedIceObjectPlugin | virtual |