com.evolveum.midpoint.common.object
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
resolve
ObjectType resolve(java.lang.String oid)
Copyright © 2011 evolveum. All Rights Reserved.