public class JarInfoVO extends VDBObject
| Modifier and Type | Field and Description |
|---|---|
Set<String> |
aggregateFunctions |
Set<String> |
conditionFunctions |
Set<String> |
itpFunctions |
| Constructor and Description |
|---|
JarInfoVO() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAggregateFunction(String aggregateFunction)
Adds an aggregateFunction
|
void |
addConditionFunction(String conditionFunction)
Adds a conditionFunction
|
void |
addCustomFilter(String customFilter) |
void |
addCustomPolicy(String customPolicy) |
void |
addCustomWrapper(String customWrapper)
Adds an custom wrapper
|
void |
addItpFunction(String itpFunction)
Adds an itpFunction
|
void |
addStoredProcedure(String storedProcedure)
Adds an itpFunction
|
Set<String> |
getAggregateFunctions()
Gets aggregate functions
|
Set<String> |
getConditionFunctions()
Gets condition functions
|
Set<String> |
getCustomFilters() |
Set<String> |
getCustomPolicies() |
Set<String> |
getCustomWrappers()
Gets custom wrappers
|
Map<String,String> |
getExtensionProperties() |
Set<String> |
getItpFunctions()
Gets itp functions
|
Set<String> |
getStoredProcedures()
Gets storedprocedures
|
void |
setExtensionProperties(Map<String,String> extensionProperties) |
String |
toString()
Gets a String representing a JarInfoVO object
|
copyProperties, getId, getName, isGenerateVQL, setGenerateVQL, setId, setNamepublic Set<String> getConditionFunctions()
public void addConditionFunction(String conditionFunction)
the - conditionFunctionpublic Set<String> getAggregateFunctions()
public void addAggregateFunction(String aggregateFunction)
the - aggregateFunctionpublic Set<String> getItpFunctions()
public void addItpFunction(String itpFunction)
the - itpFunctionpublic Set<String> getCustomWrappers()
public void addCustomWrapper(String customWrapper)
the - custom wrapperpublic void addCustomFilter(String customFilter)
public Set<String> getStoredProcedures()
public void addStoredProcedure(String storedProcedure)
the - itpFunctionpublic void addCustomPolicy(String customPolicy)
Copyright © 2024 Denodo Technologies. All rights reserved.