Interface IFD2VRulesProvider
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultFD2VRulesProvider
public interface IFD2VRulesProvider extends Serializable
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.alibaba.fastjson.JSONObject
createVRulesJSON(Locale locale)
Map<String,XFormPluginDatatypeRule>
determineVRules(Locale locale)
-
-
-
Method Detail
-
determineVRules
Map<String,XFormPluginDatatypeRule> determineVRules(Locale locale)
-
createVRulesJSON
com.alibaba.fastjson.JSONObject createVRulesJSON(Locale locale)
-
-