@MarkerType(name="Audit Task",
description="The Audit Task marker is used to describe a task (usually denoted in a comment with a tag like \"TODO\") discovered in a file (or other resource) as a result of an audit process")
public interface AuditTaskMarker
extends AuditMarker, oracle.ide.markers.TaskMarker, oracle.ide.markers.TextMarker
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PARM_MESSAGE
The parameter name used for accessing the message or description parameter
on an
IssueReport. |
static java.lang.String |
PARM_PRIORITY
The parameter name used for accessing the priority value on an
IssueReport. |
static java.lang.String |
PARM_TAG
The parameter name used for accessing the tag name parameter on an
IssueReport. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
tag() |
void |
tag(java.lang.String tag)
Set the tag (e.g.
|
addedAttributes, addEvent, context, delete, equals, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttributes, getAttributes, getAttributes, getEvents, hashCode, id, isDeleted, isFixable, lastUpdated, markable, modifiedAttributes, notification, rank, removedAttributes, removeEvent, setMarkable, timestamp, updategetAttributedLabel, getIcon, getLongLabel, getShortLabel, getToolTipText, toStringstatic final java.lang.String PARM_TAG
IssueReport.static final java.lang.String PARM_MESSAGE
IssueReport.static final java.lang.String PARM_PRIORITY
IssueReport.@MarkerAttribute(id="tag",
name="Task Tag",
description="The tag that indicates that a comment is a task")
java.lang.String tag()
@MarkerAttribute(id="tag") void tag(java.lang.String tag)
tag - the tag for this task