Package com.togethersoft.openapi.rwi.extension

This package represents providers, which are special interfaces intended to work with the custom properties or members.

See
          Description

Class Diagram Summary
extension 
 

Interface Summary
RwiExtensionManager Used to register provider class for custom property or member.
RwiMemberProvider Presents provider that suited to work with certain rwi member.
RwiPropertyProvider Presents provider that suited to work with certain property.
 

Class Summary
BooleanPropertyAdapter Presents provider suited to work with boolean properties.
RwiMemberProviderAdapter Presents minimal implementation of RwiMemberProvider.
RwiPropertyEnumerationAdapter Presents default implementation of RwiPropertyEnumeration.
RwiPropertyProviderAdapter Presents default implementation of RwiPropertyProvider.
 

Package com.togethersoft.openapi.rwi.extension Description

This package represents providers, which are special interfaces intended to work with the custom properties or members. Each provider works with a single property or member and can specify additional calculations apart from the standard methods from RwiPropertyMap and RwiMember. In order to access these providers they should be registered, see RwiExtensionManager.