public interface EnterpriseProjectProcessingStatusService
This service enables you to read the processing status code list for enterprise projects. You can use it to make the code list values available for the corresponding Enterprise Project service.
Reference: SAP API Business Hub
OData Service: | ENTPROJECTPROCESSINGSTATUS_0001 |
API Version: | 1 |
Communication Scenario: | Enterprise Project - Project Processing Status Integration (SAP_COM_0725) |
Scope Items: | Project Financial Control (1NT), Project Review (1YF) |
Authentication Methods: | Basic, x509, OAuth2 |
Service Group Name: | API_ENTPROJPROCESSINGSTAT |
Business Object: | EnterpriseProject |
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 |
---|---|
BatchRequestBuilder |
batch()
Creates a batch request builder object.
|
CountRequestBuilder<ProcessingStatus> |
countProcessingStatus()
Fetch the number of entries from the
ProcessingStatus entity collection matching the filter and search expressions. |
CountRequestBuilder<ProcessingStatusText> |
countProcessingStatusText()
Fetch the number of entries from the
ProcessingStatusText entity collection matching the filter and search expressions. |
GetAllRequestBuilder<ProcessingStatus> |
getAllProcessingStatus()
Fetch multiple
ProcessingStatus entities. |
GetAllRequestBuilder<ProcessingStatusText> |
getAllProcessingStatusText()
Fetch multiple
ProcessingStatusText entities. |
GetByKeyRequestBuilder<ProcessingStatus> |
getProcessingStatusByKey(String processingStatus)
Fetch a single
ProcessingStatus entity using key fields. |
GetByKeyRequestBuilder<ProcessingStatusText> |
getProcessingStatusTextByKey(String language,
String processingStatus)
Fetch a single
ProcessingStatusText entity using key fields. |
EnterpriseProjectProcessingStatusService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull EnterpriseProjectProcessingStatusService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BatchRequestBuilder batch()
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<ProcessingStatus> getAllProcessingStatus()
ProcessingStatus
entities.ProcessingStatus
entities. This request builder allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<ProcessingStatus> countProcessingStatus()
ProcessingStatus
entity collection matching the filter and search expressions.ProcessingStatus
entities. This request builder allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<ProcessingStatus> getProcessingStatusByKey(@Nonnull String processingStatus)
ProcessingStatus
entity using key fields.processingStatus
- Processing Status
Constraints: Not nullable, Maximum length: 2
ProcessingStatus
entity using key fields. This request builder allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<ProcessingStatusText> getAllProcessingStatusText()
ProcessingStatusText
entities.ProcessingStatusText
entities. This request builder allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<ProcessingStatusText> countProcessingStatusText()
ProcessingStatusText
entity collection matching the filter and search expressions.ProcessingStatusText
entities. This request builder allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<ProcessingStatusText> getProcessingStatusTextByKey(@Nonnull String language, @Nonnull String processingStatus)
ProcessingStatusText
entity using key fields.processingStatus
- Processing Status
Constraints: Not nullable, Maximum length: 2
language
- Language Key
Constraints: Not nullable, Maximum length: 2
ProcessingStatusText
entity using key fields. This request builder allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.Copyright © 2021 SAP SE. All rights reserved.