Modifier and Type | Field and Description |
---|---|
static IncidentLink<Person> |
Incident.TO_PERSONS
Use with available fluent helpers to apply the to_Persons navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Person |
Person.PersonBuilder.build() |
protected Person |
PersonCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<Person> |
Incident.fetchPersons()
Fetches the Person entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<Person>> |
Incident.getPersonsIfPresent()
Retrieval of associated Person entities (one to many).
|
List<Person> |
Incident.getPersonsOrFetch()
Retrieval of associated Person entities (one to many).
|
Class<Person> |
Person.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Incident.addPersons(Person... entity)
Adds elements to the list of associated Person entities.
|
Incident.IncidentBuilder |
Incident.IncidentBuilder.persons(Person... value)
Navigation property to_Persons for Incident to multiple Person.
|
Modifier and Type | Method and Description |
---|---|
void |
Incident.setPersons(List<Person> value)
Overwrites the list of associated Person entities for the loaded navigation property to_Persons.
|
Constructor and Description |
---|
PersonCreateFluentHelper(String servicePath,
Person entity)
Creates a fluent helper object that will create a
Person entity on the OData
endpoint. |
Constructor and Description |
---|
Incident(UUID incidentUUID,
String incidentCategory,
String incidentStatus,
String incidentTitle,
ZonedDateTime incidentUTCDateTime,
String incidentLocationDescription,
UUID eHSLocationUUID,
List<Attachment> toAttachments,
List<Person> toPersons,
Location toLocation) |
Modifier and Type | Method and Description |
---|---|
EHSIncidentCreateServiceBatchChangeSet |
DefaultEHSIncidentCreateServiceBatchChangeSet.createPerson(Person person)
Create a new
Person entity
and save it to the S/4HANA system. |
EHSIncidentCreateServiceBatchChangeSet |
EHSIncidentCreateServiceBatchChangeSet.createPerson(Person person)
Create a new
Person entity
and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Person> |
PersonOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected PersonLink<ObjectT> |
PersonLink.translateLinkType(EntityLink<PersonLink<ObjectT>,Person,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
PersonCreateFluentHelper |
EHSIncidentCreateService.createPerson(Person person)
Create a new
Person entity
and save it to the S/4HANA system. |
PersonCreateFluentHelper |
DefaultEHSIncidentCreateService.createPerson(Person person) |
Copyright © 2020 SAP SE. All rights reserved.