public enum EventAction extends Enum<EventAction>
| Modifier and Type | Field and Description |
|---|---|
static Set<EventAction> |
applicationEventActions |
static Set<EventAction> |
globalEventActions |
static Set<EventAction> |
globalGroupedEventActions |
static Set<EventAction> |
organizationEventActions |
static Set<EventAction> |
userEventActions |
static Set<EventAction> |
userGroupedEventActions |
static Set<EventAction> |
vulnerabilityEventActions |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
static EventAction |
getEventAction(String input) |
EventAction |
getGroupedEventAction() |
boolean |
isApplicationEventAction() |
boolean |
isGlobalEventAction() |
boolean |
isGlobalGroupedEventAction() |
boolean |
isOrganizationEventAction() |
boolean |
isUserEventAction() |
boolean |
isUserGroupedEventAction() |
boolean |
isVulnerabilityEventAction() |
static EventAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventAction UNKOWN_EVENT
public static final EventAction GROUPED_VULNERABILITY_OPEN_SCAN_DELETED
public static final EventAction GROUPED_VULNERABILITY_OPEN_SCAN_UPLOAD
public static final EventAction GROUPED_VULNERABILITY_CLOSE_SCAN_DELETED
public static final EventAction GROUPED_VULNERABILITY_CLOSE_SCAN_UPLOAD
public static final EventAction GROUPED_VULNERABILITY_REOPEN_SCAN_UPLOAD
public static final EventAction GROUPED_VULNERABILITY_MARK_FALSE_POSITIVE_SCAN_UPLOAD
public static final EventAction GROUPED_VULNERABILITY_MARK_FALSE_POSITIVE_SCAN_DELETED
public static final EventAction GROUPED_VULNERABILITY_UNMARK_FALSE_POSITIVE_SCAN_UPLOAD
public static final EventAction GROUPED_VULNERABILITY_UNMARK_FALSE_POSITIVE_SCAN_DELETED
public static final EventAction APPLICATION_CREATE
public static final EventAction APPLICATION_EDIT
public static final EventAction APPLICATION_SET_TAGS
public static final EventAction APPLICATION_SCAN_UPLOADED
public static final EventAction APPLICATION_SCAN_DELETED
public static final EventAction VULNERABILITY_CREATE
public static final EventAction VULNERABILITY_OPEN_SCAN_DELETED
public static final EventAction VULNERABILITY_OPEN_SCAN_UPLOAD
public static final EventAction VULNERABILITY_OPEN_REMAP_FINDING
public static final EventAction VULNERABILITY_OPEN_MANUAL
public static final EventAction VULNERABILITY_CLOSE
public static final EventAction VULNERABILITY_CLOSE_FINDINGS_MERGE
public static final EventAction VULNERABILITY_CLOSE_SCAN_DELETED
public static final EventAction VULNERABILITY_CLOSE_SCAN_UPLOAD
public static final EventAction VULNERABILITY_CLOSE_MANUAL
public static final EventAction VULNERABILITY_REOPEN
public static final EventAction VULNERABILITY_REOPEN_SCAN_UPLOAD
public static final EventAction VULNERABILITY_REOPEN_MANUAL
public static final EventAction VULNERABILITY_MARK_FALSE_POSITIVE_MANUAL
public static final EventAction VULNERABILITY_MARK_FALSE_POSITIVE_SCAN_UPLOAD
public static final EventAction VULNERABILITY_MARK_FALSE_POSITIVE_SCAN_DELETED
public static final EventAction VULNERABILITY_MARK_FALSE_POSITIVE_REMAP_FINDING
public static final EventAction VULNERABILITY_UNMARK_FALSE_POSITIVE_MANUAL
public static final EventAction VULNERABILITY_UNMARK_FALSE_POSITIVE_SCAN_UPLOAD
public static final EventAction VULNERABILITY_UNMARK_FALSE_POSITIVE_SCAN_DELETED
public static final EventAction VULNERABILITY_UNMARK_FALSE_POSITIVE_REMAP_FINDING
public static final EventAction VULNERABILITY_COMMENT
public static final EventAction VULNERABILITY_OTHER
public static final EventAction DEFECT_SUBMIT
public static final EventAction DEFECT_STATUS_UPDATED
public static final EventAction DEFECT_CLOSED
public static final EventAction DEFECT_APPEARED_AFTER_CLOSED
public static final EventAction POLICY_PASSING
public static final EventAction POLICY_FAILING
public static Set<EventAction> organizationEventActions
public static Set<EventAction> applicationEventActions
public static Set<EventAction> vulnerabilityEventActions
public static Set<EventAction> userEventActions
public static Set<EventAction> userGroupedEventActions
public static Set<EventAction> globalEventActions
public static Set<EventAction> globalGroupedEventActions
public static EventAction[] values()
for (EventAction c : EventAction.values()) System.out.println(c);
public static EventAction valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDisplayName()
public boolean isOrganizationEventAction()
public boolean isApplicationEventAction()
public boolean isVulnerabilityEventAction()
public boolean isUserEventAction()
public boolean isUserGroupedEventAction()
public boolean isGlobalEventAction()
public boolean isGlobalGroupedEventAction()
public static EventAction getEventAction(String input)
public EventAction getGroupedEventAction()
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.