Class DefaultPrintQueueItemService
- All Implemented Interfaces:
BatchService<PrintQueueItemServiceBatch>,PrintQueueItemService
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.
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 Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.PrintQueueItemService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingPrintQueueItemService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.Creates a fluent helper for the Get_IcmCache OData function import.get_PrintOptions(String qname, String item_id) Deprecated.Creates a fluent helper for the Get_PrintOptions OData function import.Deprecated.Creates a fluent helper for the Get_PrintQueuesOfUser OData function import.get_QItem_Document(String item_id, Boolean main_doc, Boolean attachments, String qname) Deprecated.Creates a fluent helper for the Get_QItem_Document OData function import.retrieveNextQueueItem(String qname, String language) Deprecated.Creates a fluent helper for the RetrieveNextQueueItem OData function import.set_PrintParameter(String printParams, String qname) Deprecated.Creates a fluent helper for the Set_PrintParameter OData function import.set_QItem_Status(String qname, String item_id, String item_status, String status_desc) Deprecated.Creates a fluent helper for the Set_QItem_Status OData function import.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultPrintQueueItemService
public DefaultPrintQueueItemService()Deprecated.Creates a service usingPrintQueueItemService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:PrintQueueItemServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfacePrintQueueItemService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<PrintQueueItemServiceBatch>
-
retrieveNextQueueItem
@Nonnull public RetrieveNextQueueItemFluentHelper retrieveNextQueueItem(@Nonnull String qname, @Nonnull String language) Deprecated.Description copied from interface:PrintQueueItemServiceCreates a fluent helper for the RetrieveNextQueueItem OData function import.
- Specified by:
retrieveNextQueueItemin interfacePrintQueueItemService- Parameters:
qname- Constraints: Not nullable, Maximum length: 32Original parameter name from the Odata EDM: Qname
language- Constraints: Not nullable, Maximum length: 40Original 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
executemethod on the fluent helper object.
-
get_IcmCache
Deprecated.Description copied from interface:PrintQueueItemServiceCreates a fluent helper for the Get_IcmCache OData function import.
- Specified by:
get_IcmCachein interfacePrintQueueItemService- Returns:
- A fluent helper object that will execute the Get_IcmCache OData function import with the provided
parameters. To perform execution, call the
executemethod on the fluent helper object.
-
get_PrintQueuesOfUser
Deprecated.Description copied from interface:PrintQueueItemServiceCreates a fluent helper for the Get_PrintQueuesOfUser OData function import.
- Specified by:
get_PrintQueuesOfUserin interfacePrintQueueItemService- Returns:
- A fluent helper object that will execute the Get_PrintQueuesOfUser OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
set_QItem_Status
@Nonnull public Set_QItem_StatusFluentHelper set_QItem_Status(@Nonnull String qname, @Nonnull String item_id, @Nonnull String item_status, @Nonnull String status_desc) Deprecated.Description copied from interface:PrintQueueItemServiceCreates a fluent helper for the Set_QItem_Status OData function import.
- Specified by:
set_QItem_Statusin interfacePrintQueueItemService- Parameters:
qname- Constraints: Not nullable, Maximum length: 64Original parameter name from the Odata EDM: qname
item_id- Constraints: Not nullable, Maximum length: 64Original parameter name from the Odata EDM: item_id
item_status- Constraints: Not nullable, Maximum length: 10Original parameter name from the Odata EDM: item_status
status_desc- Constraints: Not nullable, Maximum length: 80Original parameter name from the Odata EDM: status_desc
- Returns:
- A fluent helper object that will execute the Set_QItem_Status OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
get_QItem_Document
@Nonnull public Get_QItem_DocumentFluentHelper get_QItem_Document(@Nonnull String item_id, @Nonnull Boolean main_doc, @Nonnull Boolean attachments, @Nonnull String qname) Deprecated.Description copied from interface:PrintQueueItemServiceCreates a fluent helper for the Get_QItem_Document OData function import.
- Specified by:
get_QItem_Documentin interfacePrintQueueItemService- Parameters:
item_id- Constraints: noneOriginal parameter name from the Odata EDM: item_id
main_doc- Constraints: noneOriginal parameter name from the Odata EDM: main_doc
attachments- Constraints: noneOriginal parameter name from the Odata EDM: attachments
qname- Constraints: noneOriginal 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
executemethod on the fluent helper object.
-
get_PrintOptions
@Nonnull public Get_PrintOptionsFluentHelper get_PrintOptions(@Nonnull String qname, @Nonnull String item_id) Deprecated.Description copied from interface:PrintQueueItemServiceCreates a fluent helper for the Get_PrintOptions OData function import.
- Specified by:
get_PrintOptionsin interfacePrintQueueItemService- Parameters:
qname- Constraints: noneOriginal parameter name from the Odata EDM: qname
item_id- Constraints: noneOriginal parameter name from the Odata EDM: item_id
- Returns:
- A fluent helper object that will execute the Get_PrintOptions OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
set_PrintParameter
@Nonnull public Set_PrintParameterFluentHelper set_PrintParameter(@Nonnull String printParams, @Nonnull String qname) Deprecated.Description copied from interface:PrintQueueItemServiceCreates a fluent helper for the Set_PrintParameter OData function import.
- Specified by:
set_PrintParameterin interfacePrintQueueItemService- Parameters:
printParams- Constraints: noneOriginal parameter name from the Odata EDM: PrintParams
qname- Constraints: Not nullable, Maximum length: 32Original parameter name from the Odata EDM: Qname
- Returns:
- A fluent helper object that will execute the Set_PrintParameter OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-