| Package | Description |
|---|---|
| com.jalios.jcms |
Contains the core JCMS classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlertAdminsWFAction |
class |
AlertAuthorWFAction |
class |
AlertWorkersWFAction |
| Modifier and Type | Method and Description |
|---|---|
WFAction |
WFState.getActionIn(java.lang.String type)
Get the incoming action of a given type
|
WFAction |
WFState.getActionOut(java.lang.String type)
Get the outgoing action of a given type
|
static WFAction |
WFAction.getInstance(java.lang.String type,
WFState state) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<WFAction> |
WFState.getActionInSet() |
java.util.Set<WFAction> |
WFState.getActionOutSet() |
| Modifier and Type | Method and 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)
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.