Interface PrintQueueItemService

All Superinterfaces:
BatchService<PrintQueueItemServiceBatch>
All Known Implementing Classes:
DefaultPrintQueueItemService

@Deprecated public interface PrintQueueItemService extends BatchService<PrintQueueItemServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

This service enables you to retrieve print queue items of all print queues of a specified user. The status of the print queue items can be modified according to the performed processing in the external application.

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_CLOUD_PRINT_PULL_SRV
API Version: 1
Communication Scenario: Printing - Pull Integration (SAP_COM_0466)
Scope Items: Output Management (‏1LQ‏)
Authentication Methods: Basic
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull PrintQueueItemService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • retrieveNextQueueItem

      @Nonnull RetrieveNextQueueItemFluentHelper retrieveNextQueueItem(@Nonnull String qname, @Nonnull String language)
      Deprecated.

      Creates a fluent helper for the RetrieveNextQueueItem OData function import.

      Parameters:
      qname - Constraints: Not nullable, Maximum length: 32

      Original parameter name from the Odata EDM: Qname

      language - Constraints: Not nullable, Maximum length: 40

      Original parameter name from the Odata EDM: Language

      Returns:
      A fluent helper object that will execute the RetrieveNextQueueItem OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • get_IcmCache

      @Nonnull Get_IcmCacheFluentHelper get_IcmCache()
      Deprecated.

      Creates a fluent helper for the Get_IcmCache OData function import.

      Returns:
      A fluent helper object that will execute the Get_IcmCache OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • get_PrintQueuesOfUser

      @Nonnull Get_PrintQueuesOfUserFluentHelper get_PrintQueuesOfUser()
      Deprecated.

      Creates a fluent helper for the Get_PrintQueuesOfUser OData function import.

      Returns:
      A fluent helper object that will execute the Get_PrintQueuesOfUser OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • set_QItem_Status

      @Nonnull Set_QItem_StatusFluentHelper set_QItem_Status(@Nonnull String qname, @Nonnull String item_id, @Nonnull String item_status, @Nonnull String status_desc)
      Deprecated.

      Creates a fluent helper for the Set_QItem_Status OData function import.

      Parameters:
      status_desc - Constraints: Not nullable, Maximum length: 80

      Original parameter name from the Odata EDM: status_desc

      item_id - Constraints: Not nullable, Maximum length: 64

      Original parameter name from the Odata EDM: item_id

      qname - Constraints: Not nullable, Maximum length: 64

      Original parameter name from the Odata EDM: qname

      item_status - Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: item_status

      Returns:
      A fluent helper object that will execute the Set_QItem_Status OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • get_QItem_Document

      @Nonnull Get_QItem_DocumentFluentHelper get_QItem_Document(@Nonnull String item_id, @Nonnull Boolean main_doc, @Nonnull Boolean attachments, @Nonnull String qname)
      Deprecated.

      Creates a fluent helper for the Get_QItem_Document OData function import.

      Parameters:
      attachments - Constraints: none

      Original parameter name from the Odata EDM: attachments

      item_id - Constraints: none

      Original parameter name from the Odata EDM: item_id

      main_doc - Constraints: none

      Original parameter name from the Odata EDM: main_doc

      qname - Constraints: none

      Original parameter name from the Odata EDM: qname

      Returns:
      A fluent helper object that will execute the Get_QItem_Document OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • get_PrintOptions

      @Nonnull Get_PrintOptionsFluentHelper get_PrintOptions(@Nonnull String qname, @Nonnull String item_id)
      Deprecated.

      Creates a fluent helper for the Get_PrintOptions OData function import.

      Parameters:
      item_id - Constraints: none

      Original parameter name from the Odata EDM: item_id

      qname - Constraints: none

      Original parameter name from the Odata EDM: qname

      Returns:
      A fluent helper object that will execute the Get_PrintOptions OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • set_PrintParameter

      @Nonnull Set_PrintParameterFluentHelper set_PrintParameter(@Nonnull String printParams, @Nonnull String qname)
      Deprecated.

      Creates a fluent helper for the Set_PrintParameter OData function import.

      Parameters:
      qname - Constraints: Not nullable, Maximum length: 32

      Original parameter name from the Odata EDM: Qname

      printParams - Constraints: none

      Original parameter name from the Odata EDM: PrintParams

      Returns:
      A fluent helper object that will execute the Set_PrintParameter OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.