Class IncludeInputProfileActionFactory.IncludeInputProfileAction
java.lang.Object
pl.edu.icm.unity.base.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
ConstructorDescriptionIncludeInputProfileAction
(String[] parameters, pl.edu.icm.unity.base.translation.TranslationActionType actionType) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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.base.translation.TranslationAction
getName, getParameters, toString
-
Constructor Details
-
IncludeInputProfileAction
public IncludeInputProfileAction(String[] parameters, pl.edu.icm.unity.base.translation.TranslationActionType actionType)
-
-
Method Details
-
invokeWrapped
protected MappingResult invokeWrapped(RemotelyAuthenticatedInput input, Object mvelCtx, String currentProfile) throws pl.edu.icm.unity.base.exceptions.EngineException - Specified by:
invokeWrapped
in classInputTranslationAction
- Throws:
pl.edu.icm.unity.base.exceptions.EngineException
-
getIncludedProfile
- Specified by:
getIncludedProfile
in interfaceTranslationIncludeProfileAction
-