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