@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-02-12T14:43:58.169865-05:00[America/New_York]") public class CatalogRestApi extends Object
Constructor and Description |
---|
CatalogRestApi() |
CatalogRestApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient()
Get the API client
|
CloudAutomationWorkflow |
getExecutableActionByCatalogObject(String sessionid,
Long instanceId,
String bucketName,
String workflowName)
Get ProActive Service Automation executable workflow by bucket and workflow names
|
ApiResponse<CloudAutomationWorkflow> |
getExecutableActionByCatalogObjectWithHttpInfo(String sessionid,
Long instanceId,
String bucketName,
String workflowName)
Get ProActive Service Automation executable workflow by bucket and workflow names
|
CloudAutomationWorkflow |
getWorkflowByCatalogObject(String sessionid,
String bucketName,
String workflowName)
Get ProActive Service Automation workflow by bucket and workflow names
|
ApiResponse<CloudAutomationWorkflow> |
getWorkflowByCatalogObjectWithHttpInfo(String sessionid,
String bucketName,
String workflowName)
Get ProActive Service Automation workflow by bucket and workflow names
|
List<CloudAutomationWorkflow> |
getWorkflowsByServiceId(String sessionid,
String serviceId)
Get ProActive Service Automation workflows by service id
|
ApiResponse<List<CloudAutomationWorkflow>> |
getWorkflowsByServiceIdWithHttpInfo(String sessionid,
String serviceId)
Get ProActive Service Automation workflows by service id
|
List<CloudAutomationWorkflow> |
listActionWorkflows(String sessionid)
List ProActive Service Automation action workflows
|
ApiResponse<List<CloudAutomationWorkflow>> |
listActionWorkflowsWithHttpInfo(String sessionid)
List ProActive Service Automation action workflows
|
Map<String,List<CloudAutomationWorkflow>> |
listAllWorkflowsByServiceId(String sessionid)
List ProActive Service Automation workflows by service id
|
ApiResponse<Map<String,List<CloudAutomationWorkflow>>> |
listAllWorkflowsByServiceIdWithHttpInfo(String sessionid)
List ProActive Service Automation workflows by service id
|
Map<String,List<CloudAutomationWorkflow>> |
listAndRefreshAllWorkflowsByServiceId(String sessionid)
Invalidate cache and list ProActive Service Automation workflows by service id
|
ApiResponse<Map<String,List<CloudAutomationWorkflow>>> |
listAndRefreshAllWorkflowsByServiceIdWithHttpInfo(String sessionid)
Invalidate cache and list ProActive Service Automation workflows by service id
|
Map<String,List<CloudAutomationWorkflow>> |
listExecutableActionsByInstanceId(String sessionid,
Long instanceId)
List ProActive Service Automation executable workflows grouped by instance id.
|
Map<String,List<CloudAutomationWorkflow>> |
listExecutableActionsByInstanceIds(String sessionid,
List<Long> instanceIds)
List ProActive Service Automation executable workflows grouped by instance ids for a given list of ids.
|
ApiResponse<Map<String,List<CloudAutomationWorkflow>>> |
listExecutableActionsByInstanceIdsWithHttpInfo(String sessionid,
List<Long> instanceIds)
List ProActive Service Automation executable workflows grouped by instance ids for a given list of ids.
|
ApiResponse<Map<String,List<CloudAutomationWorkflow>>> |
listExecutableActionsByInstanceIdWithHttpInfo(String sessionid,
Long instanceId)
List ProActive Service Automation executable workflows grouped by instance id.
|
List<CloudAutomationWorkflow> |
listStartingWorkflows(String sessionid)
List ProActive Service Automation starting workflows
|
Map<String,List<CloudAutomationWorkflow>> |
listStartingWorkflowsByServiceId(String sessionid)
List ProActive Service Automation starting workflows by service id
|
ApiResponse<Map<String,List<CloudAutomationWorkflow>>> |
listStartingWorkflowsByServiceIdWithHttpInfo(String sessionid)
List ProActive Service Automation starting workflows by service id
|
ApiResponse<List<CloudAutomationWorkflow>> |
listStartingWorkflowsWithHttpInfo(String sessionid)
List ProActive Service Automation starting workflows
|
CloudAutomationWorkflow |
refreshWorkflowByServiceId(String sessionid,
String serviceId,
String workflowName,
String bucketName)
Invalidate cache for the given serviceId of ProActive Service Automation workflow and returns the updated workflow
|
ApiResponse<CloudAutomationWorkflow> |
refreshWorkflowByServiceIdWithHttpInfo(String sessionid,
String serviceId,
String workflowName,
String bucketName)
Invalidate cache for the given serviceId of ProActive Service Automation workflow and returns the updated workflow
|
void |
setApiClient(ApiClient apiClient)
Set the API client
|
public CatalogRestApi()
public CatalogRestApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient
- an instance of API clientpublic CloudAutomationWorkflow getExecutableActionByCatalogObject(String sessionid, Long instanceId, String bucketName, String workflowName) throws ApiException
sessionid
- Scheduler authentication id (required)instanceId
- The instance id (required)bucketName
- (required)workflowName
- (required)ApiException
- if fails to make API callpublic ApiResponse<CloudAutomationWorkflow> getExecutableActionByCatalogObjectWithHttpInfo(String sessionid, Long instanceId, String bucketName, String workflowName) throws ApiException
sessionid
- Scheduler authentication id (required)instanceId
- The instance id (required)bucketName
- (required)workflowName
- (required)ApiException
- if fails to make API callpublic CloudAutomationWorkflow getWorkflowByCatalogObject(String sessionid, String bucketName, String workflowName) throws ApiException
sessionid
- Scheduler authentication id (required)bucketName
- (required)workflowName
- (required)ApiException
- if fails to make API callpublic ApiResponse<CloudAutomationWorkflow> getWorkflowByCatalogObjectWithHttpInfo(String sessionid, String bucketName, String workflowName) throws ApiException
sessionid
- Scheduler authentication id (required)bucketName
- (required)workflowName
- (required)ApiException
- if fails to make API callpublic List<CloudAutomationWorkflow> getWorkflowsByServiceId(String sessionid, String serviceId) throws ApiException
sessionid
- Scheduler authentication id (required)serviceId
- (required)ApiException
- if fails to make API callpublic ApiResponse<List<CloudAutomationWorkflow>> getWorkflowsByServiceIdWithHttpInfo(String sessionid, String serviceId) throws ApiException
sessionid
- Scheduler authentication id (required)serviceId
- (required)ApiException
- if fails to make API callpublic List<CloudAutomationWorkflow> listActionWorkflows(String sessionid) throws ApiException
sessionid
- Scheduler authentication id (required)ApiException
- if fails to make API callpublic ApiResponse<List<CloudAutomationWorkflow>> listActionWorkflowsWithHttpInfo(String sessionid) throws ApiException
sessionid
- Scheduler authentication id (required)ApiException
- if fails to make API callpublic Map<String,List<CloudAutomationWorkflow>> listAllWorkflowsByServiceId(String sessionid) throws ApiException
sessionid
- Scheduler authentication id (required)ApiException
- if fails to make API callpublic ApiResponse<Map<String,List<CloudAutomationWorkflow>>> listAllWorkflowsByServiceIdWithHttpInfo(String sessionid) throws ApiException
sessionid
- Scheduler authentication id (required)ApiException
- if fails to make API callpublic Map<String,List<CloudAutomationWorkflow>> listAndRefreshAllWorkflowsByServiceId(String sessionid) throws ApiException
sessionid
- Scheduler authentication id (required)ApiException
- if fails to make API callpublic ApiResponse<Map<String,List<CloudAutomationWorkflow>>> listAndRefreshAllWorkflowsByServiceIdWithHttpInfo(String sessionid) throws ApiException
sessionid
- Scheduler authentication id (required)ApiException
- if fails to make API callpublic Map<String,List<CloudAutomationWorkflow>> listExecutableActionsByInstanceId(String sessionid, Long instanceId) throws ApiException
sessionid
- Scheduler authentication id (required)instanceId
- The instance id (optional)ApiException
- if fails to make API callpublic ApiResponse<Map<String,List<CloudAutomationWorkflow>>> listExecutableActionsByInstanceIdWithHttpInfo(String sessionid, Long instanceId) throws ApiException
sessionid
- Scheduler authentication id (required)instanceId
- The instance id (optional)ApiException
- if fails to make API callpublic Map<String,List<CloudAutomationWorkflow>> listExecutableActionsByInstanceIds(String sessionid, List<Long> instanceIds) throws ApiException
sessionid
- Scheduler authentication id (required)instanceIds
- Services instances ids (optional)ApiException
- if fails to make API callpublic ApiResponse<Map<String,List<CloudAutomationWorkflow>>> listExecutableActionsByInstanceIdsWithHttpInfo(String sessionid, List<Long> instanceIds) throws ApiException
sessionid
- Scheduler authentication id (required)instanceIds
- Services instances ids (optional)ApiException
- if fails to make API callpublic List<CloudAutomationWorkflow> listStartingWorkflows(String sessionid) throws ApiException
sessionid
- Scheduler authentication id (required)ApiException
- if fails to make API callpublic ApiResponse<List<CloudAutomationWorkflow>> listStartingWorkflowsWithHttpInfo(String sessionid) throws ApiException
sessionid
- Scheduler authentication id (required)ApiException
- if fails to make API callpublic Map<String,List<CloudAutomationWorkflow>> listStartingWorkflowsByServiceId(String sessionid) throws ApiException
sessionid
- Scheduler authentication id (required)ApiException
- if fails to make API callpublic ApiResponse<Map<String,List<CloudAutomationWorkflow>>> listStartingWorkflowsByServiceIdWithHttpInfo(String sessionid) throws ApiException
sessionid
- Scheduler authentication id (required)ApiException
- if fails to make API callpublic CloudAutomationWorkflow refreshWorkflowByServiceId(String sessionid, String serviceId, String workflowName, String bucketName) throws ApiException
sessionid
- Scheduler authentication id (required)serviceId
- (required)workflowName
- (required)bucketName
- (required)ApiException
- if fails to make API callpublic ApiResponse<CloudAutomationWorkflow> refreshWorkflowByServiceIdWithHttpInfo(String sessionid, String serviceId, String workflowName, String bucketName) throws ApiException
sessionid
- Scheduler authentication id (required)serviceId
- (required)workflowName
- (required)bucketName
- (required)ApiException
- if fails to make API call