Modifier and Type | Field and Description |
---|---|
static RecipeProcessElementLink<RecipeProcessElementText> |
RecipeProcessElement.TO_RECIPE_PROCESS_ELEMENT_TEXT
Use with available fluent helpers to apply the to_RecipeProcessElementText navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
RecipeProcessElementText |
RecipeProcessElementText.RecipeProcessElementTextBuilder.build() |
protected RecipeProcessElementText |
RecipeProcessElementTextDeleteFluentHelper.getEntity() |
protected RecipeProcessElementText |
RecipeProcessElementTextCreateFluentHelper.getEntity() |
protected RecipeProcessElementText |
RecipeProcessElementTextUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<RecipeProcessElementText> |
RecipeProcessElement.fetchRecipeProcessElementText()
Fetches the RecipeProcessElementText entities (one to many) associated with this entity.
|
protected Class<RecipeProcessElementText> |
RecipeProcessElementTextByKeyFluentHelper.getEntityClass() |
protected Class<RecipeProcessElementText> |
RecipeProcessElementTextFluentHelper.getEntityClass() |
io.vavr.control.Option<List<RecipeProcessElementText>> |
RecipeProcessElement.getRecipeProcessElementTextIfPresent()
Retrieval of associated RecipeProcessElementText entities (one to many).
|
List<RecipeProcessElementText> |
RecipeProcessElement.getRecipeProcessElementTextOrFetch()
Retrieval of associated RecipeProcessElementText entities (one to many).
|
Class<RecipeProcessElementText> |
RecipeProcessElementText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
RecipeProcessElement.addRecipeProcessElementText(RecipeProcessElementText... entity)
Adds elements to the list of associated RecipeProcessElementText entities.
|
RecipeProcessElement.RecipeProcessElementBuilder |
RecipeProcessElement.RecipeProcessElementBuilder.recipeProcessElementText(RecipeProcessElementText... value)
Navigation property to_RecipeProcessElementText for RecipeProcessElement to multiple
RecipeProcessElementText.
|
Modifier and Type | Method and Description |
---|---|
void |
RecipeProcessElement.setRecipeProcessElementText(List<RecipeProcessElementText> value)
Overwrites the list of associated RecipeProcessElementText entities for the loaded navigation property
to_RecipeProcessElementText.
|
Constructor and Description |
---|
RecipeProcessElementTextCreateFluentHelper(String servicePath,
RecipeProcessElementText entity)
Creates a fluent helper object that will create a
RecipeProcessElementText entity on the OData endpoint. |
RecipeProcessElementTextDeleteFluentHelper(String servicePath,
RecipeProcessElementText entity)
Creates a fluent helper object that will delete a
RecipeProcessElementText entity on the OData endpoint. |
RecipeProcessElementTextUpdateFluentHelper(String servicePath,
RecipeProcessElementText entity)
Creates a fluent helper object that will update a
RecipeProcessElementText entity on the OData endpoint. |
Constructor and Description |
---|
RecipeProcessElement(UUID recipeProcessElementUUID,
UUID recipeProcessUUID,
String recipeProcessElementType,
UUID recipeProcessElementParentUUID,
String recipeProcessElementPosNmbr,
ZonedDateTime recipeLastChangeDateTime,
UUID recipeUUID,
String recipe,
String recipeProcessStagePosNmbr,
String recipeProcessOperationPosNmbr,
String recipeProcessActionPosNmbr,
List<RecipeFormulaItem> toFormulaItem,
Recipe toRecipe,
List<RecipeProcessElement> toRecipeProcessElementChild,
RecipeProcessElement toRecipeProcessElementParent,
List<RecipeProcessElementText> toRecipeProcessElementText,
List<RecipeProcessEquipRqmt> toRecipeProcessEquipRqmt,
List<RecipeProcessParamValue> toRecipeProcessParamValue) |
Modifier and Type | Method and Description |
---|---|
RecipeHeaderAndFormulaServiceBatchChangeSet |
RecipeHeaderAndFormulaServiceBatchChangeSet.createRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText)
Create a new
RecipeProcessElementText entity and save it to the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
DefaultRecipeHeaderAndFormulaServiceBatchChangeSet.createRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText)
Create a new
RecipeProcessElementText entity and save it to the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
RecipeHeaderAndFormulaServiceBatchChangeSet.deleteRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText)
Deletes an existing
RecipeProcessElementText entity in the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
DefaultRecipeHeaderAndFormulaServiceBatchChangeSet.deleteRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText)
Deletes an existing
RecipeProcessElementText entity in the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
RecipeHeaderAndFormulaServiceBatchChangeSet.updateRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText)
Update an existing
RecipeProcessElementText entity and save it to the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
DefaultRecipeHeaderAndFormulaServiceBatchChangeSet.updateRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText)
Update an existing
RecipeProcessElementText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<RecipeProcessElementText> |
RecipeProcessElementTextOneToOneLink.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 RecipeProcessElementTextLink<ObjectT> |
RecipeProcessElementTextLink.translateLinkType(EntityLink<RecipeProcessElementTextLink<ObjectT>,RecipeProcessElementText,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.