public interface OutputActionContextCreator
OutputActionContextProvider.| Modifier and Type | Method and Description |
|---|---|
Object |
createContext(AbstractActionModel action,
UserModel user,
BTGEvaluationContext evaluationContext)
Creates a context object which will be passed to
ActionPerformable.performAction(AbstractActionModel, Object). |
String |
getValidTypeCode()
Returns a typecode, which is used by
OutputActionContextProvider to register this creator. |
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 mechanismString getValidTypeCode()
OutputActionContextProvider to register this creator.Copyright © 2017 SAP SE. All Rights Reserved.