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 BoxCountAbstractWfRMIClientCommand. 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.BoxCountSaRMIClientCommand. 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 BoxCountGetBoxCount. invoke()BoxCountGetBoxCountCompleted. invoke()BoxCountGetBoxCountCreated. invoke()BoxCountGetBoxCountDue. invoke()BoxCountGetBoxCountReminders. 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 BoxCountSaRMIServerCommand. 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.
-