org.LexGrid.LexBIG.Impl.helpers
Interface CodeToReturnResolver

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultCodeToReturnResolver

public interface CodeToReturnResolver
extends java.io.Serializable

The Interface CodeToReturnResolver.

Author:
Kevin Peterson

Method Summary
 ResolvedConceptReference buildResolvedConceptReference(CodeToReturn codeToReturn, LocalNameList restrictToProperties, CodedNodeSet.PropertyType[] restrictToPropertyTypes, Filter[] filters, boolean resolve)
          Builds the resolved concept reference.
 ResolvedConceptReferenceList buildResolvedConceptReference(java.util.List<CodeToReturn> codesToReturn, LocalNameList restrictToProperties, CodedNodeSet.PropertyType[] restrictToPropertyTypes, Filter[] filters, boolean resolve)
           
 

Method Detail

buildResolvedConceptReference

ResolvedConceptReference buildResolvedConceptReference(CodeToReturn codeToReturn,
                                                       LocalNameList restrictToProperties,
                                                       CodedNodeSet.PropertyType[] restrictToPropertyTypes,
                                                       Filter[] filters,
                                                       boolean resolve)
                                                       throws LBInvocationException
Builds the resolved concept reference.

Parameters:
codeToReturn - the code to return
restrictToProperties - the restrict to properties
restrictToPropertyTypes - the restrict to property types
filters - the filters
resolve - the resolve
Returns:
the resolved concept reference
Throws:
LBInvocationException - the LB invocation exception

buildResolvedConceptReference

ResolvedConceptReferenceList buildResolvedConceptReference(java.util.List<CodeToReturn> codesToReturn,
                                                           LocalNameList restrictToProperties,
                                                           CodedNodeSet.PropertyType[] restrictToPropertyTypes,
                                                           Filter[] filters,
                                                           boolean resolve)
                                                           throws LBInvocationException
Throws:
LBInvocationException

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.