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 classNewArrayClass defining the creation of a new array object.classNewConfigurationClass defining the creation of a new VariableConfiguration object.classNewConfigurationNodeClass defining the creation of a new VariableConfigurationNode object.classNewConnectionNameClass defining the creation of a new Connection Name object.classNewDictionaryClass defining the creation of a new dictionary object.classNewQueryArgumentClass defining the creation of a new Query Argument object.classNewURLClass 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. newOperationsA 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 voidScriptParser. addNewOperation(java.lang.String operationName, NewOperation operation)Add a "new" operation.
-