Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.connector.rmi |
Package for connector RMI client classes.
|
com.saperion.connector.wf |
This package contains the main classic workflow connector classes.
|
com.saperion.rmi.common |
This package contains the classes for the LARIX RMI Server.
|
com.saperion.wf |
This package contains the common used workflow classes.
|
Modifier and Type | Method and Description |
---|---|
List<TaskAuditInfo> |
SaClassicConnectorImpl.getTaskAuditList(int[] ids,
String filter,
Map<String,Object> parameter)
Reads the task audits for this user.
|
Modifier and Type | Method and Description |
---|---|
List<TaskAuditInfo> |
SaRMIClientCommand.getTaskAuditList(int[] ids,
String filter,
Map<String,Object> parameter)
Reads the task audit for this user.
|
List<TaskAuditInfo> |
AbstractWfRMIClientCommand.getTaskAuditList(int[] ids,
String filter,
Map<String,Object> parameter)
Reads the task audit for this user.
|
Modifier and Type | Method and Description |
---|---|
List<TaskAuditInfo> |
SaWFConnectorImpl.getTaskAuditList(int[] boxIds,
String filter)
Reads the task audit for this user.
|
List<TaskAuditInfo> |
SaWFConnector.getTaskAuditList(int[] boxIds,
String filter)
Reads the task audit for this user.
|
List<TaskAuditInfo> |
SaWFConnectorImpl.getTaskAuditList(int[] boxIds,
String filter,
Map<String,Object> parameter)
Reads the task audit for this user.
|
List<TaskAuditInfo> |
SaWFConnector.getTaskAuditList(int[] boxIds,
String filter,
Map<String,Object> parameter)
Reads the task audit for this user.
|
Modifier and Type | Method and Description |
---|---|
List<TaskAuditInfo> |
SaRMIServerCommand.getTaskAuditList(int token,
int[] ids,
String filter,
Map<String,Object> parameter)
Reads the task for this user.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskAuditInfoImpl
Task audit information object.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.