Interface PrintQueueItemService
- All Superinterfaces:
BatchService<PrintQueueItemServiceBatch>
- All Known Implementing Classes:
DefaultPrintQueueItemService
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
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.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.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
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: 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.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
executemethod on the fluent helper object.
-
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
executemethod 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: 80Original parameter name from the Odata EDM: status_desc
item_id- Constraints: Not nullable, Maximum length: 64Original parameter name from the Odata EDM: item_id
qname- Constraints: Not nullable, Maximum length: 64Original parameter name from the Odata EDM: qname
item_status- Constraints: Not nullable, Maximum length: 10Original 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
executemethod 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: noneOriginal parameter name from the Odata EDM: attachments
item_id- Constraints: noneOriginal parameter name from the Odata EDM: item_id
main_doc- Constraints: noneOriginal parameter name from the Odata EDM: main_doc
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 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: noneOriginal parameter name from the Odata EDM: item_id
qname- Constraints: noneOriginal 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
executemethod 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: 32Original parameter name from the Odata EDM: Qname
printParams- Constraints: noneOriginal 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
executemethod on the fluent helper object.
-