Class SelectDescriptorBuilder
java.lang.Object
org.bonitasoft.engine.supervisor.mapping.impl.SelectDescriptorBuilder
- Author:
- Yanyan Liu, Elias Ricken de Medeiros, Celine Souchet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SelectOneDescriptor<Long>getNumberOfSupervisors(long processDefId) static SelectListDescriptor<Long>getProcessDefIdsOfUser(long userId, int fromIndex, int maxResult, OrderByType orderByType) getSupervisor(long supervisorId) getSupervisor(long processDefId, long userId)
-
Constructor Details
-
SelectDescriptorBuilder
public SelectDescriptorBuilder()
-
-
Method Details
-
getSupervisor
-
getNumberOfSupervisors
-
getSupervisor
-
getProcessDefIdsOfUser
public static SelectListDescriptor<Long> getProcessDefIdsOfUser(long userId, int fromIndex, int maxResult, OrderByType orderByType)
-