public class WorkflowRemover extends Object
| Constructor and Description |
|---|
WorkflowRemover() |
| Modifier and Type | Method and Description |
|---|---|
static void |
removeMatchingWorkflows(ProcessingApisProvider apisProvider,
String projectId,
String workflowNameToRemove)
Removes any existing processing workflows (including processing rules etc under the workflow) under the specified projectId
that match the name provided.
|
public static void removeMatchingWorkflows(ProcessingApisProvider apisProvider, String projectId, String workflowNameToRemove) throws com.github.cafdataprocessing.processing.service.client.ApiException
apisProvider - Provides access to processing service APIs so retrieval and delete requests may be sent via
the appropriate API.projectId - ProjectId that checked workflows should be under.workflowNameToRemove - If any workflows have a name that matches this value they will be removed.com.github.cafdataprocessing.processing.service.client.ApiException - If an error occurs contacting the processing API.Copyright © 2015–2017 EntIT Software LLC, a Micro Focus company. All rights reserved.