Class SelectDescriptorBuilder
- java.lang.Object
-
- org.bonitasoft.engine.command.api.record.SelectDescriptorBuilder
-
public class SelectDescriptorBuilder extends java.lang.Object- Author:
- Bole Zhang, Matthieu Chaffotte, Emmanuel Duchastenier
-
-
Constructor Summary
Constructors Constructor Description SelectDescriptorBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SelectByIdDescriptor<SCommand>getCommandById(long commandId)static SelectOneDescriptor<SCommand>getCommandByName(java.lang.String commandName)static SelectListDescriptor<SCommand>getCommands(java.lang.String field, OrderByType order, int fromIndex, int numberOfElements)static SelectListDescriptor<SCommand>getUserCommands(java.lang.String field, OrderByType order, int fromIndex, int numberOfElements)
-
-
-
Method Detail
-
getCommandByName
public static SelectOneDescriptor<SCommand> getCommandByName(java.lang.String commandName)
-
getCommands
public static SelectListDescriptor<SCommand> getCommands(java.lang.String field, OrderByType order, int fromIndex, int numberOfElements)
-
getUserCommands
public static SelectListDescriptor<SCommand> getUserCommands(java.lang.String field, OrderByType order, int fromIndex, int numberOfElements)
-
getCommandById
public static SelectByIdDescriptor<SCommand> getCommandById(long commandId)
-
-