public class RecorderAnnotation extends AbstractTypedConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
COMMENT_PROPERTY
Name of the property holding the comment entered by the user.
|
static String |
END_TRANSACTION_TYPE
Recording annotation type indicating that the user ended the innermost transaction.
|
static String |
IGNORE_TYPE
Recording annotation type indicating that the user has instructed to ignore the recorded
date since the last split point, or ignore, or since the beginning of the test.
|
static String |
INSERT_COMMENT_TYPE
Recording annotation type indicating that the user inserted a comment.
|
static String |
NAME_PROPERTY
Name of the property holding the name entered by the user.
|
static String |
RECORDER_ID_ATTRIBUTE
Name of the integer property holding the unique id of the recorder whose recording state was changed.
|
static String |
RECORDING_STATE_TYPE
Recording annotation type emitted when a recorder state toggles between the "recording" and
the "paused" states.
|
static String |
RESUMED_ATTRIBUTE
Name of the boolean property holding whether the state of the recorder was resumed (
true)
or paused (false). |
static String |
SCREENSHOT_DATA_ATTRIBUTE
Name of the string property holding either 1/ the file name that contains the screenshot or 2/
the byte array of the image.
|
static String |
SCREENSHOT_TYPE
Screen snapshot type describing a screen snapshot that was taken during recording.
|
static String |
SESSION_AMENDMENT_TYPE
Recording annotation type describing an amendment to a recording session configuration while
the session is running.
|
static String |
SPLIT_TEST_TYPE
Recording annotation type indicating that the user has instructed to split the test
at this point.
|
static String |
START_TRANSACTION_TYPE
Recording annotation type indicating that the user has instructed to start a new transaction
at this point.
|
static String |
SYNCHRONIZATION_POINT_TYPE
Recording annotation type describing a synchronization point declared during recording.
|
static String |
TIMESTAMP_PROPERTY
Name of the string property holding the timestamp, expressed in the recording session
time unit as a long integer, of the exact time the snapshot was taken.
|
NAME, typeproperties| Constructor and Description |
|---|
RecorderAnnotation(String type) |
| Modifier and Type | Method and Description |
|---|---|
RecorderAnnotation |
clone() |
protected String |
getPreferedPrefix() |
protected String |
getProtocol() |
getElementName, getId, getNamespace, getType, setId, setTypeaddChildConfiguration, afterXmlDeserialization, assignUniqueIds, beforeXmlSerialization, cloneProperties, get, getBoolean, getData, getEnum, getInteger, getList, getMap, getObfuscatedList, getObfuscatedString, getPreferedIdPrefixForChild, getString, getString, isOperand, loadAttributes, remove, saveDataToAttachment, serialize, setBoolean, setData, setData, setEnum, setInteger, setList, setMap, setObfuscatedList, setObfuscatedString, setString, toString, write, write, write, writeAttributes, writeChildConfiguration, writeChildConfigurations, writeChildConfigurationspublic static final String INSERT_COMMENT_TYPE
public static final String COMMENT_PROPERTY
RecorderAnnotation.INSERT_COMMENT_TYPE and RecorderAnnotation.SCREENSHOT_TYPE.public static final String START_TRANSACTION_TYPE
ITransactionAnnotationStateHandler
(see RecorderCore.ANNOTATION_STATE_HANDLER_PREFIX).public static final String NAME_PROPERTY
public static final String END_TRANSACTION_TYPE
ITransactionAnnotationStateHandler
(see RecorderCore.ANNOTATION_STATE_HANDLER_PREFIX).public static final String SPLIT_TEST_TYPE
public static final String IGNORE_TYPE
public static final String RECORDING_STATE_TYPE
public static final String RESUMED_ATTRIBUTE
public static final String RECORDER_ID_ATTRIBUTE
public static final String SESSION_AMENDMENT_TYPE
RecordingSessionAmendmentAnnotation.
Supported properties:public static final String SCREENSHOT_TYPE
public static final String SYNCHRONIZATION_POINT_TYPE
public static final String SCREENSHOT_DATA_ATTRIBUTE
public static final String TIMESTAMP_PROPERTY
public RecorderAnnotation(String type)
public RecorderAnnotation clone()
clone in class AbstractTypedConfigurationprotected String getProtocol()
getProtocol in class AbstractConfigurationprotected String getPreferedPrefix()
getPreferedPrefix in class AbstractConfiguration© Copyright IBM Corp. 2013. All rights reserved.