Modifier and Type | Method and Description |
---|---|
OpenApiResponse |
ActivationApi.activateProject(String id)
Activate a project
|
OpenApiResponse |
ActivationApi.activateRuleService(String id)
Activate a rule service
|
DataObjectObject |
DataObjectsApi.addDataObject(String id,
DataObjectObject body)
Create a data object
|
ManagedSystemResponseObject |
ManagedSystemsApi.addManagedSystem(ManagedSystemObject body)
Create a system.
|
ProjectVersionObject |
ProjectsApi.addProject(ProjectVersionObject body)
Create a project.
|
RuleObject |
RulesApi.addRule(String id,
RuleObject body)
Create a rule
|
RuleService |
RuleServicesApi.addRuleService(String id,
RuleService body)
Create a rule service
|
Ruleset |
RulesetsApi.addRuleSet(String id,
Ruleset body)
Create a ruleset
|
CopyProject |
ProjectsApi.copyProject(CopyProjectInput body)
Create a copy of a project
|
ProjectVersionObject |
ProjectsApi.createVersion(String id,
CreateVersionInput body)
Create a version of a project
|
OpenApiResponse |
DataObjectsApi.deleteDataObject(String id,
String objectId)
Delete a data object of a project
|
OpenApiResponse |
ManagedSystemsApi.deleteManagedSystem(String managedsystemName)
Delete a managed system.
|
OpenApiResponse |
ProjectsApi.deleteProject(String id)
Delete a project and all its versions
|
OpenApiResponse |
RulesApi.deleteRule(String id,
String objectId)
Delete a rule of a project
|
OpenApiResponse |
RuleServicesApi.deleteRuleService(String id,
String objectId)
Delete a rule service of a project
|
OpenApiResponse |
RulesetsApi.deleteRuleSet(String id,
String objectId)
Delete a ruleset of a project
|
OpenApiResponse |
ProjectsApi.deleteSpecificProjectVersion(String id,
String version)
Delete a project version.
|
Project |
ExportImportApi.exportProject(String id)
Export a project from design time repository
|
Project |
ExportImportApi.exportProjectWithRevision(String id,
String revision)
Export the highest semantic version of a project for a given revision, from the design time repository.
|
Project |
ExportImportApi.exportProjectWithVersion(String id,
String version)
Export a version of a project from design time repository
|
OpenApiResponse |
ExportImportApi.exportRule(String id,
String objectId)
Export decision table rule as excel
|
OpenApiResponse |
XsrfHandlingApi.fetchXSRFToken(String xCSRFToken)
Requests a new XSRF token
|
ManagedSystemResponseObject |
ManagedSystemsApi.getManagedSystem(String managedsystemName)
Retrieve the metadata of a managed system
|
List<ManagedSystemResponseObject> |
ManagedSystemsApi.getManagedSystems()
Retrieve all managed systems
|
ProjectVersionObject |
ExportImportApi.importProject(Project body)
Import a project to design time repository
|
DecisionTableRule |
ExportImportApi.importRule(File file)
Import rule expressions from Excel into decision table rule
|
ProjectVersionObject |
ProjectsApi.migration(MigrateProject body)
Migrates rule expressions of a project from expression language 1.0 to 2.0
|
DataObjectObject |
DataObjectsApi.readDataObject(String id,
String objectId)
Retrieves a data object of a project
|
List<DataObjectObject> |
DataObjectsApi.readDataObjects(String id)
Retrieve all the data objects of a project
|
List<DataObjectObject> |
DataObjectsApi.readDataObjects(String id,
List<String> name,
Integer $skip,
Integer $top)
Retrieve all the data objects of a project
|
ProjectVersionObject |
ProjectsApi.readProject(String id)
Retrieve a working set project
|
List<ProjectVersionObject> |
ProjectsApi.readProjects()
Retrieve all projects.
|
List<ProjectVersionObject> |
ProjectsApi.readProjects(List<String> name,
List<String> version,
Integer $skip,
Integer $top)
Retrieve all projects.
|
List<ProjectVersionObject> |
ProjectsApi.readProjectVersions(String id)
Retrieves the content of all versions of a Project
|
DataObjectObject |
DataObjectsApi.readRevisionedDataObjects(String id,
String revision)
Retrieve all the data objects of the highest semantic version of a project for a given revision.
|
DataObjectObject |
DataObjectsApi.readRevisionedDataObjects(String id,
String revision,
List<String> name)
Retrieve all the data objects of the highest semantic version of a project for a given revision.
|
ProjectVersionObject |
ProjectsApi.readRevisionedProject(String id,
String revision)
Retrieve the content of the highest semantic version of a project for a given revision.
|
RuleObject |
RulesApi.readRevisionedRules(String id,
String revision)
Retrieve all the rules of the highest semantic version of a project for a given revision.
|
RuleObject |
RulesApi.readRevisionedRules(String id,
String revision,
List<String> name)
Retrieve all the rules of the highest semantic version of a project for a given revision.
|
RuleService |
RuleServicesApi.readRevisionedRuleServices(String id,
String revision)
Retrieve all the rule services of the highest semantic version of a project for a given revision.
|
RuleService |
RuleServicesApi.readRevisionedRuleServices(String id,
String revision,
List<String> name)
Retrieve all the rule services of the highest semantic version of a project for a given revision.
|
Ruleset |
RulesetsApi.readRevisionedRuleset(String id,
String revision)
Retrieve all the rulesets of the highest semantic version of a project for a given revision.
|
Ruleset |
RulesetsApi.readRevisionedRuleset(String id,
String revision,
List<String> name)
Retrieve all the rulesets of the highest semantic version of a project for a given revision.
|
RuleObject |
RulesApi.readRule(String id,
String objectId)
Retrieve a rule of a project
|
List<RuleObject> |
RulesApi.readRules(String id)
Retrieve all the rules of a project
|
List<RuleObject> |
RulesApi.readRules(String id,
List<String> name,
Integer $skip,
Integer $top)
Retrieve all the rules of a project
|
RuleService |
RuleServicesApi.readRuleService(String id,
String objectId)
Retrieve a rule service of a project
|
List<RuleService> |
RuleServicesApi.readRuleservices(String id)
Retrieve all the rule services of a project
|
List<RuleService> |
RuleServicesApi.readRuleservices(String id,
List<String> name,
Integer $skip,
Integer $top)
Retrieve all the rule services of a project
|
Ruleset |
RulesetsApi.readRuleSet(String id,
String objectId)
Retrieve a ruleset of a project
|
List<Ruleset> |
RulesetsApi.readRulesets(String id)
Retrieve all the rulesets of a project
|
List<Ruleset> |
RulesetsApi.readRulesets(String id,
List<String> name,
Integer $skip,
Integer $top)
Retrieve all the rulesets of a project
|
DataObjectObject |
DataObjectsApi.readVersionedDataObjects(String id,
String version)
Retrieve all the data objects of a project given version id
|
DataObjectObject |
DataObjectsApi.readVersionedDataObjects(String id,
String version,
List<String> name)
Retrieve all the data objects of a project given version id
|
ProjectVersionObject |
ProjectsApi.readVersionedProject(String id,
String version)
Retrieves the content of the versioned project.
|
RuleObject |
RulesApi.readVersionedRules(String id,
String version)
Retrieve all the rules of a project given version id
|
RuleObject |
RulesApi.readVersionedRules(String id,
String version,
List<String> name)
Retrieve all the rules of a project given version id
|
RuleService |
RuleServicesApi.readVersionedRuleServices(String id,
String version)
Retrieve all the rule services of a project given version id
|
RuleService |
RuleServicesApi.readVersionedRuleServices(String id,
String version,
List<String> name)
Retrieve all the rule services of a project given version id
|
Ruleset |
RulesetsApi.readVersionedRuleset(String id,
String version)
Retrieve all the rulesets of a project given version id
|
Ruleset |
RulesetsApi.readVersionedRuleset(String id,
String version,
List<String> name)
Retrieve all the rulesets of a project given version id
|
OpenApiResponse |
ProjectsApi.recoverVersion(String id,
RecoverVersion body)
Update working set project with project version
|
DataObjectObject |
DataObjectsApi.updateDataObject(String id,
String objectId)
Update a data object of a project
|
DataObjectObject |
DataObjectsApi.updateDataObject(String id,
String objectId,
DataObjectObject body)
Update a data object of a project
|
ManagedSystemObject |
ManagedSystemsApi.updateManagedSystem(String managedsystemName)
Update the metadata of a managed system
|
ManagedSystemObject |
ManagedSystemsApi.updateManagedSystem(String managedsystemName,
ManagedSystemObject body)
Update the metadata of a managed system
|
ProjectVersionObject |
ProjectsApi.updateProject(String id)
Update a working set project
|
ProjectVersionObject |
ProjectsApi.updateProject(String id,
ProjectVersionObject body)
Update a working set project
|
RuleObject |
RulesApi.updateRule(String id,
String objectId)
Updates a rule of a project
|
RuleObject |
RulesApi.updateRule(String id,
String objectId,
RuleObject body)
Updates a rule of a project
|
RuleService |
RuleServicesApi.updateRuleService(String id,
String objectId)
Update a rule service of a project
|
RuleService |
RuleServicesApi.updateRuleService(String id,
String objectId,
RuleService body)
Update a rule service of a project
|
Ruleset |
RulesetsApi.updateRuleset(String id,
String objectId)
Updates a ruleset of a project
|
Ruleset |
RulesetsApi.updateRuleset(String id,
String objectId,
Ruleset body)
Updates a ruleset of a project
|
Modifier and Type | Method and Description |
---|---|
RuleServiceVersionDefinitionResult |
DeployUndeployRuleServiceApi.deployRuleServiceVersion(RuleServiceVersionDefinitionInput body)
Deploy a version of a rule service
|
WorkingsetRuleServiceDefinitionResult |
DeployUndeployRuleServiceApi.deployWorkingsetRuleService(WorkingsetRuleServiceDefinitionInput body)
Deploy a working set rule service.
|
OpenApiResponse |
XsrfHandlingApi.fetchXSRFToken(String xCSRFToken)
Requests a new XSRF token.
|
RuleServiceResult |
InvokeRuleServiceApi.invokeRuleServiceVersion(RuleServiceVersionInvocationInput body)
Invoke a revision or version of a rule service
|
RuleServiceResult |
InvokeRuleServiceApi.invokeWorkingsetRuleService(WorkingsetRuleServiceInvocationInput body)
Invoke a working set rule service
|
RuleServiceVersionDefinitionResult |
DeployUndeployRuleServiceApi.readRuleServiceVersion(String ruleServiceId,
String ruleServiceVersion)
Retrive a deployed rule service version
|
List<RuleServiceVersionDefinitionResult> |
DeployUndeployRuleServiceApi.readRuleServiceVersions(String ruleServiceId)
Retrive all versions of a deployed rule service
|
WorkingsetRuleServiceDefinitionResult |
DeployUndeployRuleServiceApi.readWorkingsetRuleService(String ruleServiceId)
Retrive a deployed working set rule service
|
List<WorkingsetRuleServiceDefinitionResult> |
DeployUndeployRuleServiceApi.readWorkingsetRuleServices()
Retrive all the deployed working set rule services.
|
OpenApiResponse |
DeployUndeployRuleServiceApi.undeployRuleServiceVersion(String ruleServiceId,
String ruleServiceVersion)
Undeploy a version of a rule service
|
OpenApiResponse |
DeployUndeployRuleServiceApi.undeployWorkingsetRuleService(String ruleServiceId)
Undeploy the working set rule service
|
Modifier and Type | Method and Description |
---|---|
<T> T |
ApiClient.invokeAPI(String path,
org.springframework.http.HttpMethod method,
org.springframework.util.MultiValueMap<String,String> queryParams,
Object body,
org.springframework.http.HttpHeaders headerParams,
org.springframework.util.MultiValueMap<String,Object> formParams,
List<org.springframework.http.MediaType> accept,
org.springframework.http.MediaType contentType,
String[] authNames,
org.springframework.core.ParameterizedTypeReference<T> returnType)
Invoke API by sending HTTP request with the given options.
|
Modifier and Type | Method and Description |
---|---|
OpenApiResponse |
DataExportApi.export()
Data Export
|
SampleContext |
WorkflowDefinitionsApi.getDefaultSampleContext(String definitionId)
Retrieve sample start context of workflow definition by ID
|
SampleContext |
WorkflowDefinitionsApi.getDefaultSampleContextForVersion(String definitionId,
String versionNumber)
Retrieve sample start context of workflow definition by ID and version number
|
WorkflowDefinition |
WorkflowDefinitionsApi.getDefinition(String definitionId)
Retrieve workflow definition by ID
|
WorkflowDefinition |
WorkflowDefinitionsApi.getDefinition(String definitionId,
String acceptLanguage)
Retrieve workflow definition by ID
|
WorkflowDefinitionVersion |
WorkflowDefinitionsApi.getDefinitionVersion(String definitionId,
String versionNumber)
Retrieve workflow definition by ID and version number
|
WorkflowDefinitionVersion |
WorkflowDefinitionsApi.getDefinitionVersion(String definitionId,
String versionNumber,
String acceptLanguage)
Retrieve workflow definition by ID and version number
|
List<WorkflowDefinitionVersion> |
WorkflowDefinitionsApi.getDefinitionVersions(String definitionId)
Retrieve all versions of workflow definition by ID
|
List<WorkflowDefinitionVersion> |
WorkflowDefinitionsApi.getDefinitionVersions(String definitionId,
String acceptLanguage,
String $orderby,
Integer $skip,
Integer $top,
String $inlinecount)
Retrieve all versions of workflow definition by ID
|
List<FormMetadata> |
FormsApi.getFormDefinitionsMetadata()
Retrieve all form definitions
|
List<FormMetadata> |
FormsApi.getFormDefinitionsMetadata(Integer $skip,
Integer $top,
String $inlinecount,
String type)
Retrieve all form definitions
|
FormMetadata |
UserTaskInstancesApi.getFormMetadata(String taskInstanceId)
Retrieve form metadata of the given task instance.
|
FormModel |
UserTaskInstancesApi.getFormModel(String taskInstanceId)
Retrieve form model of the given task instance.
|
WorkflowInstance |
WorkflowInstancesApi.getInstance(String workflowInstanceId)
Retrieve workflow instance by ID
|
TaskInstance |
UserTaskInstancesApi.getInstance(String taskInstanceId)
Retrieve task by ID
|
WorkflowInstance |
WorkflowInstancesApi.getInstance(String workflowInstanceId,
String acceptLanguage,
String $expand)
Retrieve workflow instance by ID
|
TaskInstance |
UserTaskInstancesApi.getInstance(String taskInstanceId,
String acceptLanguage,
String $expand)
Retrieve task by ID
|
AttachmentsContext |
WorkflowInstancesApi.getInstanceAttachments(String workflowInstanceId)
Retrieve instance attachments
|
AttachmentsContext |
UserTaskInstancesApi.getInstanceAttachments(String taskInstanceId)
Retrieve task instance attachments
|
List<CustomAttribute> |
WorkflowInstancesApi.getInstanceAttributes(String workflowInstanceId)
Retrieve custom workflow attributes by workflow instance ID
|
List<CustomAttribute> |
UserTaskInstancesApi.getInstanceAttributes(String taskInstanceId)
Retrieve custom task attributes by task instance ID
|
List<CustomAttribute> |
WorkflowInstancesApi.getInstanceAttributes(String workflowInstanceId,
String acceptLanguage)
Retrieve custom workflow attributes by workflow instance ID
|
List<CustomAttribute> |
UserTaskInstancesApi.getInstanceAttributes(String taskInstanceId,
String acceptLanguage)
Retrieve custom task attributes by task instance ID
|
Object |
WorkflowInstancesApi.getInstanceContext(String workflowInstanceId)
Retrieve instance context
|
Object |
UserTaskInstancesApi.getInstanceContext(String taskInstanceId)
Retrieve task context by ID
|
List<WorkflowInstanceErrorMessage> |
WorkflowInstancesApi.getInstanceErrorMessages(String workflowInstanceId)
Retrieve error messages
|
WorkflowInstanceRoles |
WorkflowInstancesApi.getInstanceRoles(String workflowInstanceId)
Retrieve instance roles
|
Job |
JobsApi.getJob(String jobId)
Retrieve Job status
|
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.
|
WorkflowModel |
WorkflowDefinitionsApi.getModelForDefinition(String definitionId)
Retrieve workflow definition model by ID
|
WorkflowModel |
WorkflowDefinitionsApi.getModelForDefinitionVersion(String definitionId,
String versionNumber)
Retrieve workflow definition model by ID and version number
|
OpenApiResponse |
PurgeApi.purge()
Purge instances and definitions
|
List<Object> |
TaskDefinitionsApi.queryDefinitions()
Retrieve definitions by query parameters
|
List<WorkflowDefinition> |
WorkflowDefinitionsApi.queryDefinitions()
Retrieve all workflow definitions
|
List<Object> |
TaskDefinitionsApi.queryDefinitions(String acceptLanguage,
Integer $skip,
Integer $top,
String $inlinecount,
String $expand)
Retrieve definitions by query parameters
|
List<WorkflowDefinition> |
WorkflowDefinitionsApi.queryDefinitions(String acceptLanguage,
String $orderby,
Integer $skip,
Integer $top,
String $inlinecount)
Retrieve all workflow definitions
|
List<WorkflowInstanceExecutionLog> |
WorkflowInstancesApi.queryInstanceExecutionLogs(String workflowInstanceId)
Retrieve execution logs
|
List<WorkflowInstanceExecutionLog> |
WorkflowInstancesApi.queryInstanceExecutionLogs(String workflowInstanceId,
String acceptLanguage)
Retrieve execution logs
|
List<WorkflowInstance> |
WorkflowInstancesApi.queryInstances()
Retrieve all instances by query parameters
|
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
|
List<WorkflowInstance> |
WorkflowInstancesApi.queryInstances(String acceptLanguage,
String $orderby,
Integer $skip,
Integer $top,
String $inlinecount,
String $expand,
String id,
String definitionId,
String definitionVersion,
String status,
String startedAt,
String startedFrom,
String startedUpTo,
String completedAt,
String completedFrom,
String completedUpTo,
String startedBy,
String subject,
String containsText,
String businessKey,
String rootInstanceId,
String parentInstanceId,
String attributesExampleCustomAttribute)
Retrieve all instances by query parameters
|
List<ConsumingWorkflowInstance> |
MessagesApi.sendMessage(SendMessagePayload body)
Send message
|
OpenApiResponse |
WorkflowInstancesApi.setInstanceAttachments(String workflowInstanceId,
AttachmentsContext body)
Overwrite instance attachments
|
OpenApiResponse |
WorkflowInstancesApi.setInstanceContext(String workflowInstanceId,
Object body)
Overwrite instance context
|
WorkflowInstance |
WorkflowInstancesApi.startInstance(WorkflowInstanceStartPayload body)
Start a new instance
|
WorkflowInstance |
WorkflowInstancesApi.startInstance(WorkflowInstanceStartPayload body,
String acceptLanguage)
Start a new instance
|
OpenApiResponse |
WorkflowDefinitionsApi.undeployDefinition(String definitionId)
Delete workflow definition
|
OpenApiResponse |
WorkflowDefinitionsApi.undeployDefinition(String definitionId,
Boolean cascade)
Delete workflow definition
|
OpenApiResponse |
FormsApi.undeployForm(String formId)
Delete a form.
|
OpenApiResponse |
UserTaskInstancesApi.updateInstance(String taskInstanceId,
UpdateTaskInstancePayload body)
Update task by ID
|
OpenApiResponse |
WorkflowInstancesApi.updateInstance(String workflowInstanceId,
WorkflowInstanceUpdatePayload body)
Update instance
|
OpenApiResponse |
WorkflowInstancesApi.updateInstanceContext(String workflowInstanceId,
Object body)
Update instance context
|
OpenApiResponse |
WorkflowInstancesApi.updateInstanceRoles(String workflowInstanceId,
WorkflowInstanceRolesUpdatePayload body)
Update instance roles
|
OpenApiResponse |
WorkflowInstancesApi.updateInstances(List<WorkflowInstancesUpdatePayload> body)
Delete instance by ID
|
Copyright © 2021 SAP SE. All rights reserved.