Uses of Class
com.saperion.wf.BoxCount
Packages that use BoxCount
Package
Description
Package for connector RMI client classes.
This package defines the different workflow-operations, that can be invoked by rmi.
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 BoxCountModifier and TypeMethodDescriptionAbstractWfRMIClientCommand.getBoxCount
(int boxId, BoxCountType type, Map<String, Object> parameters) Returns the number of all elements and of all unread elements of the inbox identified by the given id.SaRMIClientCommand.getBoxCount
(int boxId, BoxCountType type, Map<String, 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 BoxCountModifier and TypeMethodDescriptionGetBoxCount.invoke()
GetBoxCountCompleted.invoke()
GetBoxCountCreated.invoke()
GetBoxCountDue.invoke()
GetBoxCountReminders.invoke()
Methods in com.saperion.operations.workflow that return types with arguments of type BoxCount -
Uses of BoxCount in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return BoxCountModifier and TypeMethodDescriptionSaRMIServerCommand.getBoxCount
(int token, int boxId, BoxCountType type, Map<String, 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 BoxCountModifier and TypeMethodDescriptionSaRMIServerCommand.getBoxCounts
(int token, Set<Integer> boxId, BoxCountType type, Map<String, Object> parameters) Returns the number of all elements and of all unread elements of the inboxes identified by the given ids.