| Modifier and Type | Method and Description |
|---|---|
<T extends SAFlowNodeInstance> |
FlowNodeInstanceService.getLastArchivedFlowNodeInstance(Class<T> entityClass,
long sourceObjectFlowNodeInstanceId) |
<T extends SAFlowNodeInstance> |
FlowNodeInstanceService.searchArchivedFlowNodeInstances(Class<T> entityClass,
QueryOptions queryOptions)
Retrieve the total number of the archived flow nodes matching the given search criteria.
|
<T extends SAFlowNodeInstance> |
FlowNodeInstanceService.searchArchivedFlowNodeInstancesSupervisedBy(long supervisorId,
Class<T> entityClass,
QueryOptions queryOptions)
Retrieve the total number of the archived flow nodes matching the given search criteria, for a specific supervisor.
|
| Modifier and Type | Method and Description |
|---|---|
SAFlowNodeInstance |
FlowNodeInstanceService.getArchivedFlowNodeInstance(long archivedFlowNodeInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<SAFlowNodeInstance> |
FlowNodeInstanceService.getArchivedFlowNodeInstances(long rootContainerId,
int fromIndex,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeInstanceService.deleteArchivedFlowNodeInstance(SAFlowNodeInstance saFlowNodeInstance) |
| Modifier and Type | Method and Description |
|---|---|
long |
FlowNodeInstanceService.getNumberOfArchivedFlowNodeInstances(Class<? extends SAFlowNodeInstance> entityClass,
QueryOptions queryOptions)
Retrieve the total number of the archived flow nodes matching the given search criteria.
|
long |
FlowNodeInstanceService.getNumberOfArchivedFlowNodeInstancesSupervisedBy(long supervisorId,
Class<? extends SAFlowNodeInstance> entityClass,
QueryOptions queryOptions)
Retrieve the total number of the archived flow nodes matching the given search criteria, for a specific supervisor.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends SAFlowNodeInstance> |
FlowNodeInstancesServiceImpl.getLastArchivedFlowNodeInstance(Class<T> entityClass,
long sourceObjectFlowNodeInstanceId) |
<T extends SAFlowNodeInstance> |
FlowNodeInstancesServiceImpl.searchArchivedFlowNodeInstances(Class<T> entityClass,
QueryOptions searchOptions) |
<T extends SAFlowNodeInstance> |
FlowNodeInstancesServiceImpl.searchArchivedFlowNodeInstancesSupervisedBy(long supervisorId,
Class<T> entityClass,
QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
SAFlowNodeInstance |
FlowNodeInstancesServiceImpl.getArchivedFlowNodeInstance(long archivedFlowNodeInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<SAFlowNodeInstance> |
FlowNodeInstancesServiceImpl.getArchivedFlowNodeInstances(long rootContainerId,
int fromIndex,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeInstancesServiceImpl.deleteArchivedFlowNodeInstance(SAFlowNodeInstance saFlowNodeInstance) |
| Modifier and Type | Method and Description |
|---|---|
long |
FlowNodeInstancesServiceImpl.getNumberOfArchivedFlowNodeInstances(Class<? extends SAFlowNodeInstance> entityClass,
QueryOptions countOptions) |
long |
FlowNodeInstancesServiceImpl.getNumberOfArchivedFlowNodeInstancesSupervisedBy(long supervisorId,
Class<? extends SAFlowNodeInstance> entityClass,
QueryOptions queryOptions) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SAActivityInstance |
interface |
SAAutomaticTaskInstance |
interface |
SACallActivityInstance |
interface |
SAGatewayInstance |
interface |
SAHumanTaskInstance |
interface |
SALoopActivityInstance |
interface |
SAManualTaskInstance |
interface |
SAMultiInstanceActivityInstance |
interface |
SAReceiveTaskInstance |
interface |
SASendTaskInstance |
interface |
SASubProcessActivityInstance |
interface |
SATaskInstance |
interface |
SAUserTaskInstance |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SABoundaryEventInstance |
interface |
SACatchEventInstance |
interface |
SAEndEventInstance |
interface |
SAEventInstance |
interface |
SAIntermediateCatchEventInstance |
interface |
SAIntermediateThrowEventInstance |
interface |
SAStartEventInstance |
interface |
SAThrowEventInstance |
| Modifier and Type | Class and Description |
|---|---|
class |
SABoundaryEventInstanceImpl |
class |
SACatchEventInstanceImpl |
class |
SAEndEventInstanceImpl |
class |
SAEventInstanceImpl |
class |
SAIntermediateCatchEventInstanceImpl |
class |
SAIntermediateThrowEventInstanceImpl |
class |
SAStartEventInstanceImpl |
class |
SAThrowEventInstanceImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
SAActivityInstanceImpl |
class |
SAAutomaticTaskInstanceImpl |
class |
SACallActivityInstanceImpl |
class |
SAFlowNodeInstanceImpl |
class |
SAGatewayInstanceImpl |
class |
SAHumanTaskInstanceImpl |
class |
SALoopActivityInstanceImpl |
class |
SAManualTaskInstanceImpl |
class |
SAMultiInstanceActivityInstanceImpl |
class |
SAReceiveTaskInstanceImpl |
class |
SASendTaskInstanceImpl |
class |
SASubProcessActivityInstanceImpl |
class |
SAUserTaskInstanceImpl |
| Modifier and Type | Method and Description |
|---|---|
static SelectListDescriptor<SAFlowNodeInstance> |
SelectDescriptorBuilder.getArchivedFlowNodesFromProcessInstance(long rootContainerId,
int fromIndex,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
List<SAFlowNodeInstance> |
SearchArchivedFlowNodeInstances.executeSearch(QueryOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<ArchivedFlowNodeInstance> |
SearchArchivedFlowNodeInstances.convertToClientObjects(List<SAFlowNodeInstance> serverObjects) |
| Modifier and Type | Method and Description |
|---|---|
List<SAFlowNodeInstance> |
SearchArchivedFlowNodeInstanceSupervisedBy.executeSearch(QueryOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<ArchivedFlowNodeInstance> |
SearchArchivedFlowNodeInstanceSupervisedBy.convertToClientObjects(List<SAFlowNodeInstance> serverObjects) |
| Modifier and Type | Method and Description |
|---|---|
static ArchivedFlowNodeInstance |
ModelConvertor.toArchivedFlowNodeInstance(SAFlowNodeInstance saFlowNode,
FlowNodeStateManager flowNodeStateManager) |
| Modifier and Type | Method and Description |
|---|---|
static List<ArchivedFlowNodeInstance> |
ModelConvertor.toArchivedFlowNodeInstances(List<SAFlowNodeInstance> saFlowNodes,
FlowNodeStateManager flowNodeStateManager) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.