operation.get(ADDRESS).add(CAPABILITY_RESOURCE, entity.getIdentifier());
if (entity.getStartLevel() != null && entity.getStartLevel().length() > 0)
operation.get(STARTLEVEL_ATTRIBUTE).set(entity.getStartLevel());
dispatcher.execute(new DMRAction(operation),
new SimpleDMRResponseHandler(ADD, Console.CONSTANTS.subsys_osgi_capability(), entity.getIdentifier(),
new Command() {
@Override
public void execute() {
loadOSGiCapabilityDetails();
}