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

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

public class ArrayAgregateConverter
extends Object
implements NativeValueConverter

Converts a multi-value property.

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
ArrayAgregateConverter(NativeValueConverter singleValueConverter)
           
 
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

ArrayAgregateConverter

public ArrayAgregateConverter(NativeValueConverter singleValueConverter)
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)
                throws com.wewebu.ow.server.exceptions.OwException
Specified by:
fromJava in interface NativeValueConverter
Throws:
com.wewebu.ow.server.exceptions.OwException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.