public class SelectDescriptorBuilder extends Object
| Constructor and Description |
|---|
SelectDescriptorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static org.bonitasoft.engine.persistence.SelectOneDescriptor<Long> |
getNumberOfSupervisors(long processDefId) |
static org.bonitasoft.engine.persistence.SelectListDescriptor<Long> |
getProcessDefIdsOfUser(long userId,
int fromIndex,
int maxResult,
org.bonitasoft.engine.persistence.OrderByType orderByType) |
static org.bonitasoft.engine.persistence.SelectByIdDescriptor<org.bonitasoft.engine.supervisor.mapping.model.SProcessSupervisor> |
getSupervisor(long supervisorId) |
static org.bonitasoft.engine.persistence.SelectOneDescriptor<org.bonitasoft.engine.supervisor.mapping.model.SProcessSupervisor> |
getSupervisor(long processDefId,
long userId) |
public static org.bonitasoft.engine.persistence.SelectByIdDescriptor<org.bonitasoft.engine.supervisor.mapping.model.SProcessSupervisor> getSupervisor(long supervisorId)
public static org.bonitasoft.engine.persistence.SelectOneDescriptor<Long> getNumberOfSupervisors(long processDefId)
public static org.bonitasoft.engine.persistence.SelectOneDescriptor<org.bonitasoft.engine.supervisor.mapping.model.SProcessSupervisor> getSupervisor(long processDefId,
long userId)
public static org.bonitasoft.engine.persistence.SelectListDescriptor<Long> getProcessDefIdsOfUser(long userId, int fromIndex, int maxResult, org.bonitasoft.engine.persistence.OrderByType orderByType)
Copyright © 2015 Bonitasoft S.A.. All rights reserved.