Package com.ibm.di.connector.disb
Class DISBConstants
- java.lang.Object
-
- com.ibm.di.connector.disb.DISBConstants
-
public class DISBConstants extends java.lang.ObjectThis class contains various constants used by the DISB Component classes (e.g. attribute names, configuration constants, etc.).
Note: This class is for internal usage only. Any dependency from the end-user will not be supported. Changes to this class will happen without a warning.- Since:
- 7.1.1
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJMSMSG_ATTR_MSGJMS Message in Entry.static java.lang.StringJSONMSG_ATTR_CREATEJSON/Entry create.static java.lang.StringJSONMSG_ATTR_DELETEJSON/Entry delete.static java.lang.StringJSONMSG_ATTR_MESSAGEDIS JSON message in Entry.static java.lang.StringJSONMSG_ATTR_MODELOBJECTJSON/Entry modelObject.static java.lang.StringJSONMSG_ATTR_MODIFYJSON/Entry modify.static java.lang.StringJSONMSG_ATTR_OPSETJSON/Entry operationSet.static java.lang.StringJSONMSG_ATTR_OPSETIDJSON/Entry opid.static java.lang.StringJSONMSG_ATTR_REFERENCEJSON/Entry reference.static java.lang.StringJSONMSG_ATTR_REFRESHJSON/Entry refresh.static java.lang.StringJSONMSG_ATTR_RELATIONSHIPJSON/Entry relationship.static java.lang.StringJSONMSG_ATTR_SOURCEJSON/Entry source.static java.lang.StringJSONMSG_ATTR_TARGETJSON/Entry target.static java.lang.StringJSONMSG_ATTR_TIMESTAMPJSON/Entry timeStamp.static java.lang.StringJSONMSG_IDML_ATTR_TIMESTAMPJSON/Entry timeStamp.
-
Constructor Summary
Constructors Constructor Description DISBConstants()
-
-
-
Field Detail
-
JSONMSG_ATTR_CREATE
public static final java.lang.String JSONMSG_ATTR_CREATE
JSON/Entry create.- See Also:
- Constant Field Values
-
JSONMSG_ATTR_MODIFY
public static final java.lang.String JSONMSG_ATTR_MODIFY
JSON/Entry modify.- See Also:
- Constant Field Values
-
JSONMSG_ATTR_DELETE
public static final java.lang.String JSONMSG_ATTR_DELETE
JSON/Entry delete.- See Also:
- Constant Field Values
-
JSONMSG_ATTR_REFRESH
public static final java.lang.String JSONMSG_ATTR_REFRESH
JSON/Entry refresh.- See Also:
- Constant Field Values
-
JSONMSG_ATTR_REFERENCE
public static final java.lang.String JSONMSG_ATTR_REFERENCE
JSON/Entry reference.- See Also:
- Constant Field Values
-
JSONMSG_ATTR_TIMESTAMP
public static final java.lang.String JSONMSG_ATTR_TIMESTAMP
JSON/Entry timeStamp.- See Also:
- Constant Field Values
-
JSONMSG_ATTR_OPSET
public static final java.lang.String JSONMSG_ATTR_OPSET
JSON/Entry operationSet.- See Also:
- Constant Field Values
-
JSONMSG_ATTR_OPSETID
public static final java.lang.String JSONMSG_ATTR_OPSETID
JSON/Entry opid.- See Also:
- Constant Field Values
-
JSONMSG_ATTR_MESSAGE
public static final java.lang.String JSONMSG_ATTR_MESSAGE
DIS JSON message in Entry.- See Also:
- Constant Field Values
-
JMSMSG_ATTR_MSG
public static final java.lang.String JMSMSG_ATTR_MSG
JMS Message in Entry.- See Also:
- Constant Field Values
-
JSONMSG_ATTR_RELATIONSHIP
public static final java.lang.String JSONMSG_ATTR_RELATIONSHIP
JSON/Entry relationship.- See Also:
- Constant Field Values
-
JSONMSG_ATTR_SOURCE
public static final java.lang.String JSONMSG_ATTR_SOURCE
JSON/Entry source.- See Also:
- Constant Field Values
-
JSONMSG_ATTR_TARGET
public static final java.lang.String JSONMSG_ATTR_TARGET
JSON/Entry target.- See Also:
- Constant Field Values
-
JSONMSG_ATTR_MODELOBJECT
public static final java.lang.String JSONMSG_ATTR_MODELOBJECT
JSON/Entry modelObject.- See Also:
- Constant Field Values
-
JSONMSG_IDML_ATTR_TIMESTAMP
public static final java.lang.String JSONMSG_IDML_ATTR_TIMESTAMP
JSON/Entry timeStamp.- See Also:
- Constant Field Values
-
-