com.wewebu.ow.server.ecmimpl.alfresco.bpm.rest.converters
Interface NativeValueConverter

All Known Implementing Classes:
ArrayAgregateConverter, DateNativeValueConverter, DefaultNativeValueConverter

public interface NativeValueConverter

Converts from a native value to a value.

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

Method Summary
 Object fromJava(Object javaValue)
           
 Object fromNative(Object nativeValue)
           
 

Method Detail

fromNative

Object fromNative(Object nativeValue)
                  throws com.wewebu.ow.server.exceptions.OwException
Throws:
com.wewebu.ow.server.exceptions.OwException

fromJava

Object fromJava(Object javaValue)
                throws com.wewebu.ow.server.exceptions.OwException
Throws:
com.wewebu.ow.server.exceptions.OwException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.