Package | Description |
---|---|
com.sap.cloud.sdk.services.scp.workflow.cf.model |
Modifier and Type | Method and Description |
---|---|
WorkflowInstanceExecutionLogChanges |
WorkflowInstanceExecutionLogChanges.addCreateItem(String createItem)
Add one Create instance to this
WorkflowInstanceExecutionLogChanges . |
WorkflowInstanceExecutionLogChanges |
WorkflowInstanceExecutionLogChanges.addDeleteItem(String deleteItem)
Add one Delete instance to this
WorkflowInstanceExecutionLogChanges . |
WorkflowInstanceExecutionLogChanges |
WorkflowInstanceExecutionLogChanges.addUpdateItem(String updateItem)
Add one Update instance to this
WorkflowInstanceExecutionLogChanges . |
WorkflowInstanceExecutionLogChanges |
WorkflowInstanceExecutionLogChanges.create(Set<String> create)
Set the create of this
WorkflowInstanceExecutionLogChanges instance and return the same instance. |
WorkflowInstanceExecutionLogChanges |
WorkflowInstanceExecutionLogChanges.delete(Set<String> delete)
Set the delete of this
WorkflowInstanceExecutionLogChanges instance and return the same instance. |
WorkflowInstanceExecutionLogChanges |
WorkflowInstanceExecutionLog.getChanges()
Get changes
|
WorkflowInstanceExecutionLogChanges |
WorkflowInstanceExecutionLogChanges.update(Set<String> update)
Set the update of this
WorkflowInstanceExecutionLogChanges instance and return the same instance. |
Modifier and Type | Method and Description |
---|---|
WorkflowInstanceExecutionLog |
WorkflowInstanceExecutionLog.changes(WorkflowInstanceExecutionLogChanges changes)
Set the changes of this
WorkflowInstanceExecutionLog instance and return the same instance. |
void |
WorkflowInstanceExecutionLog.setChanges(WorkflowInstanceExecutionLogChanges changes)
Set the changes of this
WorkflowInstanceExecutionLog instance. |
Copyright © 2021 SAP SE. All rights reserved.