|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WFAction | |
---|---|
com.jalios.jcms | Contains the core JCMS classes. |
Uses of WFAction in com.jalios.jcms |
---|
Subclasses of WFAction in com.jalios.jcms | |
---|---|
static class |
WFAction.AlertAdmins
|
static class |
WFAction.AlertAuthor
|
static class |
WFAction.AlertWorkers
|
Methods in com.jalios.jcms that return WFAction | |
---|---|
WFAction |
WFState.getActionIn(String type)
Get the incoming action of a given type |
WFAction |
WFState.getActionOut(String type)
Get the outgoing action of a given type |
static WFAction |
WFAction.getInstance(String type,
WFState state)
|
Methods in com.jalios.jcms that return types with arguments of type WFAction | |
---|---|
Set<WFAction> |
WFState.getActionInSet()
|
Set<WFAction> |
WFState.getActionOutSet()
|
Methods in com.jalios.jcms with parameters of type WFAction | |
---|---|
void |
WFState.addActionIn(WFAction action)
Adds an incoming action (ie an action triggered when a publication comes in this state) |
void |
WFState.addActionOut(WFAction action)
Adds an outgoing action (ie an action triggered when a publication leaves this state) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |