public class JobCancelFluentHelper extends Object
Constructor and Description |
---|
JobCancelFluentHelper(String jobRunCount,
String jobName)
Creates a fluent helper object that will execute the JobCancel OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
FuncImpReturn |
execute()
The default ERP configuration context will be used.
|
FuncImpReturn |
execute(ErpConfigContext erpConfigContext) |
FuncImpReturn |
execute(ErpEndpoint erpEndpoint) |
public JobCancelFluentHelper(String jobRunCount, String jobName)
execute
method on the fluent helper object.jobName
- Constraints: Not nullable, Maximum length: 32jobRunCount
- Constraints: Not nullable, Maximum length: 14public FuncImpReturn execute(ErpEndpoint erpEndpoint) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException, IOException
erpEndpoint
- Supply the ERP system instance for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
IOException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
public FuncImpReturn execute(ErpConfigContext erpConfigContext) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException, IOException
erpConfigContext
- Supply the ERP system context for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
IOException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
public FuncImpReturn execute() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException, IOException
com.sap.cloud.sdk.odatav2.connectivity.ODataException
IOException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
Copyright © 2017 SAP SE. All rights reserved.