Class IncludeInputProfileActionFactory.IncludeInputProfileAction
- java.lang.Object
-
- pl.edu.icm.unity.types.translation.TranslationAction
-
- pl.edu.icm.unity.engine.api.translation.TranslationActionInstance
-
- pl.edu.icm.unity.engine.api.translation.in.InputTranslationAction
-
- pl.edu.icm.unity.engine.translation.in.action.IncludeInputProfileActionFactory.IncludeInputProfileAction
-
- All Implemented Interfaces:
TranslationIncludeProfileAction
- Enclosing class:
- IncludeInputProfileActionFactory
public static class IncludeInputProfileActionFactory.IncludeInputProfileAction extends InputTranslationAction implements TranslationIncludeProfileAction
-
-
Field Summary
-
Fields inherited from class pl.edu.icm.unity.engine.api.translation.TranslationActionInstance
actionType
-
-
Constructor Summary
Constructors Constructor Description IncludeInputProfileAction(String[] parameters, TranslationActionType actionType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIncludedProfile()
protected MappingResult
invokeWrapped(RemotelyAuthenticatedInput input, Object mvelCtx, String currentProfile)
-
Methods inherited from class pl.edu.icm.unity.engine.api.translation.in.InputTranslationAction
invoke
-
Methods inherited from class pl.edu.icm.unity.engine.api.translation.TranslationActionInstance
checkParams, equals, getActionType, hashCode
-
Methods inherited from class pl.edu.icm.unity.types.translation.TranslationAction
getName, getParameters, toString
-
-
-
-
Constructor Detail
-
IncludeInputProfileAction
public IncludeInputProfileAction(String[] parameters, TranslationActionType actionType)
-
-
Method Detail
-
invokeWrapped
protected MappingResult invokeWrapped(RemotelyAuthenticatedInput input, Object mvelCtx, String currentProfile) throws EngineException
- Specified by:
invokeWrapped
in classInputTranslationAction
- Throws:
EngineException
-
getIncludedProfile
public String getIncludedProfile()
- Specified by:
getIncludedProfile
in interfaceTranslationIncludeProfileAction
-
-