Package com.saperion.operations.workflow
Class GetBoxCountCreated
java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
com.saperion.operations.LegacyOperation<BoxCount>
com.saperion.operations.workflow.GetBoxCountCreated
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<BoxCount,
,SaBasicException, LegacyConnection> Serializable
Counts the created tasks for a user. The invoke-method will
return a
BoxCount
instance.- See Also:
-
Constructor Summary
Constructors -
Method Summary
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.lexmark.saperion.remote.common.operations.Operation
audit, dispatchEvent, isAuditable, isEventDispatcher
-
Constructor Details
-
GetBoxCountCreated
public GetBoxCountCreated(int ownerId) - Parameters:
ownerId
- ID of the user that created the tasks
-
-
Method Details
-
invoke
- Throws:
SaBasicException
-