Package org.cyclos.model.system.scripts
Interface ScriptFunction
-
- All Superinterfaces:
PrefixedEnum
- All Known Implementing Classes:
CustomOperationScriptFunction,CustomWizardScriptFunction,DefaultScriptFunction,ExtensionPointScriptFunction,InboundSmsScriptFunction,LoadValuesScriptFunction,PhoneNumberHandlingScriptFunction,ServiceInterceptorScriptFunction,SessionHandlingScriptFunction
public interface ScriptFunction extends PrefixedEnum
Defines a script function. EachScriptTypehas one or more functions which are called in different context
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classScriptFunction.Mapping
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageKeymessageKey()Returns a message key to use for this functionStringname()Returns the function namebooleanrequired()Returns whether the function is required-
Methods inherited from interface org.cyclos.utils.PrefixedEnum
prefix
-
-
-
-
Method Detail
-
messageKey
MessageKey messageKey()
Returns a message key to use for this function
-
name
String name()
Returns the function name- Specified by:
namein interfacePrefixedEnum
-
required
boolean required()
Returns whether the function is required
-
-