Modifier and Type | Field and Description |
---|---|
static SimpleProperty<GroupChangeProcess> |
GroupChangeProcess.ALL_FIELDS
Selector for all available fields of GroupChangeProcess.
|
static SimpleProperty.String<GroupChangeProcess> |
GroupChangeProcess.SRVC_TRANS_CHANGE_PROCESS |
static SimpleProperty.String<GroupChangeProcess> |
GroupChangeProcess.SRVC_TRANS_CHANGE_PROCESS_GROUP |
static SimpleProperty.String<GroupChangeProcess> |
GroupChangeProcess.SRVC_TRANSAC_CHG_PROC_EXEC_SEQUENCE |
static NavigationProperty.Single<GroupChangeProcess,ChangeProcess> |
GroupChangeProcess.TO__CHANGE_PROCESS
Use with available request builders to apply the _ChangeProcess navigation property to query operations.
|
static NavigationProperty.Collection<ChangeProcessGroup,GroupChangeProcess> |
ChangeProcessGroup.TO__GRP_CHANGE_PROCESS
Use with available request builders to apply the _GrpChangeProcess navigation property to query
operations.
|
static NavigationProperty.Collection<GroupChangeProcess,ChangeProcessAttribute> |
GroupChangeProcess.TO__PROC_ATTRIBUTES
Use with available request builders to apply the _ProcAttributes navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
GroupChangeProcess |
GroupChangeProcess.GroupChangeProcessBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<List<GroupChangeProcess>> |
ChangeProcessGroup.getGrpChangeProcessIfPresent()
Retrieval of associated GroupChangeProcess entities (one to many).
|
Class<GroupChangeProcess> |
GroupChangeProcess.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeProcessGroup.addGrpChangeProcess(GroupChangeProcess... entity)
Adds elements to the list of associated GroupChangeProcess entities.
|
ChangeProcessGroup.ChangeProcessGroupBuilder |
ChangeProcessGroup.ChangeProcessGroupBuilder.grpChangeProcess(GroupChangeProcess... value)
Navigation property _GrpChangeProcess for ChangeProcessGroup to multiple
GroupChangeProcess.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeProcessGroup.setGrpChangeProcess(List<GroupChangeProcess> value)
Overwrites the list of associated GroupChangeProcess entities for the loaded navigation property
_GrpChangeProcess.
|
Constructor and Description |
---|
ChangeProcessGroup(String srvcTransChangeProcessGroup,
String srvcTransChangeProcessScenario,
String srvcTransChangeProcessType,
Boolean srvcTransacIsHdrChgProcGroup,
List<ChangeProcessGroupText> to_ChgProcGrpText,
List<GroupChangeProcess> to_GrpChangeProcess) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<GroupChangeProcess> |
DefaultChangeProcessGroupService.countGroupChangeProcess() |
CountRequestBuilder<GroupChangeProcess> |
ChangeProcessGroupService.countGroupChangeProcess()
Fetch the number of entries from the
GroupChangeProcess entity collection matching the filter and search expressions. |
GetAllRequestBuilder<GroupChangeProcess> |
DefaultChangeProcessGroupService.getAllGroupChangeProcess() |
GetAllRequestBuilder<GroupChangeProcess> |
ChangeProcessGroupService.getAllGroupChangeProcess()
Fetch multiple
GroupChangeProcess entities. |
GetByKeyRequestBuilder<GroupChangeProcess> |
DefaultChangeProcessGroupService.getGroupChangeProcessByKey(String srvcTransChangeProcessGroup,
String srvcTransChangeProcess) |
GetByKeyRequestBuilder<GroupChangeProcess> |
ChangeProcessGroupService.getGroupChangeProcessByKey(String srvcTransChangeProcessGroup,
String srvcTransChangeProcess)
Fetch a single
GroupChangeProcess entity using key fields. |
Copyright © 2021 SAP SE. All rights reserved.