Uses of Interface
org.apache.manifoldcf.scriptengine.NewOperation
-
Packages that use NewOperation Package Description org.apache.manifoldcf.scriptengine -
-
Uses of NewOperation in org.apache.manifoldcf.scriptengine
Classes in org.apache.manifoldcf.scriptengine that implement NewOperation Modifier and Type Class Description class
NewArray
Class defining the creation of a new array object.class
NewConfiguration
Class defining the creation of a new VariableConfiguration object.class
NewConfigurationNode
Class defining the creation of a new VariableConfigurationNode object.class
NewConnectionName
Class defining the creation of a new Connection Name object.class
NewDictionary
Class defining the creation of a new dictionary object.class
NewQueryArgument
Class defining the creation of a new Query Argument object.class
NewURL
Class defining the creation of a new URL object.Fields in org.apache.manifoldcf.scriptengine with type parameters of type NewOperation Modifier and Type Field Description protected java.util.Map<java.lang.String,NewOperation>
ScriptParser. newOperations
A table of "new" operations that we know how to deal with.Methods in org.apache.manifoldcf.scriptengine with parameters of type NewOperation Modifier and Type Method Description void
ScriptParser. addNewOperation(java.lang.String operationName, NewOperation operation)
Add a "new" operation.
-