Class IncludeOutputProfileActionFactory.IncludeOutputProfileAction
- 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.out.OutputTranslationAction
-
- pl.edu.icm.unity.engine.translation.out.action.IncludeOutputProfileActionFactory.IncludeOutputProfileAction
-
- All Implemented Interfaces:
TranslationIncludeProfileAction
- Enclosing class:
- IncludeOutputProfileActionFactory
public static class IncludeOutputProfileActionFactory.IncludeOutputProfileAction extends OutputTranslationAction implements TranslationIncludeProfileAction
-
-
Field Summary
-
Fields inherited from class pl.edu.icm.unity.engine.api.translation.TranslationActionInstance
actionType
-
-
Constructor Summary
Constructors Constructor Description IncludeOutputProfileAction(String[] parameters, TranslationActionType actionType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIncludedProfile()
protected void
invokeWrapped(TranslationInput input, Object mvelCtx, String currentProfile, TranslationResult result)
-
Methods inherited from class pl.edu.icm.unity.engine.api.translation.out.OutputTranslationAction
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
-
IncludeOutputProfileAction
public IncludeOutputProfileAction(String[] parameters, TranslationActionType actionType)
-
-
Method Detail
-
getIncludedProfile
public String getIncludedProfile()
- Specified by:
getIncludedProfile
in interfaceTranslationIncludeProfileAction
-
invokeWrapped
protected void invokeWrapped(TranslationInput input, Object mvelCtx, String currentProfile, TranslationResult result) throws EngineException
- Specified by:
invokeWrapped
in classOutputTranslationAction
- Throws:
EngineException
-
-