|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.imixs.workflow.xml.XMLItemCollectionAdapter
public class XMLItemCollectionAdapter
An XMLItemCollectionAdapter converts a
org.imixs.workflow.xml.XMLItemCollection into a
org.imixs.workflow.ItemCollection and reverse
ItemCollection| Constructor Summary | |
|---|---|
XMLItemCollectionAdapter()
|
|
| Method Summary | |
|---|---|
static ItemCollection |
getItemCollection(XMLItemCollection entity)
This Methode converts a org.imixs.workflow.service.ItemArray
into a org.imixs.workflow.ItemCollection Returns null if
ItemArray == null |
static EntityCollection |
putCollection(Collection<ItemCollection> col)
This method transforms a Collection |
static EntityCollection |
putCollection(Collection<ItemCollection> col,
List<String> itemNames)
This method transforms a Collection |
static XMLItemCollection |
putItemCollection(ItemCollection aItemCollection)
This Method converts a org.imixs.workflow.ItemCollection
into a Entity
The method verifies if the values stored are basic java types. |
static XMLItemCollection |
putItemCollection(ItemCollection aItemCollection,
List<String> itemNames)
This Method converts a org.imixs.workflow.ItemCollection
into a Entity
The method verifies if the values stored are basic java types. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLItemCollectionAdapter()
| Method Detail |
|---|
public static ItemCollection getItemCollection(XMLItemCollection entity)
org.imixs.workflow.service.ItemArray
into a org.imixs.workflow.ItemCollection Returns null if
ItemArray == null
ItemArray -
public static XMLItemCollection putItemCollection(ItemCollection aItemCollection,
List<String> itemNames)
throws Exception
org.imixs.workflow.ItemCollection
into a Entity
The method verifies if the values stored are basic java types. If not these values will not be converted!
aItemCollection - Collection Object to be converteditemNames - - optional list of item names to be converted. If null all
items will be converted
Exception
public static XMLItemCollection putItemCollection(ItemCollection aItemCollection)
throws Exception
org.imixs.workflow.ItemCollection
into a Entity
The method verifies if the values stored are basic java types. If not these values will not be converted!
aItemCollection - Collection Object to be converted
Exception
public static EntityCollection putCollection(Collection<ItemCollection> col)
throws Exception
col -
Exception
public static EntityCollection putCollection(Collection<ItemCollection> col,
List<String> itemNames)
throws Exception
col - - collection of ItemCollection objects to be converteditemNames - - optional list of item names to be converted. If null all
items will be converted
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||