Class SelectDescriptorBuilder
- java.lang.Object
-
- org.bonitasoft.engine.supervisor.mapping.impl.SelectDescriptorBuilder
-
public class SelectDescriptorBuilder extends java.lang.Object- Author:
- Yanyan Liu, Elias Ricken de Medeiros, Celine Souchet
-
-
Constructor Summary
Constructors Constructor Description SelectDescriptorBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SelectOneDescriptor<java.lang.Long>getNumberOfSupervisors(long processDefId)static SelectListDescriptor<java.lang.Long>getProcessDefIdsOfUser(long userId, int fromIndex, int maxResult, OrderByType orderByType)static SelectByIdDescriptor<SProcessSupervisor>getSupervisor(long supervisorId)static SelectOneDescriptor<SProcessSupervisor>getSupervisor(long processDefId, long userId)
-
-
-
Method Detail
-
getSupervisor
public static SelectByIdDescriptor<SProcessSupervisor> getSupervisor(long supervisorId)
-
getNumberOfSupervisors
public static SelectOneDescriptor<java.lang.Long> getNumberOfSupervisors(long processDefId)
-
getSupervisor
public static SelectOneDescriptor<SProcessSupervisor> getSupervisor(long processDefId, long userId)
-
getProcessDefIdsOfUser
public static SelectListDescriptor<java.lang.Long> getProcessDefIdsOfUser(long userId, int fromIndex, int maxResult, OrderByType orderByType)
-
-