Interface ExternalJobSchedulerIntegrationService
- All Superinterfaces:
BatchService<ExternalJobSchedulerIntegrationServiceBatch>
- All Known Implementing Classes:
DefaultExternalJobSchedulerIntegrationService
This service enables you to schedule application jobs for a specified business user, to read the status and other data of an application job, and to cancel an application job.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | BC_EXT_APPJOB_MANAGEMENT |
| API Version: | 2 |
| Communication Scenario: | External Scheduler Integration (SAP_COM_0064) |
-
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.Fetch multipleJobTemplateentities.getJobTemplateByKey(String jobTemplateName, String jobTemplateVersion) Deprecated.Fetch a singleJobTemplateentity using key fields.Deprecated.Creates a fluent helper for the JobAbort OData function import.Deprecated.Creates a fluent helper for the JobCancel OData function import.jobSchedule(String jobUserID, String jobUserName, String jobText, String jobTemplateName, String jobParameterValues, Boolean testModeInd, String jobUser) Deprecated.Creates a fluent helper for the JobSchedule OData function import.jobStatusGet(String jobName, String jobRunCount) Deprecated.Creates a fluent helper for the JobStatusGet 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.
-
getAllJobTemplate
Deprecated.Fetch multipleJobTemplateentities.- Returns:
- A fluent helper to fetch multiple
JobTemplateentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getJobTemplateByKey
@Nonnull JobTemplateByKeyFluentHelper getJobTemplateByKey(String jobTemplateName, String jobTemplateVersion) Deprecated.Fetch a singleJobTemplateentity using key fields.- Parameters:
jobTemplateName-jobTemplateVersion-- Returns:
- A fluent helper to fetch a single
JobTemplateentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
jobSchedule
@Nonnull JobScheduleFluentHelper jobSchedule(@Nullable String jobUserID, @Nullable String jobUserName, @Nonnull String jobText, @Nonnull String jobTemplateName, @Nullable String jobParameterValues, @Nullable Boolean testModeInd, @Nullable String jobUser) Deprecated.Creates a fluent helper for the JobSchedule OData function import.
- Parameters:
testModeInd- IndicatorConstraints: Nullable
Original parameter name from the Odata EDM: TestModeInd
jobText- Constraints: Not nullable, Maximum length: 120Original parameter name from the Odata EDM: JobText
jobUserName- Constraints: Nullable, Maximum length: 12Original parameter name from the Odata EDM: JobUserName
jobParameterValues- Constraints: NullableOriginal parameter name from the Odata EDM: JobParameterValues
jobUser- Constraints: Nullable, Maximum length: 40Original parameter name from the Odata EDM: JobUser
jobUserID- Constraints: Nullable, Maximum length: 40Original parameter name from the Odata EDM: JobUserID
jobTemplateName- Constraints: Not nullable, Maximum length: 40Original parameter name from the Odata EDM: JobTemplateName
- Returns:
- A fluent helper object that will execute the JobSchedule OData function import with the provided
parameters. To perform execution, call the
executemethod on the fluent helper object.
-
jobCancel
Deprecated.Creates a fluent helper for the JobCancel OData function import.
- Parameters:
jobName- Constraints: Not nullable, Maximum length: 32Original parameter name from the Odata EDM: JobName
jobRunCount- Constraints: Not nullable, Maximum length: 14Original parameter name from the Odata EDM: JobRunCount
- Returns:
- A fluent helper object that will execute the JobCancel OData function import with the provided
parameters. To perform execution, call the
executemethod on the fluent helper object.
-
jobAbort
Deprecated.Creates a fluent helper for the JobAbort OData function import.
- Parameters:
jobName- Constraints: Not nullable, Maximum length: 32Original parameter name from the Odata EDM: JobName
jobRunCount- Constraints: Not nullable, Maximum length: 14Original parameter name from the Odata EDM: JobRunCount
- Returns:
- A fluent helper object that will execute the JobAbort OData function import with the provided
parameters. To perform execution, call the
executemethod on the fluent helper object.
-
jobStatusGet
@Nonnull JobStatusGetFluentHelper jobStatusGet(@Nonnull String jobName, @Nonnull String jobRunCount) Deprecated.Creates a fluent helper for the JobStatusGet OData function import.
- Parameters:
jobName- Constraints: noneOriginal parameter name from the Odata EDM: JobName
jobRunCount- Constraints: noneOriginal parameter name from the Odata EDM: JobRunCount
- Returns:
- A fluent helper object that will execute the JobStatusGet OData function import with the provided
parameters. To perform execution, call the
executemethod on the fluent helper object.
-