| Package | Description |
|---|---|
| org.bonitasoft.engine.platform.command | |
| org.bonitasoft.engine.platform.command.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformCommandService.create(SPlatformCommand command)
Create a sPlatformCommand
|
void |
PlatformCommandService.delete(String name)
Delete a sPlatformCommand from its name
|
SPlatformCommand |
PlatformCommandService.getPlatformCommand(String name)
Get sPlatformCommand by its name
|
List<SPlatformCommand> |
PlatformCommandService.getPlatformCommands(QueryOptions queryOptions)
Get the sPlatformCommand having the given value for the given int index
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformCommandServiceImpl.create(SPlatformCommand platformCommand) |
void |
PlatformCommandServiceImpl.delete(String platformCommandName) |
SPlatformCommand |
PlatformCommandServiceImpl.getPlatformCommand(String platformCommandName) |
List<SPlatformCommand> |
PlatformCommandServiceImpl.getPlatformCommands(QueryOptions queryOptions) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.