Class ParameterSamples
- java.lang.Object
-
- org.kie.server.remote.rest.common.docs.ParameterSamples
-
public class ParameterSamples extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTIVATE_CONTAINER_RESPONSE_JSONstatic StringCREATE_CONTAINER_JSONstatic StringCREATE_CONTAINER_RESPONSE_JSONstatic StringCREATE_CONTAINER_XMLstatic StringDEACTIVATE_CONTAINER_RESPONSE_JSONstatic StringDISPOSE_CONTAINER_RESPONSE_JSONstatic StringEXECUTE_CMD_JSONstatic StringEXECUTE_CMD_RESPONSE_JSONstatic StringGET_CONTAINER_RESPONSE_JSONstatic StringGET_CONTAINERS_RESPONSE_JSONstatic StringGET_RELEASE_ID_RESPONSE_JSONstatic StringGET_SCANNER_RESPONSE_JSONstatic StringGET_SERVER_INF_RESPONSE_JSONstatic StringGET_SERVER_STATE_RESPONSE_JSONstatic StringJSONstatic StringUPDATE_RELEASE_ID_JSONstatic StringUPDATE_RELEASE_ID_XMLstatic StringUPDATE_RELEASE_RESPONSE_JSONstatic StringUPDATE_SCANNER_JSONstatic StringUPDATE_SCANNER_RESPONSE_JSONstatic StringUPDATE_SCANNER_XMLstatic StringXML
-
Constructor Summary
Constructors Constructor Description ParameterSamples()
-
-
-
Field Detail
-
JSON
public static final String JSON
- See Also:
- Constant Field Values
-
XML
public static final String XML
- See Also:
- Constant Field Values
-
CREATE_CONTAINER_JSON
public static final String CREATE_CONTAINER_JSON
- See Also:
- Constant Field Values
-
UPDATE_RELEASE_ID_JSON
public static final String UPDATE_RELEASE_ID_JSON
- See Also:
- Constant Field Values
-
UPDATE_SCANNER_JSON
public static final String UPDATE_SCANNER_JSON
- See Also:
- Constant Field Values
-
GET_SERVER_INF_RESPONSE_JSON
public static final String GET_SERVER_INF_RESPONSE_JSON
- See Also:
- Constant Field Values
-
GET_CONTAINERS_RESPONSE_JSON
public static final String GET_CONTAINERS_RESPONSE_JSON
- See Also:
- Constant Field Values
-
CREATE_CONTAINER_RESPONSE_JSON
public static final String CREATE_CONTAINER_RESPONSE_JSON
- See Also:
- Constant Field Values
-
ACTIVATE_CONTAINER_RESPONSE_JSON
public static final String ACTIVATE_CONTAINER_RESPONSE_JSON
- See Also:
- Constant Field Values
-
DEACTIVATE_CONTAINER_RESPONSE_JSON
public static final String DEACTIVATE_CONTAINER_RESPONSE_JSON
- See Also:
- Constant Field Values
-
GET_CONTAINER_RESPONSE_JSON
public static final String GET_CONTAINER_RESPONSE_JSON
- See Also:
- Constant Field Values
-
DISPOSE_CONTAINER_RESPONSE_JSON
public static final String DISPOSE_CONTAINER_RESPONSE_JSON
- See Also:
- Constant Field Values
-
GET_SCANNER_RESPONSE_JSON
public static final String GET_SCANNER_RESPONSE_JSON
- See Also:
- Constant Field Values
-
UPDATE_SCANNER_RESPONSE_JSON
public static final String UPDATE_SCANNER_RESPONSE_JSON
- See Also:
- Constant Field Values
-
GET_RELEASE_ID_RESPONSE_JSON
public static final String GET_RELEASE_ID_RESPONSE_JSON
- See Also:
- Constant Field Values
-
UPDATE_RELEASE_RESPONSE_JSON
public static final String UPDATE_RELEASE_RESPONSE_JSON
- See Also:
- Constant Field Values
-
GET_SERVER_STATE_RESPONSE_JSON
public static final String GET_SERVER_STATE_RESPONSE_JSON
- See Also:
- Constant Field Values
-
EXECUTE_CMD_RESPONSE_JSON
public static final String EXECUTE_CMD_RESPONSE_JSON
- See Also:
- Constant Field Values
-
EXECUTE_CMD_JSON
public static final String EXECUTE_CMD_JSON
- See Also:
- Constant Field Values
-
CREATE_CONTAINER_XML
public static final String CREATE_CONTAINER_XML
- See Also:
- Constant Field Values
-
UPDATE_RELEASE_ID_XML
public static final String UPDATE_RELEASE_ID_XML
- See Also:
- Constant Field Values
-
UPDATE_SCANNER_XML
public static final String UPDATE_SCANNER_XML
- See Also:
- Constant Field Values
-
-