Class SelectDescriptorBuilder
java.lang.Object
org.bonitasoft.engine.command.api.record.SelectDescriptorBuilder
- Author:
- Bole Zhang, Matthieu Chaffotte, Emmanuel Duchastenier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
SelectDescriptorBuilder
public SelectDescriptorBuilder()
-
-
Method Details
-
getCommandByName
-
getCommands
public static SelectListDescriptor<SCommand> getCommands(String field, OrderByType order, int fromIndex, int numberOfElements) -
getUserCommands
public static SelectListDescriptor<SCommand> getUserCommands(String field, OrderByType order, int fromIndex, int numberOfElements) -
getCommandById
-