Package org.somda.sdc.glue.common
Class ActionConstants
- java.lang.Object
-
- org.somda.sdc.glue.common.ActionConstants
-
public class ActionConstants extends Object
Constants for every SDC service operation comprising input-output and input-only message exchanges.
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ActionConstants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetResponseAction(String requestActionUri)Generates a response action URI from an input action URI by appending 'Response'.
-
-
-
Field Detail
-
ACTION_GET_MDIB
public static final String ACTION_GET_MDIB
- See Also:
- Constant Field Values
-
ACTION_GET_MD_DESCRIPTION
public static final String ACTION_GET_MD_DESCRIPTION
- See Also:
- Constant Field Values
-
ACTION_GET_MD_STATE
public static final String ACTION_GET_MD_STATE
- See Also:
- Constant Field Values
-
ACTION_SET_VALUE
public static final String ACTION_SET_VALUE
- See Also:
- Constant Field Values
-
ACTION_SET_STRING
public static final String ACTION_SET_STRING
- See Also:
- Constant Field Values
-
ACTION_ACTIVATE
public static final String ACTION_ACTIVATE
- See Also:
- Constant Field Values
-
ACTION_SET_ALERT_STATE
public static final String ACTION_SET_ALERT_STATE
- See Also:
- Constant Field Values
-
ACTION_SET_COMPONENT_STATE
public static final String ACTION_SET_COMPONENT_STATE
- See Also:
- Constant Field Values
-
ACTION_SET_METRIC_STATE
public static final String ACTION_SET_METRIC_STATE
- See Also:
- Constant Field Values
-
ACTION_OPERATION_INVOKED_REPORT
public static final String ACTION_OPERATION_INVOKED_REPORT
- See Also:
- Constant Field Values
-
ACTION_DESCRIPTION_MODIFICATION_REPORT
public static final String ACTION_DESCRIPTION_MODIFICATION_REPORT
- See Also:
- Constant Field Values
-
ACTION_EPISODIC_ALERT_REPORT
public static final String ACTION_EPISODIC_ALERT_REPORT
- See Also:
- Constant Field Values
-
ACTION_PERIODIC_ALERT_REPORT
public static final String ACTION_PERIODIC_ALERT_REPORT
- See Also:
- Constant Field Values
-
ACTION_EPISODIC_COMPONENT_REPORT
public static final String ACTION_EPISODIC_COMPONENT_REPORT
- See Also:
- Constant Field Values
-
ACTION_PERIODIC_COMPONENT_REPORT
public static final String ACTION_PERIODIC_COMPONENT_REPORT
- See Also:
- Constant Field Values
-
ACTION_EPISODIC_METRIC_REPORT
public static final String ACTION_EPISODIC_METRIC_REPORT
- See Also:
- Constant Field Values
-
ACTION_PERIODIC_METRIC_REPORT
public static final String ACTION_PERIODIC_METRIC_REPORT
- See Also:
- Constant Field Values
-
ACTION_EPISODIC_OPERATIONAL_STATE_REPORT
public static final String ACTION_EPISODIC_OPERATIONAL_STATE_REPORT
- See Also:
- Constant Field Values
-
ACTION_PERIODIC_OPERATIONAL_STATE_REPORT
public static final String ACTION_PERIODIC_OPERATIONAL_STATE_REPORT
- See Also:
- Constant Field Values
-
ACTION_SYSTEM_ERROR_REPORT
public static final String ACTION_SYSTEM_ERROR_REPORT
- See Also:
- Constant Field Values
-
ACTION_GET_CONTEXT_STATES
public static final String ACTION_GET_CONTEXT_STATES
- See Also:
- Constant Field Values
-
ACTION_SET_CONTEXT_STATE
public static final String ACTION_SET_CONTEXT_STATE
- See Also:
- Constant Field Values
-
ACTION_GET_CONTEXT_STATES_BY_IDENTIFICATION
public static final String ACTION_GET_CONTEXT_STATES_BY_IDENTIFICATION
- See Also:
- Constant Field Values
-
ACTION_GET_CONTEXT_STATES_BY_FILTER
public static final String ACTION_GET_CONTEXT_STATES_BY_FILTER
- See Also:
- Constant Field Values
-
ACTION_PERIODIC_CONTEXT_REPORT
public static final String ACTION_PERIODIC_CONTEXT_REPORT
- See Also:
- Constant Field Values
-
ACTION_EPISODIC_CONTEXT_REPORT
public static final String ACTION_EPISODIC_CONTEXT_REPORT
- See Also:
- Constant Field Values
-
ACTION_WAVEFORM_STREAM
public static final String ACTION_WAVEFORM_STREAM
- See Also:
- Constant Field Values
-
ACTION_OBSERVED_VALUE_STREAM
public static final String ACTION_OBSERVED_VALUE_STREAM
- See Also:
- Constant Field Values
-
ACTION_GET_CONTAINMENT_TREE
public static final String ACTION_GET_CONTAINMENT_TREE
- See Also:
- Constant Field Values
-
ACTION_GET_DESCRIPTOR
public static final String ACTION_GET_DESCRIPTOR
- See Also:
- Constant Field Values
-
ACTION_GET_DESCRIPTORS_FROM_ARCHIVE
public static final String ACTION_GET_DESCRIPTORS_FROM_ARCHIVE
- See Also:
- Constant Field Values
-
ACTION_GET_STATES_FROM_ARCHIVE
public static final String ACTION_GET_STATES_FROM_ARCHIVE
- See Also:
- Constant Field Values
-
ACTION_GET_LOCALIZED_TEXT
public static final String ACTION_GET_LOCALIZED_TEXT
- See Also:
- Constant Field Values
-
ACTION_GET_SUPPORTED_LANGUAGES
public static final String ACTION_GET_SUPPORTED_LANGUAGES
- See Also:
- Constant Field Values
-
-