|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OwCMISValueConverterClass<L,O>
OwCMISValueConverter type/class object.
Interface for conversion-definitions from type L (base) to O (resulting), and also
to transform from array to list collections.
A static/class definition of OwCMISValueConverters.
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
| Method Summary | |
|---|---|
Class<O> |
getOClass()
Return the java.lang.Class which should be the resulting type at end of conversion. |
OwCMISValueConverter<L,O> |
newConverter(OwCMISNetwork network_p)
|
O[] |
toStaticArrayValue(List<L> cmisValue_p)
Statically converts the list into an array of the resulting type. |
O |
toStaticValue(List<L> cmisValue_p)
Return a statically-created (non OwCMISNetwork depended)
representation of the given List as type O or simply converts the
first entry of the list into the resulting type. |
| Method Detail |
|---|
Class<O> getOClass()
OwCMISValueConverter<L,O> newConverter(OwCMISNetwork network_p)
network_p - the OwCMISNetwork that the resulting converter depends on
O toStaticValue(List<L> cmisValue_p)
throws com.wewebu.ow.server.exceptions.OwInvalidOperationException
OwCMISNetwork depended)
representation of the given List as type O or simply converts the
first entry of the list into the resulting type.
cmisValue_p - List of values to convert
com.wewebu.ow.server.exceptions.OwInvalidOperationException
O[] toStaticArrayValue(List<L> cmisValue_p)
throws com.wewebu.ow.server.exceptions.OwInvalidOperationException
OwCMISNetwork depended.
cmisValue_p - List to be converted
com.wewebu.ow.server.exceptions.OwInvalidOperationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||