|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CapabilityManager
Interface to handle certain operations against the capability
Method Summary | |
---|---|
void |
removeCapability(java.lang.Long agentId,
java.lang.String capabilityKey)
Removes a the capability from an agent |
void |
renameCapability(CapabilityType capabilityType,
java.lang.String oldCapabilityKey,
java.lang.String newCapabilityLabel,
boolean override)
Renames capability key |
Method Detail |
---|
void renameCapability(@NotNull CapabilityType capabilityType, @NotNull java.lang.String oldCapabilityKey, @NotNull java.lang.String newCapabilityLabel, boolean override)
capabilityType
- oldCapabilityKey
- newCapabilityLabel
- override
- void removeCapability(@NotNull java.lang.Long agentId, @NotNull java.lang.String capabilityKey)
agentId
- capabilityKey
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |