Package | Description |
---|---|
com.sap.cloud.sdk.services.scp.workflow.cf.api | |
com.sap.cloud.sdk.services.scp.workflow.cf.model |
Modifier and Type | Method and Description |
---|---|
FormModel |
UserTaskInstancesApi.getFormModel(String taskInstanceId)
Retrieve form model of the given task instance.
|
FormModel |
FormsApi.getModelByIdAndRevision(String formId,
String revisionId)
Retrieve form model by ID and revision.
|
FormModel |
FormsApi.getModelByIdAndVersion(String formId,
String versionNumber)
Retrieve form model by ID and version number.
|
Modifier and Type | Method and Description |
---|---|
FormModel |
FormModel.addContentItem(Object contentItem)
Add one Content instance to this
FormModel . |
FormModel |
FormModel.content(List<Object> content)
Set the content of this
FormModel instance and return the same instance. |
Copyright © 2020 SAP SE. All rights reserved.