cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

ACL and JAVA - Use of OID Value

TomLeoboldt
1-Newbie

ACL and JAVA - Use of OID Value

Hello all,
Does anyone know how to obtain an Element or Node class object based on a valid OID value? I am working on a new AOM-based java application that calls an existing custom ACL function which returns the OID of an element which I then want to get in java.

I am pretty sure this must be possible. I have been searching through the AOM javadoc for a while today and have not found any kind of a "get element by OID" method. Any suggestions would be greatly appreciated.

Regards,
Tom


2 REPLIES 2

Tom,

Look in the Programmer's Guide under the Acl Interface for DOMOID
method. I believe in Java you can call it by either Acl.DOMOID(oid) or
Acl.getDOMOID(oid).




Brian Jensen
bjensen@bluelid.com

Hi Tom--



You want Acl.DOMOID().



--Clay



Clay Helberg

Senior Consultant



TerraXML

1380 Forest Park Circle, Suite 100

Lafayette, CO 80027
Top Tags