Uses of Interface
com.saperion.intf.wf.TaskAuditInfo
Packages that use TaskAuditInfo
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the main classic workflow connector classes.
This package contains the classes for the LARIX RMI Server.
This package contains the common used workflow classes.
-
Uses of TaskAuditInfo in com.saperion.connector
Methods in com.saperion.connector that return types with arguments of type TaskAuditInfoModifier and TypeMethodDescriptionSaClassicConnectorImpl.getTaskAuditList
(int[] ids, String filter, Map<String, Object> parameter) Reads the task audits for this user. -
Uses of TaskAuditInfo in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return types with arguments of type TaskAuditInfoModifier and TypeMethodDescriptionAbstractWfRMIClientCommand.getTaskAuditList
(int[] ids, String filter, Map<String, Object> parameter) Reads the task audit for this user.SaRMIClientCommand.getTaskAuditList
(int[] ids, String filter, Map<String, Object> parameter) Reads the task audit for this user. -
Uses of TaskAuditInfo in com.saperion.connector.wf
Methods in com.saperion.connector.wf that return types with arguments of type TaskAuditInfoModifier and TypeMethodDescriptionSaWFConnector.getTaskAuditList
(int[] boxIds, String filter) Reads the task audit for this user.SaWFConnector.getTaskAuditList
(int[] boxIds, String filter, Map<String, Object> parameter) Reads the task audit for this user.SaWFConnectorImpl.getTaskAuditList
(int[] boxIds, String filter) Reads the task audit for this user.SaWFConnectorImpl.getTaskAuditList
(int[] boxIds, String filter, Map<String, Object> parameter) Reads the task audit for this user. -
Uses of TaskAuditInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return types with arguments of type TaskAuditInfoModifier and TypeMethodDescriptionSaRMIServerCommand.getTaskAuditList
(int token, int[] ids, String filter, Map<String, Object> parameter) Reads the task for this user. -
Uses of TaskAuditInfo in com.saperion.wf
Classes in com.saperion.wf that implement TaskAuditInfo