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,javax.jcr.Value[]>
compute(Map<String,javax.jcr.Value[]> parameters)
javax.jcr.ValueFactory
getValueFactory()
void
setValueFactory(javax.jcr.ValueFactory factory)
-