Modifier and Type | Field and Description |
---|---|
static SimpleProperty<ChangeProcess> |
ChangeProcess.ALL_FIELDS
Selector for all available fields of ChangeProcess.
|
static SimpleProperty.String<ChangeProcess> |
ChangeProcess.SRVC_TRANS_CHANGE_PROCESS |
static SimpleProperty.String<ChangeProcess> |
ChangeProcess.SRVC_TRANS_CHANGE_PROCESS_SCENARIO |
static SimpleProperty.String<ChangeProcess> |
ChangeProcess.SRVC_TRANS_CHANGE_PROCESS_TYPE |
static SimpleProperty.Boolean<ChangeProcess> |
ChangeProcess.SRVC_TRANSAC_IS_HDR_CHG_PROCESS |
static NavigationProperty.Single<GroupChangeProcess,ChangeProcess> |
GroupChangeProcess.TO__CHANGE_PROCESS
Use with available request builders to apply the _ChangeProcess navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ChangeProcess |
ChangeProcess.ChangeProcessBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<ChangeProcess> |
GroupChangeProcess.getChangeProcessIfPresent()
Retrieval of associated ChangeProcess entity (one to one).
|
Class<ChangeProcess> |
ChangeProcess.getType() |
Modifier and Type | Method and Description |
---|---|
GroupChangeProcess.GroupChangeProcessBuilder |
GroupChangeProcess.GroupChangeProcessBuilder.changeProcess(ChangeProcess value)
Navigation property _ChangeProcess for GroupChangeProcess to single ChangeProcess.
|
void |
GroupChangeProcess.setChangeProcess(ChangeProcess value)
Overwrites the associated ChangeProcess entity for the loaded navigation property _ChangeProcess.
|
Constructor and Description |
---|
GroupChangeProcess(String srvcTransChangeProcessGroup,
String srvcTransChangeProcess,
String srvcTransacChgProcExecSequence,
ChangeProcess to_ChangeProcess,
List<ChangeProcessAttribute> to_ProcAttributes) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<ChangeProcess> |
DefaultChangeProcessGroupService.countChangeProcess() |
CountRequestBuilder<ChangeProcess> |
ChangeProcessGroupService.countChangeProcess()
Fetch the number of entries from the
ChangeProcess entity collection matching the filter and search expressions. |
GetAllRequestBuilder<ChangeProcess> |
DefaultChangeProcessGroupService.getAllChangeProcess() |
GetAllRequestBuilder<ChangeProcess> |
ChangeProcessGroupService.getAllChangeProcess()
Fetch multiple
ChangeProcess entities. |
GetByKeyRequestBuilder<ChangeProcess> |
DefaultChangeProcessGroupService.getChangeProcessByKey(String srvcTransChangeProcess) |
GetByKeyRequestBuilder<ChangeProcess> |
ChangeProcessGroupService.getChangeProcessByKey(String srvcTransChangeProcess)
Fetch a single
ChangeProcess entity using key fields. |
Copyright © 2021 SAP SE. All rights reserved.