LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.app
Interface LyProcessActionInterface

All Known Subinterfaces:
LyProcessWSActionInterface
All Known Implementing Classes:
LyChatAskController

public interface LyProcessActionInterface

Interface for action processing.

See Also:
LySession, LySessionBehavior

Field Summary
static java.lang.String __VERSION
          File version
 
Method Summary
 LyController processAction(LySession session, LyController parent, LyAction action, LyClassInfo classInfo, LyObjectList objects)
          Process an action.
 

Field Detail

__VERSION

static final java.lang.String __VERSION
File version

See Also:
Constant Field Values
Method Detail

processAction

LyController processAction(LySession session,
                           LyController parent,
                           LyAction action,
                           LyClassInfo classInfo,
                           LyObjectList objects)
Process an action.

Parameters:
session - Session in which the action is executed.
parent - The source controller.
action - The action to execute.
classInfo - The class on which the action applies.
objects - The list of objects on which the action applies.
Returns:
The controller result of this action if exists, null otherwise.
See Also:
LySessionBehavior.invokeAction(LySession, LyController, LyAction, LyClassInfo, LyObjectList, boolean)

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com