Class GetBoxCountDue

java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
com.saperion.operations.LegacyOperation<BoxCount>
com.saperion.operations.workflow.GetBoxCountDue
All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<BoxCount,SaBasicException,LegacyConnection>, Serializable

public class GetBoxCountDue extends LegacyOperation<BoxCount>
Counts the due tasks contained in a workflow-inbox. The invoke-method will return a BoxCount instance.
See Also:
  • Constructor Details

    • GetBoxCountDue

      public GetBoxCountDue(int boxId)
      Parameters:
      boxId - ID of the workflow inbox
  • Method Details