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