public abstract class OutputTranslationAction extends TranslationActionInstance
actionType| Constructor and Description |
|---|
OutputTranslationAction(pl.edu.icm.unity.types.translation.TranslationActionType actionType,
String[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(TranslationInput input,
Object mvelCtx,
String currentProfile,
TranslationResult result) |
protected abstract void |
invokeWrapped(TranslationInput input,
Object mvelCtx,
String currentProfile,
TranslationResult result) |
checkParams, equals, getActionType, hashCodepublic OutputTranslationAction(pl.edu.icm.unity.types.translation.TranslationActionType actionType,
String[] parameters)
public void invoke(TranslationInput input, Object mvelCtx, String currentProfile, TranslationResult result) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionprotected abstract void invokeWrapped(TranslationInput input, Object mvelCtx, String currentProfile, TranslationResult result) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionCopyright © 2018 Unity. All rights reserved.