Package com.saperion.operations.workflow
Class GetAllBoxCounts
- java.lang.Object
-
- com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
-
- com.saperion.operations.LegacyOperation<java.util.HashMap<java.lang.Integer,BoxCount>>
-
- com.saperion.operations.workflow.GetAllBoxCounts
-
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<java.util.HashMap<java.lang.Integer,BoxCount>,SaBasicException,LegacyConnection>
,java.io.Serializable
public class GetAllBoxCounts extends LegacyOperation<java.util.HashMap<java.lang.Integer,BoxCount>>
Returns the counts of all active entries in the specified workflow inboxes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetAllBoxCounts(java.util.Set<java.lang.Integer> boxIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.HashMap<java.lang.Integer,BoxCount>
invoke()
-
Methods inherited from class com.saperion.operations.LegacyOperation
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
-
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation
afterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap, toString
-
-
-
-
Method Detail
-
invoke
public java.util.HashMap<java.lang.Integer,BoxCount> invoke() throws SaBasicException
- Throws:
SaBasicException
-
-