Uses of Class
com.saperion.wf.BoxCount
-
Packages that use BoxCount Package Description com.saperion.connector.rmi Package for connector RMI client classes.com.saperion.operations.workflow This package defines the different workflow-operations, that can be invoked by rmi.com.saperion.rmi.common This package contains the classes for the LARIX RMI Server. -
-
Uses of BoxCount in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return BoxCount Modifier and Type Method Description BoxCount
AbstractWfRMIClientCommand. getBoxCount(int boxId, BoxCountType type, java.util.Map<java.lang.String,java.lang.Object> parameters)
Returns the number of all elements and of all unread elements of the inbox identified by the given id.BoxCount
SaRMIClientCommand. getBoxCount(int boxId, BoxCountType type, java.util.Map<java.lang.String,java.lang.Object> parameters)
Returns the number of all elements and of all unread elements of the inbox identified by the given id. -
Uses of BoxCount in com.saperion.operations.workflow
Methods in com.saperion.operations.workflow that return BoxCount Modifier and Type Method Description BoxCount
GetBoxCount. invoke()
BoxCount
GetBoxCountCompleted. invoke()
BoxCount
GetBoxCountCreated. invoke()
BoxCount
GetBoxCountDue. invoke()
BoxCount
GetBoxCountReminders. invoke()
Methods in com.saperion.operations.workflow that return types with arguments of type BoxCount Modifier and Type Method Description java.util.HashMap<java.lang.Integer,BoxCount>
GetAllBoxCounts. invoke()
-
Uses of BoxCount in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return BoxCount Modifier and Type Method Description BoxCount
SaRMIServerCommand. getBoxCount(int token, int boxId, BoxCountType type, java.util.Map<java.lang.String,java.lang.Object> parameters)
Returns the number of all elements and of all unread elements of the inbox identified by the given id.Methods in com.saperion.rmi.common that return types with arguments of type BoxCount Modifier and Type Method Description java.util.HashMap<java.lang.Integer,BoxCount>
SaRMIServerCommand. getBoxCounts(int token, java.util.Set<java.lang.Integer> boxId, BoxCountType type, java.util.Map<java.lang.String,java.lang.Object> parameters)
Returns the number of all elements and of all unread elements of the inboxes identified by the given ids.
-