com.evolveum.midpoint.schema.util
Interface ObjectResolver


public interface ObjectResolver

The callback from some of the object utilities to resolve objects. The classes implementing this will most likely fetch the objects from the repository or from some kind of object cache. This is EXPERIMENTAL feature. Let's see if it can simplify the system or whether it only complicates things ...

Author:
Radovan Semancik

Method Summary
 ObjectType resolve(java.lang.String oid)
           
 

Method Detail

resolve

ObjectType resolve(java.lang.String oid)


Copyright © 2011 evolveum. All Rights Reserved.