public class SelectDescriptorBuilder
extends java.lang.Object
| Constructor and Description |
|---|
SelectDescriptorBuilder() |
| Modifier and Type | Method and 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) |
public static SelectByIdDescriptor<SProcessSupervisor> getSupervisor(long supervisorId)
public static SelectOneDescriptor<java.lang.Long> getNumberOfSupervisors(long processDefId)
public static SelectOneDescriptor<SProcessSupervisor> getSupervisor(long processDefId, long userId)
public static SelectListDescriptor<java.lang.Long> getProcessDefIdsOfUser(long userId, int fromIndex, int maxResult, OrderByType orderByType)