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

public class GetBoxCountCreated extends LegacyOperation<BoxCount>
Counts the created tasks for a user. The invoke-method will return a BoxCount instance.
See Also:
  • Constructor Details

    • GetBoxCountCreated

      public GetBoxCountCreated(int ownerId)
      Parameters:
      ownerId - ID of the user that created the tasks
  • Method Details