|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
---|---|
com.jscape.inet.mft.workflow | Contains domain event processing service classes. |
Uses of Action in com.jscape.inet.mft.workflow |
---|
Classes in com.jscape.inet.mft.workflow that implement Action | |
---|---|
class |
AbstractAction
Introduces a basic implementation of the Action interface
and simplifies further actions development. |
Methods in com.jscape.inet.mft.workflow that return Action | |
---|---|
Action |
Action.ActionException.getAction()
Returns a parent action instance. |
Constructors in com.jscape.inet.mft.workflow with parameters of type Action | |
---|---|
Action.ActionException(Action action)
|
|
Action.ActionException(java.lang.String message,
Action action)
|
|
Action.ActionException(java.lang.String message,
java.lang.Throwable cause,
Action action)
|
|
Action.ActionException(java.lang.Throwable cause,
Action action)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |