public interface LegalDocumentAccessLevelService extends BatchService<LegalDocumentAccessLevelServiceBatch>
This synchronous inbound service is based on the OData protocol and can be consumed in integration scenarios or other user interfaces. Access level is an attribute used for authorization checks in Enterprise Contract Management. This service contains access level and access level text nodes. Using this service, you can read the access levels maintained in its configuration..
Reference: SAP API Business Hub
OData Service: | OP_A_LGLCNTNTMACCESSLVL_CDS_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Legal Access Level |
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 |
---|---|
LglCntntMAccessLvlFluentHelper |
getAllLglCntntMAccessLvl()
Fetch multiple
LglCntntMAccessLvl entities. |
LglCntntMAccessLvlTextFluentHelper |
getAllLglCntntMAccessLvlText()
Fetch multiple
LglCntntMAccessLvlText entities. |
LglCntntMAccessLvlByKeyFluentHelper |
getLglCntntMAccessLvlByKey(String lglCntntMAccessLvl)
Fetch a single
LglCntntMAccessLvl entity using key fields. |
LglCntntMAccessLvlTextByKeyFluentHelper |
getLglCntntMAccessLvlTextByKey(String lglCntntMAccessLvl,
String language)
Fetch a single
LglCntntMAccessLvlText entity using key fields. |
LegalDocumentAccessLevelService |
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 LegalDocumentAccessLevelService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull LglCntntMAccessLvlFluentHelper getAllLglCntntMAccessLvl()
LglCntntMAccessLvl
entities.LglCntntMAccessLvl
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 LglCntntMAccessLvlByKeyFluentHelper getLglCntntMAccessLvlByKey(String lglCntntMAccessLvl)
LglCntntMAccessLvl
entity using key fields.lglCntntMAccessLvl
- Access Level
Constraints: Not nullable, Maximum length: 4
LglCntntMAccessLvl
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 LglCntntMAccessLvlTextFluentHelper getAllLglCntntMAccessLvlText()
LglCntntMAccessLvlText
entities.LglCntntMAccessLvlText
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 LglCntntMAccessLvlTextByKeyFluentHelper getLglCntntMAccessLvlTextByKey(String lglCntntMAccessLvl, String language)
LglCntntMAccessLvlText
entity using key fields.language
- Language Key
Constraints: Not nullable, Maximum length: 2
lglCntntMAccessLvl
- Access Level
Constraints: Not nullable, Maximum length: 4
LglCntntMAccessLvlText
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 © 2021 SAP SE. All rights reserved.