| org.romaframework.aspect.flow.FlowAspectAbstract org.romaframework.aspect.flow.impl.POJOFlow
Method Summary | |
public void | forward(Object iCurrentObject, Class<? extends Object> iNextClass, String iPosition, boolean iSetBack) | public void | forward(Object iCurrentObject, Object iNextObject, String iPosition, boolean iSetBack) | public void | onAfterActionExecution(Object iContent, SchemaElement iAction) | public Object | onAfterFieldRead(Object content, SchemaField field, Object currentValue) | public Object | onAfterFieldWrite(Object content, SchemaField field, Object currentValue) | public boolean | onBeforeActionExecution(Object content, SchemaElement action) | public Object | onBeforeFieldRead(Object content, SchemaField field, Object currentValue) | public Object | onBeforeFieldWrite(Object content, SchemaField field, Object currentValue) | public void | onFieldRefresh(SessionInfo session, Object content, SchemaField field) |
|
|