New doubt about lists, java an ACL
‎May 23, 2013
03:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎May 23, 2013
03:59 PM
New doubt about lists, java an ACL
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
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
‎May 23, 2013
04:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎May 23, 2013
04:05 PM
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
-
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
-