Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
BoxCount |
GetBoxCountReminders.invoke() |
BoxCount |
GetBoxCountDue.invoke() |
BoxCount |
GetBoxCountCreated.invoke() |
BoxCount |
GetBoxCountCompleted.invoke() |
BoxCount |
GetBoxCount.invoke() |
Modifier and Type | Method and Description |
---|---|
HashMap<Integer,BoxCount> |
GetAllBoxCounts.invoke() |
Modifier and Type | Method and Description |
---|---|
BoxCount |
SaRMIServerCommand.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.
|
Modifier and Type | Method and Description |
---|---|
HashMap<Integer,BoxCount> |
SaRMIServerCommand.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.
|
Copyright © 2016 SAPERION AG. All rights reserved.