|
| void | abortFluxioSkill (const std::string &executionId) |
| |
| skills::Result< std::experimental::observer_ptr< const skills::FluxioProvider >, skills::error::FluxioException > | addFluxioProvider (const std::string &name) |
| |
| skills::Result< std::experimental::observer_ptr< const skills::FluxioSkill >, skills::error::FluxioException > | addSkillToProvider (const std::string &userId, const std::string &providerId, skills::FluxioSkill &&skill) |
| |
| skills::Result< skills::FluxioProfile, skills::error::FluxioException > | createProfile (const skills::FluxioProfile &profile) |
| |
| std::optional< std::vector< std::experimental::observer_ptr< const skills::FluxioSkill > > > | deleteSkill (const std::string &skillId, const std::string &userId, bool dryRun) |
| |
| void | deleteSkillMutex (const std::string &skillId, const std::string &userId) |
| |
| skills::Result< std::vector< std::experimental::observer_ptr< const skills::FluxioSkill > >, skills::error::FluxioException > | deleteSkillParameter (const std::string &skillId, const std::string ¶meterId, const std::string &userId, bool dryRun) |
| |
| skills::Result< std::experimental::observer_ptr< skills::FluxioExecutor >, skills::error::FluxioException > | executeFluxioSkill (const std::string &skillId, const std::string &profileId, const std::string &executorName, armarx::aron::data::DictPtr parameters=nullptr) |
| |
| skills::ProviderID | getFirstProviderNameThatHasSkill (const skills::SkillID &skillid) |
| |
| skills::Result< std::vector< skills::FluxioSkillStatusUpdate >, skills::error::FluxioException > | getFluxioSkillExecutionStatus (const std::string &executionId) |
| |
| skills::Result< skills::FluxioProfile, skills::error::FluxioException > | getProfile (const std::string &id) |
| |
| skills::Result< std::vector< std::experimental::observer_ptr< const skills::FluxioProfile > >, skills::error::FluxioException > | getProfileList () |
| |
| skills::Result< skills::FluxioProvider, skills::error::FluxioException > | getProvider (const std::string &id) |
| |
| skills::Result< std::vector< std::experimental::observer_ptr< const skills::FluxioProvider > >, skills::error::FluxioException > | getProviderList () |
| |
| skills::Result< std::experimental::observer_ptr< const skills::FluxioSkill >, skills::error::FluxioException > | getSkill (const std::string &id) |
| |
| skills::Result< std::vector< std::experimental::observer_ptr< const skills::FluxioSkill > >, skills::error::FluxioException > | getSkillList () |
| |
| skills::Result< bool, skills::error::FluxioException > | getSkillMutex (const std::string &skillId, const std::string &userId) |
| |
| skills::Result< std::vector< std::experimental::observer_ptr< const skills::FluxioSkill > >, skills::error::FluxioException > | getSkillsOfProvider (const std::string &id) |
| |
| aron::type::ObjectPtr | getTypes () |
| |
| void | updateProfile (const skills::FluxioProfile &profile) |
| |
| skills::Result< std::vector< std::experimental::observer_ptr< const skills::FluxioSkill > >, skills::error::FluxioException > | updateSkillParameter (const std::string &skillId, const skills::manager::dto::FluxioParameter ¶meter, const std::string &userId, bool dryRun) |
| |
| virtual void | componentPropertiesUpdated (const std::set< std::string > &changedProperties) |
| |
| | ManagedIceObjectPlugin (ManagedIceObject &parent, std::string pre) |
| |
| template<class PluginT , class... ParamsT> |
| PluginT * | addPlugin (const std::string prefix="", ParamsT &&... params) |
| |
| template<class PluginT , class... ParamsT> |
| void | addPlugin (PluginT *&targ, const std::string prefix="", ParamsT &&... params) |
| |
| template<class PluginT , class... ParamsT> |
| void | addPlugin (std::experimental::observer_ptr< PluginT > &targ, const std::string prefix="", ParamsT &&... params) |
| |
| void | addPluginDependency (ManagedIceObjectPlugin *dependedOn) |
| |
| void | addPluginDependency (std::experimental::observer_ptr< ManagedIceObjectPlugin > dependedOn) |
| |
| std::string | makePropertyName (const std::string &name) |
| |
| | ManagedIceObjectPlugin (ManagedIceObject &parent, std::string pre) |
| |
| virtual void | postOnConnectComponent () |
| |
| virtual void | postOnDisconnectComponent () |
| |
| virtual void | postOnExitComponent () |
| |
| virtual void | postOnInitComponent () |
| |
| const std::string & | prefix () const |
| |
| virtual void | preOnDisconnectComponent () |
| |
| virtual void | preOnExitComponent () |
| |