Skip navigation links
A B C D E F G I K L N P R S T U V 

C

canStoreCLIData() - Method in interface com.speechstorm.fish.scripting.APIContext
Identifies if the current call is capable of storing CLI Data, i.e.
canStoreCLIData() - Method in class com.speechstorm.fish.scripting.APIContextWrapper
 
checkAccept(String, int) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not permitted to accept a socket connection from the specified host and port number.
checkAccess(Thread) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread argument.
checkAccess(ThreadGroup) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread group argument.
checkAwtEventQueueAccess() - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to access the AWT event queue.
checkConnect(String, int, Object) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number.
checkConnect(String, int) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to open a socket connection to the specified host and port number.
checkCreateClassLoader() - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to create a new class loader.
checkDelete(String) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to delete the specified file.
checkExec(String) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to create a subprocess.
checkExit(int) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to cause the Java Virtual Machine to halt with the specified status code.
checkLink(String) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to dynamic link the library code specified by the string argument file.
checkListen(int) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to wait for a connection request on the specified local port number.
checkMemberAccess(Class<?>, int) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to access members.
checkMulticast(InetAddress, byte) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to use (join/leave/send/receive) IP multicast.
checkMulticast(InetAddress) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Deprecated.
checkPackageAccess(String) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to access the package specified by the argument.
checkPackageDefinition(String) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to define classes in the package specified by the argument.
checkPermission(Permission, Object) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the specified security context is denied access to the resource specified by the given permission.
checkPermission(Permission) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the requested access, specified by the given permission, is not permitted based on the security policy currently in effect.
checkPrintJobAccess() - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to initiate a print job request.
checkPropertiesAccess() - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to access or modify the system properties.
checkPropertyAccess(String) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to access the system property with the specified key name.
checkRead(FileDescriptor) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to read from the specified file descriptor.
checkRead(String, Object) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the specified security context is not allowed to read the file specified by the string argument.
checkRead(String) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to read the file specified by the string argument.
checkSecurityAccess(String) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Determines whether the permission with the specified permission target name should be granted or denied.
checkSetFactory() - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to set the socket factory used by ServerSocket or Socket, or the stream handler factory used by URL.
checkSystemClipboardAccess() - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to access the system clipboard.
checkTopLevelWindow(Object) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Returns false if the calling thread is not trusted to bring up the top-level window indicated by the window argument.
checkWrite(FileDescriptor) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the specified file descriptor.
checkWrite(String) - Method in class com.speechstorm.fish.scripting.ScriptSecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the file specified by the string argument.
clear() - Method in class com.speechstorm.fish.scripting.BasicDBRow
 
clearExtraMenuOptions() - Method in interface com.speechstorm.fish.scripting.APIContext
Clears the list of extra menu options already added to the next Menu or Question block
clearExtraMenuOptions() - Method in class com.speechstorm.fish.scripting.APIContextWrapper
 
clearScriptEngineCache() - Method in class com.speechstorm.fish.scripting.ScriptEngineCache
Clears the cache of ScriptEngine.
com.speechstorm.fish.scripting - package com.speechstorm.fish.scripting
 
com.speechstorm.fish.scripting.ezscript.expressions - package com.speechstorm.fish.scripting.ezscript.expressions
 
com.speechstorm.fish.scripting.ezscript.statements - package com.speechstorm.fish.scripting.ezscript.statements
 
CompiledScriptCache - Class in com.speechstorm.fish.scripting
Wraps a GroovyClassLoader for a single Site that may cache compiled Groovy scripts (it'll only cache them if this is a production site).
CompiledScriptCache(SiteSummary) - Constructor for class com.speechstorm.fish.scripting.CompiledScriptCache
 
Constant - Class in com.speechstorm.fish.scripting.ezscript.expressions
The simplest kind of expression - a string constant.
Constant() - Constructor for class com.speechstorm.fish.scripting.ezscript.expressions.Constant
 
Constant(String) - Constructor for class com.speechstorm.fish.scripting.ezscript.expressions.Constant
 
containsKey(Object) - Method in class com.speechstorm.fish.scripting.BasicDBRow
 
containsValue(Object) - Method in class com.speechstorm.fish.scripting.BasicDBRow
 
createNativePrompt(String, String, String) - Method in interface com.speechstorm.fish.scripting.APIContext
Create a NativeDataElement
createNativePrompt(String, String, String, String) - Method in interface com.speechstorm.fish.scripting.APIContext
Create a NativeDataElement
createNativePrompt(String, String, String, String, String) - Method in interface com.speechstorm.fish.scripting.APIContext
Create a NativeDataElement
createNativePrompt(String, String, String) - Method in class com.speechstorm.fish.scripting.APIContextWrapper
 
createNativePrompt(String, String, String, String) - Method in class com.speechstorm.fish.scripting.APIContextWrapper
 
createNativePrompt(String, String, String, String, String) - Method in class com.speechstorm.fish.scripting.APIContextWrapper
 
A B C D E F G I K L N P R S T U V 
Skip navigation links