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
ConstructorsConstructorDescriptionIncludeOutputProfileAction(String[] parameters, TranslationActionType actionType) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinvokeWrapped(TranslationInput input, Object mvelCtx, String currentProfile, TranslationResult result) Methods inherited from class pl.edu.icm.unity.engine.api.translation.out.OutputTranslationAction
invokeMethods inherited from class pl.edu.icm.unity.engine.api.translation.TranslationActionInstance
checkParams, equals, getActionType, hashCodeMethods inherited from class pl.edu.icm.unity.types.translation.TranslationAction
getName, getParameters, toString
-
Constructor Details
-
IncludeOutputProfileAction
-
-
Method Details
-
getIncludedProfile
- Specified by:
getIncludedProfilein interfaceTranslationIncludeProfileAction
-
invokeWrapped
protected void invokeWrapped(TranslationInput input, Object mvelCtx, String currentProfile, TranslationResult result) throws EngineException - Specified by:
invokeWrappedin classOutputTranslationAction- Throws:
EngineException
-