public interface BindingsObjectFactory
<T> PropertyData<T> createPropertyData(PropertyDefinition<T> pd, Object value)
PropertyBoolean createPropertyBooleanData(String id, List<Boolean> values)
PropertyBoolean createPropertyBooleanData(String id, Boolean value)
PropertyId createPropertyIdData(String id, List<String> values)
PropertyId createPropertyIdData(String id, String value)
PropertyInteger createPropertyIntegerData(String id, List<BigInteger> values)
PropertyInteger createPropertyIntegerData(String id, BigInteger value)
PropertyDateTime createPropertyDateTimeData(String id, List<GregorianCalendar> values)
PropertyDateTime createPropertyDateTimeData(String id, GregorianCalendar value)
PropertyDecimal createPropertyDecimalData(String id, List<BigDecimal> values)
PropertyDecimal createPropertyDecimalData(String id, BigDecimal value)
PropertyHtml createPropertyHtmlData(String id, List<String> values)
PropertyHtml createPropertyHtmlData(String id, String value)
PropertyString createPropertyStringData(String id, List<String> values)
PropertyString createPropertyStringData(String id, String value)
PropertyUri createPropertyUriData(String id, List<String> values)
PropertyUri createPropertyUriData(String id, String value)
Properties createPropertiesData(List<PropertyData<?>> properties)
ContentStream createContentStream(String filename, BigInteger length, String mimetype, InputStream stream)
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.