Modifier and Type | Field and Description |
---|---|
static SituationTypeOneToOneLink<SituationTemplate> |
SituationType.TO_SITUATION_TEMPLATE
Use with available fluent helpers to apply the to_SituationTemplate navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SituationTemplate |
SituationTemplate.SituationTemplateBuilder.build() |
SituationTemplate |
SituationType.fetchSituationTemplate()
Fetches the SituationTemplate entity (one to one) associated with this entity.
|
SituationTemplate |
SituationType.getSituationTemplateOrFetch()
Retrieval of associated SituationTemplate entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<SituationTemplate> |
SituationTemplateByKeyFluentHelper.getEntityClass() |
protected Class<SituationTemplate> |
SituationTemplateFluentHelper.getEntityClass() |
io.vavr.control.Option<SituationTemplate> |
SituationType.getSituationTemplateIfPresent()
Retrieval of associated SituationTemplate entity (one to one).
|
Class<SituationTemplate> |
SituationTemplate.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SituationType.setSituationTemplate(SituationTemplate value)
Overwrites the associated SituationTemplate entity for the loaded navigation property
to_SituationTemplate.
|
SituationType.SituationTypeBuilder |
SituationType.SituationTypeBuilder.situationTemplate(SituationTemplate value)
Navigation property to_SituationTemplate for SituationType to single SituationTemplate.
|
Constructor and Description |
---|
SituationType(String sitnDefinitionID,
String sitnDefTemplateID,
Boolean sitnDefIsEnabled,
Boolean sitnDefDataContextIsEnabled,
Boolean sitnDefAutomationIsEnabled,
SituationTemplate toSituationTemplate,
List<SituationTypeText> toSituationTypeText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SituationTemplate> |
SituationTemplateOneToOneLink.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 SituationTemplateLink<ObjectT> |
SituationTemplateLink.translateLinkType(EntityLink<SituationTemplateLink<ObjectT>,SituationTemplate,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.