Skip to main content
1-Visitor
May 23, 2013
Question

New doubt about lists, java an ACL

  • May 23, 2013
  • 1 reply
  • 607 views
Hello experts!

Today I'm having a problem with my development using Java and ACL, I'm
trying to pass an ArrayList from Java to ACL. I tried to pass it through
Acl.func() however I found that this function only allows String
parameters, I don't know how can I pass a List; I would like to know...
is this possible?! Please if anybody has any suggestion, or an alternate
implementation I would be pretty glad you could tell me.
As always I really appreciate your time, also your comments and support.

Best Regards.

Paulette Zorrilla

    1 reply

    1-Visitor
    May 23, 2013
    Greetings,



    You should look at the functions:



    java_array_from_acl(arr, descriptor)



    This function converts the ACL array arr to a Java object and returns the Java object. The class of the Java object is specified by the descriptor.



    java_array_from_acl(arr, descriptor)



    This function converts the ACL array arr to a Java object and returns the Java object. The class of the Java object is specified by the descriptor.



    Help 6005, 6006



    - Dave H.



    Dave Helfinstine

    -