public interface PhaseRelationshipTypeService extends BatchService<PhaseRelationshipTypeServiceBatch>
Relationships link the start or end of a preceding phase with the start or end of a succeeding phase. The relationship type specifies how the phase dates are linked with each other. .
Reference: SAP API Business Hub
OData Service: | API_MSTRRCPPHSE_RELSHPTYPE |
API Version: | 1 |
Communication Scenario: | Production Planning Master Data Integration (SAP_COM_0519) |
Scope Items: | Third-Party Shop Floor Execution - Process Industry (3W3), Third-Party Shop Floor Execution - Discrete Industry (3W4) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | MasterRecipe |
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 |
---|---|
PhaseRelationshipTypeFluentHelper |
getAllPhaseRelationshipType()
Fetch multiple
PhaseRelationshipType entities. |
PhaseRelationshipTypeTextFluentHelper |
getAllPhaseRelationshipTypeText()
Fetch multiple
PhaseRelationshipTypeText entities. |
PhaseRelationshipTypeByKeyFluentHelper |
getPhaseRelationshipTypeByKey(String phaseRelationshipTypeKey)
Fetch a single
PhaseRelationshipType entity using key fields. |
PhaseRelationshipTypeTextByKeyFluentHelper |
getPhaseRelationshipTypeTextByKey(String language,
String phaseRelationshipTypeKey)
Fetch a single
PhaseRelationshipTypeText entity using key fields. |
PhaseRelationshipTypeService |
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 PhaseRelationshipTypeService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull PhaseRelationshipTypeFluentHelper getAllPhaseRelationshipType()
PhaseRelationshipType
entities.PhaseRelationshipType
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 PhaseRelationshipTypeByKeyFluentHelper getPhaseRelationshipTypeByKey(String phaseRelationshipTypeKey)
PhaseRelationshipType
entity using key fields.phaseRelationshipTypeKey
- PhaseRelationshipType
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 PhaseRelationshipTypeTextFluentHelper getAllPhaseRelationshipTypeText()
PhaseRelationshipTypeText
entities.PhaseRelationshipTypeText
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 PhaseRelationshipTypeTextByKeyFluentHelper getPhaseRelationshipTypeTextByKey(String language, String phaseRelationshipTypeKey)
PhaseRelationshipTypeText
entity using key fields.language
- The Language key field contains an alphanumeric code that identifies the language an entry is written
in.
Constraints: Not nullable, Maximum length: 2
phaseRelationshipTypeKey
- PhaseRelationshipTypeText
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.