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 |
---|---|
FormMetadata |
UserTaskInstancesApi.getFormMetadata(String taskInstanceId)
Retrieve form metadata of the given task instance.
|
Modifier and Type | Method and Description |
---|---|
List<FormMetadata> |
FormsApi.getFormDefinitionsMetadata()
Retrieve all form definitions
|
List<FormMetadata> |
FormsApi.getFormDefinitionsMetadata(Integer $skip,
Integer $top,
String $inlinecount,
String type)
Retrieve all form definitions
|
Modifier and Type | Method and Description |
---|---|
FormMetadata |
FormMetadata.addWorkflowDefinitionsItem(FormMetadataWorkflowDefinitions workflowDefinitionsItem)
Add one WorkflowDefinitions instance to this
FormMetadata . |
FormMetadata |
FormMetadata.createdAt(OffsetDateTime createdAt)
Set the createdAt of this
FormMetadata instance and return the same instance. |
FormMetadata |
FormMetadata.createdBy(String createdBy)
Set the createdBy of this
FormMetadata instance and return the same instance. |
FormMetadata |
FormMetadata.id(String id)
Set the id of this
FormMetadata instance and return the same instance. |
FormMetadata |
FormMetadata.name(String name)
Set the name of this
FormMetadata instance and return the same instance. |
FormMetadata |
FormMetadata.revision(String revision)
Set the revision of this
FormMetadata instance and return the same instance. |
FormMetadata |
FormMetadata.type(FormMetadata.TypeEnum type)
Set the type of this
FormMetadata instance and return the same instance. |
FormMetadata |
FormMetadata.version(Integer version)
Set the version of this
FormMetadata instance and return the same instance. |
FormMetadata |
FormMetadata.workflowDefinitions(List<FormMetadataWorkflowDefinitions> workflowDefinitions)
Set the workflowDefinitions of this
FormMetadata instance and return the same instance. |
Copyright © 2021 SAP SE. All rights reserved.