| Package | Description |
|---|---|
| org.bonitasoft.engine.command | |
| org.bonitasoft.engine.command.api.impl | |
| org.bonitasoft.engine.command.model |
| Modifier and Type | Method and Description |
|---|---|
List<SCommand> |
CommandService.getAllCommands(int startIndex,
int maxResults,
SCommandCriterion sort)
Retrieves a paginated list of commands, The returned list is paginated
|
List<SCommand> |
CommandService.getUserCommands(int startIndex,
int maxResults,
SCommandCriterion sCommandCriterion)
Retrieves a paginated list of commands with System is false
|
| Modifier and Type | Method and Description |
|---|---|
List<SCommand> |
CommandServiceImpl.getAllCommands(int startIndex,
int maxResults,
SCommandCriterion sCommandCriterion) |
List<SCommand> |
CommandServiceImpl.getUserCommands(int startIndex,
int maxResults,
SCommandCriterion sCommandCriterion) |
| Modifier and Type | Method and Description |
|---|---|
static SCommandCriterion |
SCommandCriterion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCommandCriterion[] |
SCommandCriterion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Bonitasoft S.A.. All rights reserved.