public interface OutputActionContextCreator
OutputActionContextProvider.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createContext(AbstractActionModel action,
UserModel user,
BTGEvaluationContext evaluationContext)
Creates a context object which will be passed to
ActionPerformable.performAction(AbstractActionModel, Object). |
java.lang.String |
getValidTypeCode()
Returns a typecode, which is used by
OutputActionContextProvider to register this creator. |
java.lang.Object createContext(AbstractActionModel action, UserModel user, BTGEvaluationContext evaluationContext)
ActionPerformable.performAction(AbstractActionModel, Object).action - the action for which this context should be createduser - the user that should be added to the contextevaluationContext - the EvaluationContext that contains additional information from the segment evaluation mechanismjava.lang.String getValidTypeCode()
OutputActionContextProvider to register this creator.Copyright © 2018 SAP SE. All Rights Reserved.