armarx::skills::manager::dti::SkillManagerInterface
Overview
Derived Classes and Interfaces
- dti::SkillMemoryInterface
Operation Index
- addProvider
-
- removeProvider
-
- getSkillDescription
-
- getSkillDescriptions
-
- getSkillExecutionStatus
-
- getSkillExecutionStatuses
-
- executeSkill
-
- executeSkillAsync
-
- updateSkillParameters
-
- abortSkill
-
- abortSkillAsync
-
- abortAllSkills
-
- abortAllSkillsAsync
-
- getTypes
-
- executeFluxioSkill
-
- abortFluxioSkill
-
- getSkillList
-
- getSkill
-
- updateSkill
-
- updateSkillParameterValues
-
- updateSkillValues
-
- getSkillMutex
-
- deleteSkillMutex
-
- deleteSkill
-
- deleteSkillParameter
-
- updateSkillParameter
-
- getProfileList
-
- getProfile
-
- createProfile
-
- updateProfile
-
- getProviderList
-
- getProvider
-
- getSkillsOfProvider
-
- addSkillToProvider
-
- getFluxioSkillExecutionStatus
-
Operations
void removeProvider(dto::ProviderID providerId)
optional(3) string executeFluxioSkill(string skillId, string profileId) throws dto::FluxioException
void abortFluxioSkill(string executionId) throws dto::FluxioException
bool updateSkillParameterValues(string userId, string skillId, string parameterId, dto::FluxioValueList values) throws dto::FluxioException
bool getSkillMutex(string skillId, string userId) throws dto::FluxioException
void deleteSkillMutex(string skillId, string userId) throws dto::FluxioException
optional(6) dto::FluxioIdentificatorList deleteSkillParameter(string skillId, string parameterId, string userId, bool dryRun) throws dto::FluxioException