| Package | Description |
|---|---|
| org.bonitasoft.engine.command | |
| org.bonitasoft.engine.command.api.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandService.delete(long commandId)
Delete command by given command id
|
void |
CommandService.delete(String name)
Delete command by given command name
|
SCommand |
CommandService.get(long commandId)
Get command by given id
|
SCommand |
CommandService.get(String name)
Get command by given name
|
void |
CommandService.update(SCommand command,
EntityUpdateDescriptor updateDescriptor)
Update the command by its id
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandServiceImpl.delete(long commandId) |
void |
CommandServiceImpl.delete(String commandName) |
SCommand |
CommandServiceImpl.get(long commandId) |
SCommand |
CommandServiceImpl.get(String commandName) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.