Package org.hippoecm.repository.ext
Class DerivedDataFunction
- java.lang.Object
-
- org.hippoecm.repository.ext.DerivedDataFunction
-
public abstract class DerivedDataFunction extends Object
-
-
Constructor Summary
Constructors Constructor Description DerivedDataFunction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Map<String,Value[]>
compute(Map<String,Value[]> parameters)
ValueFactory
getValueFactory()
void
setValueFactory(ValueFactory factory)
-
-
-
Method Detail
-
getValueFactory
public ValueFactory getValueFactory()
-
setValueFactory
public void setValueFactory(ValueFactory factory)
-
-