AccessControlFlowsResource

A RESTful resource for accessing control-flows. Supports operations such as importing and exporting control flows.

The following resources are applicable:

/change-sets/{csId}/access-control-flows

Mount Point: /change-sets/{csId}/access-control-flows

POST

Creates a new control flow.

Parameters

name description type default
JSESSIONID the caller's session ID. cookie
csId the ID of the change set this control flow is being inserted into. path

Request Body

element: controlFlow
media types: application/xml
text/xml
application/json

the external control flow to store.

/change-sets/{csId}/access-control-flows/{name}

Mount Point: /change-sets/{csId}/access-control-flows/{name}

GET

Retrieves a control flow by change set and name.

Parameters

name description type default
csId The change set that the control flow is contained within. path
name The name of the control flow. path

Response Body

element: controlFlow
media types: application/xml
text/xml
application/json

the external control flow instance representing the latest version of the control flow with that name.

PUT

Updates an existing control flow.

Parameters

name description type default
JSESSIONID the caller's session ID. cookie
csId the ID of the change set this control flow is being inserted into. path
name the name of the control flow to update. path

Request Body

element: controlFlow
media types: application/xml
text/xml
application/json

the external control flow to store.