Package ghidra.feature.vt.api.impl
Interface VTChangeManager
public interface VTChangeManager
Interface to define event types and the method to generate an
event within Version Tracking.
Note: Previously (before 11.1), VTEvent change event types were defined in this file as integer constants. Event ids have since been converted to enum types. The defines in this file have been converted to point to the new enum values to make it easier to convert to this new way and to clearly see how the old values map to the new enums. In future releases, these defines will be removed.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final VTEvent
Deprecated.Event type numeric constants have been changed to enums.static final VTEvent
Deprecated.Event type numeric constants have been changed to enums.static final VTEvent
Deprecated.Event type numeric constants have been changed to enums.static final VTEvent
Deprecated.Event type numeric constants have been changed to enums.static final VTEvent
Deprecated.Event type numeric constants have been changed to enums.static final VTEvent
Deprecated.Event type numeric constants have been changed to enums.static final VTEvent
Deprecated.Event type numeric constants have been changed to enums.static final VTEvent
Deprecated.Event type numeric constants have been changed to enums.static final VTEvent
Deprecated.Event type numeric constants have been changed to enums.static final VTEvent
Deprecated.Event type numeric constants have been changed to enums.static final VTEvent
Deprecated.Event type numeric constants have been changed to enums.static final VTEvent
Deprecated.Event type numeric constants have been changed to enums.static final VTEvent
Deprecated.Event type numeric constants have been changed to enums.
-
Field Details
-
DOCR_VT_MATCH_SET_ADDED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.A version tracking match set was added -
DOCR_VT_ASSOCIATION_STATUS_CHANGED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.The association status of a match item in the version tracking results has changed -
DOCR_VT_ASSOCIATION_MARKUP_STATUS_CHANGED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.The markup status of a match item in the version tracking results has changed -
DOCR_VT_MATCH_ADDED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.A match result was added -
DOCR_VT_MATCH_DELETED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.A match result was deleted -
DOCR_VT_MATCH_TAG_CHANGED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.The tag for a match was changed -
DOCR_VT_ASSOCIATION_ADDED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.A version tracking association was added -
DOCR_VT_ASSOCIATION_REMOVED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.A version tracking association was removed -
DOCR_VT_MARKUP_ITEM_STATUS_CHANGED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.A markup item status was changed -
DOCR_VT_MARKUP_ITEM_DESTINATION_CHANGED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.A markup item's destination changed -
DOCR_VT_TAG_ADDED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.A version tracking tag was added -
DOCR_VT_TAG_REMOVED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.A version tracking tag was removed -
DOCR_VT_VOTE_COUNT_CHANGED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.The vote count of a match was changed
-