Package com.saperion.operations.workflow
Class GetBoxCountReminders
- java.lang.Object
-
- com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
-
- com.saperion.operations.LegacyOperation<BoxCount>
-
- com.saperion.operations.workflow.GetBoxCountReminders
-
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<BoxCount,SaBasicException,LegacyConnection>
,java.io.Serializable
public class GetBoxCountReminders extends LegacyOperation<BoxCount>
Counts the tasks in reminder-state contained in a workflow-inbox. The invoke-method will return aBoxCount
instance.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetBoxCountReminders(int boxId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 BoxCount invoke() throws SaBasicException
- Throws:
SaBasicException
-
-