| Modifier and Type | Method and Description |
|---|---|
List<SCommand> |
GetCommands.getResult() |
| Modifier and Type | Method and Description |
|---|---|
SCommand |
CommandService.get(long commandId)
Get command by given id
|
SCommand |
CommandService.get(String name)
Get command by given name
|
| 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
|
List<SCommand> |
CommandService.searchCommands(QueryOptions options)
Get a list of commands according to the specific criteria
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandService.create(SCommand command)
Create command by given command
|
void |
CommandService.update(SCommand command,
EntityUpdateDescriptor updateDescriptor)
Update the command by its id
|
| Modifier and Type | Method and Description |
|---|---|
SCommand |
CommandServiceImpl.get(long commandId) |
SCommand |
CommandServiceImpl.get(String commandName) |
| 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) |
List<SCommand> |
CommandServiceImpl.searchCommands(QueryOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandServiceImpl.create(SCommand command) |
protected void |
CommandServiceImpl.delete(SCommand command,
SCommandLogBuilder logBuilder) |
void |
CommandServiceImpl.update(SCommand command,
EntityUpdateDescriptor updateDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static SelectByIdDescriptor<SCommand> |
SelectDescriptorBuilder.getCommandById(long commandId) |
static SelectOneDescriptor<SCommand> |
SelectDescriptorBuilder.getCommandByName(String commandName) |
static SelectListDescriptor<SCommand> |
SelectDescriptorBuilder.getCommands(String field,
OrderByType order,
int fromIndex,
int numberOfElements) |
static SelectListDescriptor<SCommand> |
SelectDescriptorBuilder.getUserCommands(String field,
OrderByType order,
int fromIndex,
int numberOfElements) |
| Modifier and Type | Class and Description |
|---|---|
class |
SCommandImpl |
| Modifier and Type | Method and Description |
|---|---|
SCommand |
SCommandBuilderImpl.done() |
SCommand |
SCommandBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
SCommandBuilder |
SCommandBuilderFactoryImpl.createNewInstance(SCommand originalCommand) |
SCommandBuilder |
SCommandBuilderFactory.createNewInstance(SCommand command) |
| Constructor and Description |
|---|
SCommandImpl(SCommand command) |
| Modifier and Type | Method and Description |
|---|---|
List<SCommand> |
SearchCommands.executeSearch(QueryOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<CommandDescriptor> |
AbstractCommandSearchEntity.convertToClientObjects(List<SCommand> serverObjects) |
| Modifier and Type | Method and Description |
|---|---|
static CommandDescriptor |
ModelConvertor.toCommandDescriptor(SCommand command) |
| Modifier and Type | Method and Description |
|---|---|
static List<CommandDescriptor> |
ModelConvertor.toCommandDescriptors(List<SCommand> sCommands) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.