Uses of Class
com.jalios.jcms.WFAction
-
Packages that use WFAction Package Description com.jalios.jcms Contains the core JPlatform classes. -
-
Uses of WFAction in com.jalios.jcms
Subclasses of WFAction in com.jalios.jcms Modifier and Type Class Description class
AlertAdminsWFAction
class
AlertAuthorWFAction
class
AlertManagerWFAction
class
AlertWorkersWFAction
Methods in com.jalios.jcms that return WFAction Modifier and Type Method Description WFAction
WFState. getActionIn(java.lang.String type)
Get the incoming action of a given typeWFAction
WFState. getActionOut(java.lang.String type)
Get the outgoing action of a given typestatic WFAction
WFAction. getInstance(java.lang.String type, WFState state)
Methods in com.jalios.jcms that return types with arguments of type WFAction Modifier and Type Method Description java.util.Set<WFAction>
WFState. getActionInSet()
java.util.Set<WFAction>
WFState. getActionOutSet()
Methods in com.jalios.jcms with parameters of type WFAction Modifier and Type Method Description 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)
-