|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgSkillLevel | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects |
Uses of CfgSkillLevel in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return types with arguments of type CfgSkillLevel | |
---|---|
java.util.Collection<CfgSkillLevel> |
CfgDeltaAgentInfo.getChangedSkillLevels()
A pointer to the list of changed skill levels (every item of this list is structured as
CfgSkillLevel
). |
java.util.Collection<CfgSkillLevel> |
CfgDeltaAgentInfo.getDeletedSkills()
A pointer to the list of identifiers of the deleted skills. |
java.util.Collection<CfgSkillLevel> |
CfgAgentInfo.getSkillLevels()
A pointer to the list of the agent's skill levels (every item of this list is structured as
CfgSkillLevel
). |
Method parameters in com.genesyslab.platform.applicationblocks.com.objects with type arguments of type CfgSkillLevel | |
---|---|
void |
CfgAgentInfo.setSkillLevels(java.util.Collection<CfgSkillLevel> value)
A pointer to the list of the agent's skill levels (every item of this list is structured as
CfgSkillLevel
). |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |