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 |
---|---|
TaskInstance |
UserTaskInstancesApi.getInstance(String taskInstanceId)
Retrieve task by ID
|
TaskInstance |
UserTaskInstancesApi.getInstance(String taskInstanceId,
String acceptLanguage,
String $expand)
Retrieve task by ID
|
Modifier and Type | Method and Description |
---|---|
List<TaskInstance> |
UserTaskInstancesApi.queryInstances()
Retrieve instances by query parameters
|
List<TaskInstance> |
UserTaskInstancesApi.queryInstances(String acceptLanguage,
Integer $skip,
Integer $top,
String $inlinecount,
String $expand,
String $orderby,
String workflowInstanceId,
String workflowDefinitionId,
String processor,
String id,
String activityId,
String description,
String subject,
String createdAt,
String createdFrom,
String createdUpTo,
String claimedAt,
String claimedFrom,
String claimedUpTo,
String completedAt,
String completedFrom,
String completedUpTo,
String lastChangedAt,
String lastChangedFrom,
String lastChangedUpTo,
String dueDate,
String dueDateFrom,
String dueDateUpTo,
String priority,
String status,
String recipientUsers,
String recipientGroups,
String containsText,
String attributesExampleCustomAttribute,
String definitionId)
Retrieve instances by query parameters
|
Modifier and Type | Method and Description |
---|---|
TaskInstance |
TaskInstance.activityId(String activityId)
Set the activityId of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.addAttributesItem(CustomAttribute attributesItem)
Add one Attributes instance to this
TaskInstance . |
TaskInstance |
TaskInstance.addRecipientGroupsItem(String recipientGroupsItem)
Add one RecipientGroups instance to this
TaskInstance . |
TaskInstance |
TaskInstance.addRecipientUsersItem(String recipientUsersItem)
Add one RecipientUsers instance to this
TaskInstance . |
TaskInstance |
TaskInstance.applicationScope(String applicationScope)
Set the applicationScope of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.attributes(List<CustomAttribute> attributes)
Set the attributes of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.claimedAt(OffsetDateTime claimedAt)
Set the claimedAt of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.completedAt(OffsetDateTime completedAt)
Set the completedAt of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.createdAt(OffsetDateTime createdAt)
Set the createdAt of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.createdBy(String createdBy)
Set the createdBy of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.definitionId(String definitionId)
Set the definitionId of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.description(String description)
Set the description of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.dueDate(OffsetDateTime dueDate)
Set the dueDate of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.id(String id)
Set the id of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.lastChangedAt(OffsetDateTime lastChangedAt)
Set the lastChangedAt of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.priority(TaskInstance.PriorityEnum priority)
Set the priority of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.processor(String processor)
Set the processor of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.recipientGroups(Set<String> recipientGroups)
Set the recipientGroups of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.recipientUsers(Set<String> recipientUsers)
Set the recipientUsers of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.status(TaskInstance.StatusEnum status)
Set the status of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.subject(String subject)
Set the subject of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.workflowDefinitionId(String workflowDefinitionId)
Set the workflowDefinitionId of this
TaskInstance instance and return the same instance. |
TaskInstance |
TaskInstance.workflowInstanceId(String workflowInstanceId)
Set the workflowInstanceId of this
TaskInstance instance and return the same instance. |
Copyright © 2021 SAP SE. All rights reserved.