Forum Post: RE: How to map LIST dataslots to a database table or temptable

  • Thread starter Thread starter Stefan Bolte
  • Start date Start date
Status
Not open for further replies.
S

Stefan Bolte

Guest
Hi Daniel, Please see the OE BPM documentation, Book "Business Process Server: Managed Adapter Guide", section "DB Adapter". You will find an option "Expect Columns as List" (Page 56 in OE 11.4 pdf doc) explained. This option allows to map a single column of a result-set of records to a list dataslot. (I do not know, what the java type is that is used under the covers, maybe a collection of objects and whether it can be persisted to the BP Server Repository or whether it is just an in-memory object. Documentation is limited with regard to this dataslot type.) But it looks to me as if this option of automatically mapping a column of a set of DB result set rows is only available as output parameter of a DB adapter accessing a RDBMS via SQL (thus not available for the OE AppServer Adapter providing a Temp-Table as output paramter) and is used for passing that list to other managed, custom or in-line adapters. - Stefan

Continue reading...
 
Status
Not open for further replies.
Back
Top