public class BtgOutputActionContextCreator extends java.lang.Object implements OutputActionContextCreator
| Constructor and Description |
|---|
BtgOutputActionContextCreator() |
| 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. |
public java.lang.Object createContext(AbstractActionModel action, UserModel user, BTGEvaluationContext evaluationContext)
OutputActionContextCreatorActionPerformable.performAction(AbstractActionModel, Object).createContext in interface OutputActionContextCreatoraction - 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 mechanismpublic java.lang.String getValidTypeCode()
OutputActionContextCreatorOutputActionContextProvider to register this creator.getValidTypeCode in interface OutputActionContextCreatorCopyright © 2018 SAP SE. All Rights Reserved.