| Modifier and Type | Method and Description |
|---|---|
static SelectListDescriptor<SActorMember> |
SelectDescriptorBuilder.getActorMembers(int fromIndex,
int numberOfElements) |
static SelectListDescriptor<SActorMember> |
SelectDescriptorBuilder.getActorMembers(long actorId,
int fromIndex,
int numberOfElements) |
static SelectListDescriptor<Long> |
SelectDescriptorBuilder.getActorMembersInitiatorForProcess(long processDefinitionId,
int index,
int numberPerPage) |
static SelectListDescriptor<SActorMember> |
SelectDescriptorBuilder.getActorMembersOfGroup(long groupId,
int fromIndex,
int numberOfActorMembers) |
static SelectListDescriptor<SActorMember> |
SelectDescriptorBuilder.getActorMembersOfRole(long roleId,
int fromIndex,
int numberOfActorMembers) |
static SelectListDescriptor<SActorMember> |
SelectDescriptorBuilder.getActorMembersOfUser(long userId,
int fromIndex,
int numberOfActorMembers) |
static SelectListDescriptor<SActor> |
SelectDescriptorBuilder.getActorsOfScope(long scopeId,
QueryOptions queryOptions) |
static <T extends PersistentObject> |
SelectDescriptorBuilder.getElementsByIds(Class<T> clazz,
String elementName,
Collection<Long> ids) |
static SelectListDescriptor<SActor> |
SelectDescriptorBuilder.getFullActorsListOfUser(Set<Long> scopeIds,
long userId) |
| Modifier and Type | Method and Description |
|---|---|
static SelectListDescriptor<SCommand> |
SelectDescriptorBuilder.getCommands(String field,
OrderByType order,
int fromIndex,
int numberOfElements) |
static SelectListDescriptor<SCommand> |
SelectDescriptorBuilder.getUserCommands(String field,
OrderByType order,
int fromIndex,
int numberOfElements) |
| Modifier and Type | Method and Description |
|---|---|
static SelectListDescriptor<SCategory> |
SelectDescriptorBuilder.getCategories(String field,
OrderByType order,
int fromIndex,
int numberOfProcesses) |
static SelectListDescriptor<SCategory> |
SelectDescriptorBuilder.getCategoriesOfProcess(long processId,
int fromIndex,
int numberOfCategories,
OrderByType order) |
static SelectListDescriptor<SCategory> |
SelectDescriptorBuilder.getCategoriesUnrelatedToProcess(long processId,
int fromIndex,
int numberOfCategories,
OrderByType order) |
static SelectListDescriptor<SProcessCategoryMapping> |
SelectDescriptorBuilder.getCategoryMappingOfProcessAndCategories(long processDefinitionId,
List<Long> categoryIds,
int fromIndex,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
static SelectListDescriptor<SAMappedDocument> |
SelectDescriptorBuilder.getArchivedDocumentList(String name,
long processInstanceId,
QueryOptions queryOptions,
long time) |
static SelectListDescriptor<SMappedDocument> |
SelectDescriptorBuilder.getDocumentList(String name,
long processInstanceId,
QueryOptions queryOptions) |
static SelectListDescriptor<SMappedDocument> |
SelectDescriptorBuilder.getDocumentListCreatedBefore(String name,
long processInstanceId,
QueryOptions queryOptions,
long time) |
static SelectListDescriptor<SMappedDocument> |
SelectDescriptorBuilder.getDocumentMappingsForProcessInstance(long processInstanceId,
int fromIndex,
int maxResults,
String sortFieldOrder,
OrderByType orderBy) |
static SelectListDescriptor<SAMappedDocument> |
SelectDescriptorBuilder.getSAMappedDocumentOfProcessWithName(long processInstanceId,
String documentName,
long time) |
| Modifier and Type | Method and Description |
|---|---|
static SelectListDescriptor<SActivityInstance> |
SelectDescriptorBuilder.getActivitiesFromProcessInstance(long rootContainerId,
int fromIndex,
int maxResults) |
static SelectListDescriptor<SBoundaryEventInstance> |
SelectDescriptorBuilder.getActivityBoundaryEvents(long activityInstanceId,
int fromIndex,
int maxResults) |
static SelectListDescriptor<SAActivityInstance> |
SelectDescriptorBuilder.getArchivedActivitiesFromProcessInstance(long rootContainerId,
QueryOptions queryOptions) |
static SelectListDescriptor<SAFlowNodeInstance> |
SelectDescriptorBuilder.getArchivedFlowNodesFromProcessInstance(long rootContainerId,
int fromIndex,
int maxResults) |
static SelectListDescriptor<SHumanTaskInstance> |
SelectDescriptorBuilder.getAssignedUserTasks(long userId,
int fromIndex,
int maxResults,
String sortFieldName,
OrderByType order) |
static SelectListDescriptor<SWaitingErrorEvent> |
SelectDescriptorBuilder.getCaughtError(long relatedActivityInstanceId,
QueryOptions queryOptions) |
static SelectListDescriptor<SWaitingErrorEvent> |
SelectDescriptorBuilder.getCaughtError(long relatedActivityInstanceId,
String errorCode,
QueryOptions queryOptions) |
static SelectListDescriptor<Long> |
SelectDescriptorBuilder.getChildInstanceIdsOfProcessInstance(Class<SProcessInstance> class1,
long processInstanceId,
QueryOptions queryOptions) |
static SelectListDescriptor<SEventInstance> |
SelectDescriptorBuilder.getEventsFromRootContainer(long rootContainerId,
int fromIndex,
int maxResults,
String field,
OrderByType orderByType) |
static SelectListDescriptor<STimerEventTriggerInstance> |
SelectDescriptorBuilder.getEventTriggers(long eventInstanceId,
QueryOptions queryOptions) |
static SelectListDescriptor<SFlowNodeInstance> |
SelectDescriptorBuilder.getFlowNodesFromProcessInstance(long parentProcessInstanceId,
int fromIndex,
int maxResults) |
static SelectListDescriptor<SWaitingSignalEvent> |
SelectDescriptorBuilder.getListeningSignals(String signalName,
int fromIndex,
int maxResults) |
static SelectListDescriptor<SMessageEventCouple> |
SelectDescriptorBuilder.getMessageEventCouples(int fromIndex,
int maxResults) |
static SelectListDescriptor<Map<String,Long>> |
SelectDescriptorBuilder.getNumbersOfAssignedOpenTasks(List<Long> userIds) |
static SelectListDescriptor<Map<Long,Long>> |
SelectDescriptorBuilder.getNumbersOfAssignedOverdueOpenTasks(List<Long> userIds) |
static SelectListDescriptor<SHumanTaskInstance> |
SelectDescriptorBuilder.getPendingUserTasks(long userId,
int fromIndex,
int maxResults,
String sortFieldName,
OrderByType order) |
static SelectListDescriptor<SHumanTaskInstance> |
SelectDescriptorBuilder.getPendingUserTasks(long userId,
Set<Long> actorIds,
int fromIndex,
int maxResults,
String sortFieldName,
OrderByType order) |
static SelectListDescriptor<Long> |
SelectDescriptorBuilder.getSourceProcesInstanceIdsOfArchProcessInstancesFromDefinition(long processDefinitionId,
QueryOptions queryOptions) |
static <T extends PersistentObject> |
SelectDescriptorBuilder.getSpecificQueryWithParameters(Class<T> clazz,
String queryName,
Map<String,Object> parameters,
QueryOptions queryOptions) |
static SelectListDescriptor<SRefBusinessDataInstance> |
SelectBusinessDataDescriptorBuilder.getSRefBusinessDataInstances(long processInstanceId,
int startIndex,
int maxResults) |
static SelectListDescriptor<SWaitingEvent> |
SelectDescriptorBuilder.getStartWaitingEvents(long processDefinitionId,
QueryOptions queryOptions) |
static SelectListDescriptor<SToken> |
SelectDescriptorBuilder.getToken(long processInstanceId) |
static SelectListDescriptor<SHumanTaskInstance> |
SelectDescriptorBuilder.searchAssignedTasksSupervisedBy(long supervisorId,
int fromIndex,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
protected SelectListDescriptor<Long> |
PlatformDependencyServiceImpl.getSelectDescriptorForDependencyIds(QueryOptions queryOptions,
Map<String,Object> parameters) |
protected SelectListDescriptor<Long> |
DependencyServiceImpl.getSelectDescriptorForDependencyIds(QueryOptions queryOptions,
Map<String,Object> parameters) |
protected abstract SelectListDescriptor<Long> |
AbstractDependencyService.getSelectDescriptorForDependencyIds(QueryOptions queryOptions,
Map<String,Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getActiveUsersByGroup(long groupId,
int fromIndex,
int numberOfUsers) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getActiveUsersByGroup(long groupId,
String field,
OrderByType order,
int fromIndex,
int numberOfUsers) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getActiveUsersWithManager(long managerUserId,
QueryOptions queryOptions) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getActiveUsersWithRole(long roleId,
int fromIndex,
int numberOfUsers) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getActiveUsersWithRole(long roleId,
QueryOptions queryOptions) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getActiveUsersWithRole(long roleId,
String field,
OrderByType order,
int fromIndex,
int numberOfUsers) |
static SelectListDescriptor<SGroup> |
SelectDescriptorBuilder.getChildrenOfGroup(SGroup group,
int fromIndex,
int numberOfGroups) |
static SelectListDescriptor<SGroup> |
SelectDescriptorBuilder.getChildrenOfGroup(SGroup group,
QueryOptions queryOptions) |
static SelectListDescriptor<SGroup> |
SelectDescriptorBuilder.getChildrenOfGroup(SGroup group,
String field,
OrderByType order,
int fromIndex,
int numberOfGroups) |
static <T extends PersistentObject> |
SelectDescriptorBuilder.getElements(Class<T> clazz,
String elementName,
int fromIndex,
int numberOfElements) |
static <T extends PersistentObject> |
SelectDescriptorBuilder.getElements(Class<T> clazz,
String elementName,
QueryOptions queryOptions) |
static <T extends PersistentObject> |
SelectDescriptorBuilder.getElements(Class<T> clazz,
String elementName,
String field,
OrderByType order,
int fromIndex,
int numberOfElements) |
static <T extends PersistentObject> |
SelectDescriptorBuilder.getElementsByIds(Class<T> clazz,
String elementName,
Collection<Long> ids) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getInactiveUsersByGroup(long groupId,
int fromIndex,
int numberOfUsers) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getInactiveUsersByGroup(long groupId,
String field,
OrderByType order,
int fromIndex,
int numberOfUsers) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getInactiveUsersWithManager(long managerUserId,
QueryOptions queryOptions) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getInactiveUsersWithRole(long roleId,
int fromIndex,
int numberOfUsers) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getInactiveUsersWithRole(long roleId,
QueryOptions queryOptions) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getInactiveUsersWithRole(long roleId,
String field,
OrderByType order,
int fromIndex,
int numberOfUsers) |
static SelectListDescriptor<SUserMembership> |
SelectDescriptorBuilder.getUserMembershipsByGroup(long groupId,
int startIndex,
int maxResults) |
static SelectListDescriptor<SUserMembership> |
SelectDescriptorBuilder.getUserMembershipsByRole(long roleId,
int startIndex,
int maxResults) |
static SelectListDescriptor<SUserMembership> |
SelectDescriptorBuilder.getUserMembershipsOfUser(long userId) |
static SelectListDescriptor<SUserMembership> |
SelectDescriptorBuilder.getUserMembershipsOfUser(long userId,
int fromIndex,
int numberOfMemberships) |
static SelectListDescriptor<SUserMembership> |
SelectDescriptorBuilder.getUserMembershipsOfUser(long userId,
QueryOptions queryOptions) |
static SelectListDescriptor<SUserMembership> |
SelectDescriptorBuilder.getUserMembershipsOfUser(long userId,
String field,
OrderByType order,
int fromIndex,
int numberOfMemberships) |
static SelectListDescriptor<SUserMembership> |
SelectDescriptorBuilder.getUserMembershipsWithGroup(QueryOptions queryOptions) |
static SelectListDescriptor<SUserMembership> |
SelectDescriptorBuilder.getUserMembershipsWithRole(QueryOptions queryOptions) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getUsersByGroup(long groupId,
int fromIndex,
int numberOfUsers) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getUsersByGroup(long groupId,
String field,
OrderByType order,
int fromIndex,
int numberOfUsers) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getUsersByMembership(long groupId,
long roleId) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getUsersByMembership(long groupId,
long roleId,
int fromIndex,
int numberOfUsers) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getUsersByMembership(long groupId,
long roleId,
String field,
OrderByType order,
int fromIndex,
int numberOfUsers) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getUsersWithManager(long managerUserId,
QueryOptions queryOptions) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getUsersWithRole(long roleId) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getUsersWithRole(long roleId,
int fromIndex,
int numberOfUsers) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getUsersWithRole(long roleId,
QueryOptions queryOptions) |
static SelectListDescriptor<SUser> |
SelectDescriptorBuilder.getUsersWithRole(long roleId,
String field,
OrderByType order,
int fromIndex,
int numberOfUsers) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
ReadPersistenceService.selectList(SelectListDescriptor<T> selectDescriptor) |
<T> List<T> |
AbstractHibernatePersistenceService.selectList(SelectListDescriptor<T> selectDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static SelectListDescriptor<SProfileMember> |
SelectDescriptorBuilder.getDirectProfileMembersOfGroup(long groupId,
String field,
OrderByType order,
int fromIndex,
int numberOfElements) |
static SelectListDescriptor<SProfileMember> |
SelectDescriptorBuilder.getDirectProfileMembersOfRole(long roleId,
String field,
OrderByType order,
int fromIndex,
int numberOfElements) |
static SelectListDescriptor<SProfileMember> |
SelectDescriptorBuilder.getDirectProfileMembersOfUser(long userId,
String field,
OrderByType order,
int fromIndex,
int numberOfElements) |
static SelectListDescriptor<SProfile> |
SelectDescriptorBuilder.getProfilesOfUser(long userId,
int fromIndex,
int numberOfElements,
String field,
OrderByType order) |
static SelectListDescriptor<SProfile> |
SelectDescriptorBuilder.getProfilesWithNavigationOfUser(long userId,
int fromIndex,
int numberOfElements,
String field,
OrderByType order) |
static SelectListDescriptor<SProfileMember> |
SelectDescriptorBuilder.getSProfileMembersWithoutDisplayName(long profileId,
QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
static SelectListDescriptor<SFailedJob> |
SelectDescriptorBuilder.getFailedJobs(QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
static SelectListDescriptor<Long> |
SelectDescriptorBuilder.getProcessDefIdsOfUser(long userId,
int fromIndex,
int maxResult,
OrderByType orderByType) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends PersistentObject> |
SelectDescriptorBuilder.getElements(Class<T> clazz,
String elementName,
int fromIndex,
int numberOfElements) |
static <T extends PersistentObject> |
SelectDescriptorBuilder.getElements(Class<T> clazz,
String elementName,
QueryOptions queryOptions) |
static <T extends PersistentObject> |
SelectDescriptorBuilder.getElements(Class<T> clazz,
String elementName,
String field,
OrderByType order,
int fromIndex,
int numberOfElements) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.