org.xwiki.model.reference
Interface ObjectReferenceResolver<T>

Type Parameters:
T - the type of the representation (e.g. a String)

@ComponentRole
public interface ObjectReferenceResolver<T>

Resolve an Object reference defined in a given representation into a validated ObjectReference object, i.e. with valid values and a valid hierarchy (e.g. an Object reference must have a parent which is a document reference, reference values must not be null, etc).

Since:
2.3M1
Version:
$Id$

Method Summary
 ObjectReference resolve(T objectReferenceRepresentation)
           
 

Method Detail

resolve

ObjectReference resolve(T objectReferenceRepresentation)
Parameters:
objectReferenceRepresentation - the representation of an object reference (e.g. as a String)
Returns:
the valid resolved object reference as an object


Copyright © 2004-2011 XWiki. All Rights Reserved.