|
||||||||||
| 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 org.imixs.workflow.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<org.imixs.workflow.ItemCollection> col)
This method transforms a Collection |
static XMLItemCollection |
putItemCollection(org.imixs.workflow.ItemCollection aItemCollection)
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 org.imixs.workflow.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(org.imixs.workflow.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 converteddoc - lotus.domino.Document where the Items should be stored
Exception
public static EntityCollection putCollection(Collection<org.imixs.workflow.ItemCollection> col)
throws Exception
col -
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||