Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_RecipeProcessElement" of service "API_RECIPE". This service is part of the following communication scenarios: Product Lifecycle Management - Recipe Development Integration (SAP_COM_0136). See https://api.sap.com/api/API_RECIPE for more information.

Hierarchy

  • any
    • RecipeProcessElement

Implements

Index

Properties

recipeLastChangeDateTime

recipeLastChangeDateTime: Moment

UTC Time Stamp in Short Form (YYYYMMDDhhmmss).

nullable

recipeProcessElementParentUuid

recipeProcessElementParentUuid: string

Parent GUID.

nullable

recipeProcessElementPosNmbr

recipeProcessElementPosNmbr: string

ID of a Process Element. Maximum length: 4.

nullable

recipeProcessElementType

recipeProcessElementType: string

Type of Process Element. Maximum length: 10.

nullable

recipeProcessElementUuid

recipeProcessElementUuid: string

Process Element GUID.

recipeProcessUuid

recipeProcessUuid: string

Process GUID.

nullable

toFormulaItem

toFormulaItem: RecipeFormulaItem[]

One-to-many navigation property to the RecipeFormulaItem entity.

toRecipe

toRecipe: Recipe

One-to-one navigation property to the Recipe entity.

toRecipeProcessElementChild

toRecipeProcessElementChild: RecipeProcessElement[]

One-to-many navigation property to the RecipeProcessElement entity.

toRecipeProcessElementParent

toRecipeProcessElementParent: RecipeProcessElement

One-to-one navigation property to the RecipeProcessElement entity.

toRecipeProcessElementText

toRecipeProcessElementText: RecipeProcessElementText[]

One-to-many navigation property to the RecipeProcessElementText entity.

toRecipeProcessEquipRqmt

toRecipeProcessEquipRqmt: RecipeProcessEquipRqmt[]

One-to-many navigation property to the RecipeProcessEquipRqmt entity.

toRecipeProcessParamValue

toRecipeProcessParamValue: RecipeProcessParamValue[]

One-to-many navigation property to the RecipeProcessParamValue entity.

Static ALL_FIELDS

ALL_FIELDS: any = new AllFields('*', RecipeProcessElement)

All fields selector.

Static RECIPE_LAST_CHANGE_DATE_TIME

RECIPE_LAST_CHANGE_DATE_TIME: DateField<RecipeProcessElement> = new DateField('RecipeLastChangeDateTime', RecipeProcessElement, 'Edm.DateTimeOffset')

Static representation of the recipeLastChangeDateTime property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RECIPE_PROCESS_ELEMENT_PARENT_UUID

RECIPE_PROCESS_ELEMENT_PARENT_UUID: StringField<RecipeProcessElement> = new StringField('RecipeProcessElementParentUUID', RecipeProcessElement, 'Edm.Guid')

Static representation of the recipeProcessElementParentUuid property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RECIPE_PROCESS_ELEMENT_POS_NMBR

RECIPE_PROCESS_ELEMENT_POS_NMBR: StringField<RecipeProcessElement> = new StringField('RecipeProcessElementPosNmbr', RecipeProcessElement, 'Edm.String')

Static representation of the recipeProcessElementPosNmbr property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RECIPE_PROCESS_ELEMENT_TYPE

RECIPE_PROCESS_ELEMENT_TYPE: StringField<RecipeProcessElement> = new StringField('RecipeProcessElementType', RecipeProcessElement, 'Edm.String')

Static representation of the recipeProcessElementType property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RECIPE_PROCESS_ELEMENT_UUID

RECIPE_PROCESS_ELEMENT_UUID: StringField<RecipeProcessElement> = new StringField('RecipeProcessElementUUID', RecipeProcessElement, 'Edm.Guid')

Static representation of the recipeProcessElementUuid property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RECIPE_PROCESS_UUID

RECIPE_PROCESS_UUID: StringField<RecipeProcessElement> = new StringField('RecipeProcessUUID', RecipeProcessElement, 'Edm.Guid')

Static representation of the recipeProcessUuid property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_FORMULA_ITEM

TO_FORMULA_ITEM: Link<RecipeProcessElement, RecipeFormulaItem> = new Link('to_FormulaItem', RecipeProcessElement, RecipeFormulaItem)

Static representation of the one-to-many navigation property toFormulaItem for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_RECIPE

TO_RECIPE: OneToOneLink<RecipeProcessElement, Recipe> = new OneToOneLink('to_Recipe', RecipeProcessElement, Recipe)

Static representation of the one-to-one navigation property toRecipe for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_RECIPE_PROCESS_ELEMENT_CHILD

TO_RECIPE_PROCESS_ELEMENT_CHILD: Link<RecipeProcessElement, RecipeProcessElement> = new Link('to_RecipeProcessElementChild', RecipeProcessElement, RecipeProcessElement)

Static representation of the one-to-many navigation property toRecipeProcessElementChild for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_RECIPE_PROCESS_ELEMENT_PARENT

TO_RECIPE_PROCESS_ELEMENT_PARENT: OneToOneLink<RecipeProcessElement, RecipeProcessElement> = new OneToOneLink('to_RecipeProcessElementParent', RecipeProcessElement, RecipeProcessElement)

Static representation of the one-to-one navigation property toRecipeProcessElementParent for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_RECIPE_PROCESS_ELEMENT_TEXT

TO_RECIPE_PROCESS_ELEMENT_TEXT: Link<RecipeProcessElement, RecipeProcessElementText> = new Link('to_RecipeProcessElementText', RecipeProcessElement, RecipeProcessElementText)

Static representation of the one-to-many navigation property toRecipeProcessElementText for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_RECIPE_PROCESS_EQUIP_RQMT

TO_RECIPE_PROCESS_EQUIP_RQMT: Link<RecipeProcessElement, RecipeProcessEquipRqmt> = new Link('to_RecipeProcessEquipRqmt', RecipeProcessElement, RecipeProcessEquipRqmt)

Static representation of the one-to-many navigation property toRecipeProcessEquipRqmt for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_RECIPE_PROCESS_PARAM_VALUE

TO_RECIPE_PROCESS_PARAM_VALUE: Link<RecipeProcessElement, RecipeProcessParamValue> = new Link('to_RecipeProcessParamValue', RecipeProcessElement, RecipeProcessParamValue)

Static representation of the one-to-many navigation property toRecipeProcessParamValue for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: any[] = [RecipeProcessElement.RECIPE_PROCESS_ELEMENT_UUID,RecipeProcessElement.RECIPE_PROCESS_UUID,RecipeProcessElement.RECIPE_PROCESS_ELEMENT_TYPE,RecipeProcessElement.RECIPE_PROCESS_ELEMENT_PARENT_UUID,RecipeProcessElement.RECIPE_PROCESS_ELEMENT_POS_NMBR,RecipeProcessElement.RECIPE_LAST_CHANGE_DATE_TIME,RecipeProcessElement.TO_RECIPE,RecipeProcessElement.TO_FORMULA_ITEM,RecipeProcessElement.TO_RECIPE_PROCESS_ELEMENT_CHILD,RecipeProcessElement.TO_RECIPE_PROCESS_ELEMENT_PARENT,RecipeProcessElement.TO_RECIPE_PROCESS_ELEMENT_TEXT,RecipeProcessElement.TO_RECIPE_PROCESS_EQUIP_RQMT,RecipeProcessElement.TO_RECIPE_PROCESS_PARAM_VALUE]

All fields of the RecipeProcessElement entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_RECIPE"

Default url path for the according service.

Static _entityName

_entityName: string = "A_RecipeProcessElement"

Technical entity name for RecipeProcessElement.

Static _keyFields

_keyFields: Array<Selectable<RecipeProcessElement>> = [RecipeProcessElement.RECIPE_PROCESS_ELEMENT_UUID]

All key fields of the RecipeProcessElement entity.

Static _keys

_keys: any = RecipeProcessElement._keyFields.reduce((acc: any, field) => {acc[field.fieldName] = field;return acc;}, {})

Mapping of all key field names to the respective static field property RecipeProcessElement.

Static _serviceName

_serviceName: string = "API_RECIPE"

Technical service name for RecipeProcessElement.

Methods

Static builder

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity RecipeProcessElement.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<RecipeProcessElement>

    A builder that constructs instances of entity type RecipeProcessElement.

Static requestBuilder

  • Returns a request builder to construct requests for operations on the RecipeProcessElement entity type.

    Returns RecipeProcessElementRequestBuilder

    A RecipeProcessElement request builder.