|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.qriterium.dogma.DogmaActions
public class DogmaActions
Contains reactions to different actions in dogma. For example onResourceURIOpen - function is always ran when user tries to open an uri. Currently only writes events to the log.
Constructor Summary | |
---|---|
DogmaActions()
|
Method Summary | |
---|---|
static void |
onQueryResult(java.util.Vector<DogmaResource> resultSet)
Run when the resultset is received from a query. |
static void |
onResourceAttributeUpdate(DogmaResource r,
java.lang.String description)
Run if the attributes of the resource are changed. |
static void |
onResourceOpenInFormView(DogmaResource r)
Run when the resource is opened in formview. |
static void |
onResourceSelection(DogmaResource r)
Run when the resource is selected in resourcetable. |
static void |
onResourceSubSetAdd(DogmaResource r)
Run when the resource is added to a new subset. |
static void |
onResourceSubSetAdd(java.util.Vector<DogmaResource> subset)
Run when the set of resources is added to a new subset. |
static void |
onResourceURIOpen(DogmaResource r,
java.lang.String uri)
Run when a uri belonging to the resource is opened. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DogmaActions()
Method Detail |
---|
public static void onQueryResult(java.util.Vector<DogmaResource> resultSet)
public static void onResourceAttributeUpdate(DogmaResource r, java.lang.String description)
public static void onResourceOpenInFormView(DogmaResource r)
public static void onResourceSelection(DogmaResource r)
public static void onResourceSubSetAdd(java.util.Vector<DogmaResource> subset)
public static void onResourceSubSetAdd(DogmaResource r)
public static void onResourceURIOpen(DogmaResource r, java.lang.String uri)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |