com.wewebu.ow.server.ecmimpl.alfresco.bpm.rest.converters
Class DefaultNativeValueConverter

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.alfresco.bpm.rest.converters.DefaultNativeValueConverter
All Implemented Interfaces:
NativeValueConverter

public class DefaultNativeValueConverter
extends Object
implements NativeValueConverter

Fallback NativeValueConverter implementation.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com

Since:
4.0.0.0

Constructor Summary
DefaultNativeValueConverter(com.wewebu.ow.server.field.OwFieldDefinition propertyClass)
           
 
Method Summary
 Object fromJava(Object javaValue)
           
 Object fromNative(Object nativeValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultNativeValueConverter

public DefaultNativeValueConverter(com.wewebu.ow.server.field.OwFieldDefinition propertyClass)
Parameters:
propertyClass -
Method Detail

fromNative

public Object fromNative(Object nativeValue)
                  throws com.wewebu.ow.server.exceptions.OwException
Specified by:
fromNative in interface NativeValueConverter
Throws:
com.wewebu.ow.server.exceptions.OwException

fromJava

public Object fromJava(Object javaValue)
Specified by:
fromJava in interface NativeValueConverter


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.