Package | Description |
---|---|
org.nrg.xdat.turbine.modules.actions | |
org.nrg.xft.event | |
org.nrg.xft.event.persist |
Modifier and Type | Method and Description |
---|---|
static EventUtils.TYPE |
SecureAction.getEventType(org.apache.turbine.util.RunData data) |
Modifier and Type | Method and Description |
---|---|
EventUtils.TYPE |
EventDetails.getType() |
static EventUtils.TYPE |
EventUtils.getType(String s,
EventUtils.TYPE t) |
static EventUtils.TYPE |
EventUtils.TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventUtils.TYPE[] |
EventUtils.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EventUtils.TYPE |
EventUtils.getType(String s,
EventUtils.TYPE t) |
static EventDetails |
EventUtils.newEventInstance(EventUtils.CATEGORY category,
EventUtils.TYPE type,
String action) |
static EventDetails |
EventUtils.newEventInstance(EventUtils.CATEGORY category,
EventUtils.TYPE type,
String action,
String reason,
String comment) |
void |
EventDetails.setType(EventUtils.TYPE type) |
Constructor and Description |
---|
EventDetails(EventUtils.CATEGORY category,
EventUtils.TYPE type,
String action,
String reason,
String comment) |
Modifier and Type | Method and Description |
---|---|
void |
PersistentWorkflowI.setType(EventUtils.TYPE v)
Sets the value for type.
|
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.