Interface WebTemplateOutputType
public interface WebTemplateOutputType
Type definition of an output for a WebTemplateType.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObject[]Obtains the annotations for theWebTemplateOutputType.Obtains the fully qualifiedClassname of the argument type for thisWebTemplateOutputType.Obtains the name of thisWebTemplateOutputType.booleanIndicates if thisWebTemplateOutputTypeis used only to handleManagedFunctionEscalationTypeinstances.
-
Method Details
-
getWebTemplateOutputName
String getWebTemplateOutputName()Obtains the name of thisWebTemplateOutputType.- Returns:
- Name of this
WebTemplateOutputType.
-
getArgumentType
String getArgumentType()Obtains the fully qualified
Classname of the argument type for thisWebTemplateOutputType.The name is returned rather than the actual
Classto enable theWebTemplateTypeto be obtained should theClassnot be available to theClassLoader.- Returns:
- Fully qualified
Classname of the argument type.
-
isEscalationOnly
boolean isEscalationOnly()Indicates if this
WebTemplateOutputTypeis used only to handleManagedFunctionEscalationTypeinstances.A
ManagedFunctionFlowTypemust be connected to an input, however aManagedFunctionEscalationTypemay be generically handled by theOffice.- Returns:
trueif thisWebTemplateOutputTypeisManagedFunctionEscalationTypeinstances only.
-
getAnnotations
Object[] getAnnotations()Obtains the annotations for theWebTemplateOutputType.- Returns:
- Annotations for the
WebTemplateOutputType.
-