| Modifier and Type | Method and Description |
|---|---|
SProcessDefinitionDeployInfo |
GetProcessDefinitionDeployInfo.getResult() |
| Modifier and Type | Method and Description |
|---|---|
List<SProcessDefinitionDeployInfo> |
GetProcessDefinitionDeployInfosWithActorOnlyForUsers.executeGet(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
GetProcessDefinitionDeployInfosWithActorOnlyForUser.executeGet(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
GetProcessDefinitionDeployInfosWithActorOnlyForRoles.executeGet(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
GetProcessDefinitionDeployInfosWithActorOnlyForRole.executeGet(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
GetProcessDefinitionDeployInfosWithActorOnlyForGroups.executeGet(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
GetProcessDefinitionDeployInfosWithActorOnlyForGroup.executeGet(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
GetProcessDefinitionDeployInfos.executeGet(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
GetSProcessDefinitionDeployInfos.getResult() |
| Modifier and Type | Method and Description |
|---|---|
List<ProcessDeploymentInfo> |
AbstractGetProcessDeploymentInfo.convertToClientObjects(List<SProcessDefinitionDeployInfo> serverObjects) |
| Modifier and Type | Method and Description |
|---|---|
SProcessDefinitionDeployInfo |
ProcessDefinitionServiceImpl.getProcessDeploymentInfo(long processId) |
SProcessDefinitionDeployInfo |
ProcessDefinitionService.getProcessDeploymentInfo(long processId)
Get deployment info of the process definition having the id given in parameter
|
SProcessDefinitionDeployInfo |
ProcessDefinitionServiceImpl.updateProcessDefinitionDeployInfo(long processId,
org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor descriptor) |
SProcessDefinitionDeployInfo |
ProcessDefinitionService.updateProcessDefinitionDeployInfo(long processId,
org.bonitasoft.engine.recorder.model.EntityUpdateDescriptor descriptor)
Update deployment info of the process definition having the id given in parameter
|
| Modifier and Type | Method and Description |
|---|---|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfos(int fromIndex,
int numberPerPage,
String field,
org.bonitasoft.engine.persistence.OrderByType order) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfos(int fromIndex,
int numberPerPage,
String field,
org.bonitasoft.engine.persistence.OrderByType order)
Get process definition deploy info in a specific interval with order, this can be used for pagination
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfos(List<Long> processIds) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfos(List<Long> processIds) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfos(List<Long> processIds,
int fromIndex,
int numberOfProcesses,
String field,
org.bonitasoft.engine.persistence.OrderByType order) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfos(List<Long> processIds,
int fromIndex,
int numberOfProcesses,
String field,
org.bonitasoft.engine.persistence.OrderByType order)
get sub set of processDefinitionDeployInfos in specific order
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfos(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfos(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Get process definition deploy info in a specific interval with order, this can be used for pagination
|
Map<Long,SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfosFromArchivedProcessInstanceIds(List<Long> archivedProcessInstantsIds) |
Map<Long,SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfosFromArchivedProcessInstanceIds(List<Long> archivedProcessInstantsIds)
Get A list of SProcessDefinitionDeployInfos for the specific archived processInstances
|
Map<Long,SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfosFromProcessInstanceIds(List<Long> processInstanceIds) |
Map<Long,SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfosFromProcessInstanceIds(List<Long> processInstanceIds)
A list of SProcessDefinitionDeployInfos for the specific processInstances
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfosUnrelatedToCategory(long categoryId,
int pageIndex,
int numberPerPage,
ProcessDeploymentInfoCriterion pagingCriterion) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfosUnrelatedToCategory(long categoryId,
int pageIndex,
int numberPerPage,
ProcessDeploymentInfoCriterion pagingCriterion)
Get A list of SProcessDefinitionDeployInfos unrelated to the specific category
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfosWithActorOnlyForGroup(long groupId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfosWithActorOnlyForGroup(long groupId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions)
List all processes that contain at least one task which actor is mapped only to the specified group.
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfosWithActorOnlyForGroups(List<Long> groupIds,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfosWithActorOnlyForGroups(List<Long> groupIds,
org.bonitasoft.engine.persistence.QueryOptions queryOptions)
List all processes that contain at least one task which actor is mapped only to the specified groups.
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfosWithActorOnlyForRole(long roleId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfosWithActorOnlyForRole(long roleId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions)
List all processes that contain at least one task which actor is mapped only to the specified role.
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfosWithActorOnlyForRoles(List<Long> roleIds,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfosWithActorOnlyForRoles(List<Long> roleIds,
org.bonitasoft.engine.persistence.QueryOptions queryOptions)
List all processes that contain at least one task which actor is mapped only to the specified roles.
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfosWithActorOnlyForUser(long userId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfosWithActorOnlyForUser(long userId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions)
List all processes that contain at least one task which actor is mapped only to the specified user.
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.getProcessDeploymentInfosWithActorOnlyForUsers(List<Long> userIds,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.getProcessDeploymentInfosWithActorOnlyForUsers(List<Long> userIds,
org.bonitasoft.engine.persistence.QueryOptions queryOptions)
List all processes that contain at least one task which actor is mapped only to the specified users.
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.searchProcessDeploymentInfos(long userId,
org.bonitasoft.engine.persistence.QueryOptions searchOptions,
String querySuffix) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.searchProcessDeploymentInfos(long userId,
org.bonitasoft.engine.persistence.QueryOptions searchOptions,
String querySuffix)
Search all process definitions for the specific user who can perform the "querySuffix" specified action
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.searchProcessDeploymentInfos(org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.searchProcessDeploymentInfos(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Search all process definition deploy infos according to the specific search criteria
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.searchProcessDeploymentInfosCanBeStartedBy(long userId,
org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.searchProcessDeploymentInfosCanBeStartedBy(long userId,
org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Search all process definitions for the specific user who can start
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.searchProcessDeploymentInfosCanBeStartedByUsersManagedBy(long managerUserId,
org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.searchProcessDeploymentInfosCanBeStartedByUsersManagedBy(long managerUserId,
org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Search all process definitions for the users managed by specific manager, or manager who can start
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.searchProcessDeploymentInfosOfCategory(long categoryId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.searchProcessDeploymentInfosOfCategory(long categoryId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Search all process definitions for a specific category.
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.searchProcessDeploymentInfosStartedBy(long startedBy,
org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.searchProcessDeploymentInfosStartedBy(long startedBy,
org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Search all process deploy info started by the specific user
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.searchProcessDeploymentInfosWithAssignedOrPendingHumanTasks(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.searchProcessDeploymentInfosWithAssignedOrPendingHumanTasks(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Search all process definitions that have instances with one or more human tasks assigned/pending.
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.searchProcessDeploymentInfosWithAssignedOrPendingHumanTasksFor(long userId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.searchProcessDeploymentInfosWithAssignedOrPendingHumanTasksFor(long userId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Search all process definitions that have one or more human tasks assigned/pending for a specific user.
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.searchProcessDeploymentInfosWithAssignedOrPendingHumanTasksSupervisedBy(long userId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.searchProcessDeploymentInfosWithAssignedOrPendingHumanTasksSupervisedBy(long userId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Search all process definitions supervised by a specific user, that have instances with one or more human tasks assigned/pending.
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.searchUncategorizedProcessDeploymentInfos(org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.searchUncategorizedProcessDeploymentInfos(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Search all uncategorized process definitions according to the search criteria.
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.searchUncategorizedProcessDeploymentInfosCanBeStartedBy(long userId,
org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.searchUncategorizedProcessDeploymentInfosCanBeStartedBy(long userId,
org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Search all uncategorized process definitions for the specific user who can start
|
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionServiceImpl.searchUncategorizedProcessDeploymentInfosSupervisedBy(long userId,
org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
List<SProcessDefinitionDeployInfo> |
ProcessDefinitionService.searchUncategorizedProcessDeploymentInfosSupervisedBy(long userId,
org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Search all uncategorized process definitions by given query criteria for specific supervisor
|
| Constructor and Description |
|---|
SDeletingEnabledProcessException(String message,
SProcessDefinitionDeployInfo processDefinitionDeployInfo) |
SProcessDefinitionNotFoundException(Throwable cause,
SProcessDefinitionDeployInfo processDefinitionDeployInfo) |
SProcessDeletionException(Throwable cause,
SProcessDefinitionDeployInfo processDefinitionDeployInfo) |
| Modifier and Type | Method and Description |
|---|---|
SProcessDefinitionDeployInfo |
SProcessDefinitionDeployInfoBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
SProcessDefinitionDeployInfo |
SProcessDefinitionDeployInfoBuilderImpl.done() |
| Modifier and Type | Class and Description |
|---|---|
class |
SProcessDefinitionDeployInfoImpl |
| Modifier and Type | Method and Description |
|---|---|
List<ProcessDeploymentInfo> |
AbstractProcessDeploymentInfoSearchEntity.convertToClientObjects(List<SProcessDefinitionDeployInfo> serverObjects) |
| Modifier and Type | Method and Description |
|---|---|
List<SProcessDefinitionDeployInfo> |
SearchUncategorizedProcessDeploymentInfosSupervisedBy.executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
List<SProcessDefinitionDeployInfo> |
SearchUncategorizedProcessDeploymentInfosCanBeStartedBy.executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
List<SProcessDefinitionDeployInfo> |
SearchUncategorizedProcessDeploymentInfos.executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
List<SProcessDefinitionDeployInfo> |
SearchProcessDeploymentInfosWithAssignedOrPendingHumanTasksSupervisedBy.executeSearch(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
SearchProcessDeploymentInfosWithAssignedOrPendingHumanTasksFor.executeSearch(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
SearchProcessDeploymentInfosWithAssignedOrPendingHumanTasks.executeSearch(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SProcessDefinitionDeployInfo> |
SearchProcessDeploymentInfosStartedBy.executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
List<SProcessDefinitionDeployInfo> |
SearchProcessDeploymentInfosCanBeStartedByUsersManagedBy.executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
List<SProcessDefinitionDeployInfo> |
SearchProcessDeploymentInfosCanBeStartedBy.executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
List<SProcessDefinitionDeployInfo> |
SearchProcessDeploymentInfos.executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<SProcessDefinitionDeployInfo> |
SearchProcessDeploymentInfosSupervised.executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessDeploymentInfo |
ModelConvertor.toProcessDeploymentInfo(SProcessDefinitionDeployInfo processDefinitionDI) |
| Modifier and Type | Method and Description |
|---|---|
static List<ProcessDeploymentInfo> |
ModelConvertor.toProcessDeploymentInfo(List<SProcessDefinitionDeployInfo> processDefinitionDIs) |
static Map<Long,ProcessDeploymentInfo> |
ModelConvertor.toProcessDeploymentInfos(Map<Long,SProcessDefinitionDeployInfo> sProcessDeploymentInfos) |
Copyright © 2015 Bonitasoft S.A.. All rights reserved.