public interface LegalDocumentStatusService extends BatchService<LegalDocumentStatusServiceBatch>
This synchronous inbound service is based on the OData protocol and helps you to read the possible values of legal document status through an API call. This describes the status of a legal document. For example, 'In Process', 'Accepted' and so on are the various statuses assigned to a legal document. This service contains legal document status and legal document status text nodes. Using this service, you can read the legal document status type maintained in the system..
Reference: SAP API Business Hub
OData Service: | API_LEGALDOCUMENTSTATUS |
API Version: | 1 |
Communication Scenario: | Legal Document Integration (SAP_COM_0178) |
Scope Items: | SAP S/4HANA for Enterprise Contract Management (1XV) |
Authentication Methods: | Basic, x509 |
Business Object: | LegalDocumentStatus |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
LegalDocumentStatusFluentHelper |
getAllLegalDocumentStatus()
Fetch multiple
LegalDocumentStatus entities. |
LegalDocumentStatusTextFluentHelper |
getAllLegalDocumentStatusText()
Fetch multiple
LegalDocumentStatusText entities. |
LegalDocumentStatusByKeyFluentHelper |
getLegalDocumentStatusByKey(String internalDocumentStatus)
Fetch a single
LegalDocumentStatus entity using key fields. |
LegalDocumentStatusTextByKeyFluentHelper |
getLegalDocumentStatusTextByKey(String internalDocumentStatus,
String language)
Fetch a single
LegalDocumentStatusText entity using key fields. |
LegalDocumentStatusService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull LegalDocumentStatusService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull LegalDocumentStatusFluentHelper getAllLegalDocumentStatus()
LegalDocumentStatus
entities.LegalDocumentStatus
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull LegalDocumentStatusByKeyFluentHelper getLegalDocumentStatusByKey(String internalDocumentStatus)
LegalDocumentStatus
entity using key fields.internalDocumentStatus
- Document Status
Constraints: Not nullable, Maximum length: 2
LegalDocumentStatus
entity 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 the
execute
method on the fluent helper object.@Nonnull LegalDocumentStatusTextFluentHelper getAllLegalDocumentStatusText()
LegalDocumentStatusText
entities.LegalDocumentStatusText
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull LegalDocumentStatusTextByKeyFluentHelper getLegalDocumentStatusTextByKey(String internalDocumentStatus, String language)
LegalDocumentStatusText
entity using key fields.internalDocumentStatus
- Document Status
Constraints: Not nullable, Maximum length: 2
language
- The Language key field contains an alphanumeric code that identifies the language an entry is written
in.
Constraints: Not nullable, Maximum length: 2
LegalDocumentStatusText
entity 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 the
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.