Package | Description |
---|---|
org.apache.manifoldcf.scriptengine |
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,NewOperation> |
ScriptParser.newOperations
A table of "new" operations that we know how to deal with.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptParser.addNewOperation(java.lang.String operationName,
NewOperation operation)
Add a "new" operation.
|