Package | Description |
---|---|
org.andromda.cartridges.bpm4struts.metafacades |
Modifier and Type | Class and Description |
---|---|
class |
StrutsFinalStateLogic
A final state represents the end of a use-case.
|
class |
StrutsFinalStateLogicImpl
MetafacadeLogic implementation.
|
Modifier and Type | Method and Description |
---|---|
List |
StrutsActionLogic.getInterUseCaseParameters(StrutsFinalState finalState)
Those parameters that are directly entering a final state and have been submitted into the
request, they will be able to survive a trip to the next use-case.
|
List |
StrutsAction.getInterUseCaseParameters(StrutsFinalState finalState)
Those parameters that are directly entering a final state and have been submitted into the
request, they will be able to survive a trip to the next use-case.
|
protected List<FrontEndParameter> |
StrutsActionLogicImpl.handleGetInterUseCaseParameters(StrutsFinalState finalState) |
protected abstract List |
StrutsActionLogic.handleGetInterUseCaseParameters(StrutsFinalState finalState)
Method to be implemented in descendants
Those parameters that are directly entering a final state and have been submitted into the
request, they will be able to survive a trip to the next use-case.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.