org.openharmonise.dav.server.property.ranges |
|
Java Source File Name | Type | Comment |
DAVBooleanRange.java | Class | Class to handle the mapping between Harmonise BooleanRange and how it will be
representing in DAV. |
DAVDateRange.java | Class | A subclass of DAVRange which handles
date property ranges. |
DAVFloatRange.java | Class | A subclass of DAVRange which handles
float property ranges. |
DAVIntegerRange.java | Class | A subclass of DAVRange which handles
integer property ranges. |
DAVPropertyRange.java | Class | A subclass of DAVRange which handles
compound property ranges, i.e. |
DAVRange.java | Class | This class wraps up the functionality for publishing Harmonise ranges to DAV XML and
vice versa. |
DAVRangeFactory.java | Class | Factory class to generate the appropriate DAVRange class for the
given Harmonise range or DAV property element. |
DAVRelativeObjectRange.java | Class | A subclass of DAVRange which handles
relative object property ranges, i.e. |
DAVResourceRange.java | Class | Class to provide functionaliy to represent resource ranges. |
DAVStringRange.java | Class | A subclass of DAVRange which handles
String property ranges. |
DAVURIRange.java | Class | A subclass of DAVRange which handles
URI property ranges. |