public interface CodeToReturnResolver
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
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) |
ResolvedConceptReference buildResolvedConceptReference(CodeToReturn codeToReturn, LocalNameList restrictToProperties, CodedNodeSet.PropertyType[] restrictToPropertyTypes, Filter[] filters, boolean resolve) throws LBInvocationException
codeToReturn
- the code to returnrestrictToProperties
- the restrict to propertiesrestrictToPropertyTypes
- the restrict to property typesfilters
- the filtersresolve
- the resolveLBInvocationException
- the LB invocation exceptionResolvedConceptReferenceList buildResolvedConceptReference(java.util.List<CodeToReturn> codesToReturn, LocalNameList restrictToProperties, CodedNodeSet.PropertyType[] restrictToPropertyTypes, Filter[] filters, boolean resolve) throws LBInvocationException
LBInvocationException