public class SelectDescriptorBuilder extends Object
| Constructor and Description |
|---|
SelectDescriptorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static SelectByIdDescriptor<SCommand> |
getCommandById(long commandId) |
static SelectOneDescriptor<SCommand> |
getCommandByName(String commandName) |
static SelectListDescriptor<SCommand> |
getCommands(String field,
OrderByType order,
int fromIndex,
int numberOfElements) |
static SelectListDescriptor<SCommand> |
getUserCommands(String field,
OrderByType order,
int fromIndex,
int numberOfElements) |
public static SelectOneDescriptor<SCommand> getCommandByName(String commandName)
public static SelectListDescriptor<SCommand> getCommands(String field, OrderByType order, int fromIndex, int numberOfElements)
public static SelectListDescriptor<SCommand> getUserCommands(String field, OrderByType order, int fromIndex, int numberOfElements)
public static SelectByIdDescriptor<SCommand> getCommandById(long commandId)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.