Корневой элемент beans. Пространство имен: <beans lxmlns="http://www.springframework.org/schema/beans"> |
Бандл определяет набор поисковых параметров для класса искомых объектов, встречающихся в разных областях поиска. Набор параметров и отображаемое название параметров настраивается в xml- файле поиска. В типовой конфигурации используются такие бандлы как Ркк, Резолюция, Исполнение, Основной документ, Заседание, Договор. |
<?xml version="1.0" encoding="UTF-8" ?> <beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:c="http://www.springframework.org/schema/c" xmlns="http://www.springframework.org/schema/beans" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> <bean id="rkkSuperBundleInput" abstract="true" class="ru.intertrust.cmj.af.search.dp.CmCustomTypeBundle" p:customType="F_DP_InputRkk" p:resultType="rkk"> <constructor-arg index="0" value="rkkInput" /> <constructor-arg index="1" value="Документ" /> <constructor-arg index="2"> <list> <ref bean="regFullNumberRSHB" /> <ref bean="regDate" /> <ref bean="subject" /> <ref bean="reqType" /> <ref bean="SecurityStamp" /> <ref bean="isRegistered" /> <ref bean="isControl" /> <ref bean="controlPeople" /> <ref bean="extControlDate" /> <ref bean="isExecuted" /> <ref bean="regPlace" /> <ref bean="registrarinput" /> <ref bean="linkedDocs" /> <ref bean="searchInContent" /> <ref bean="searchOnEverywhere" /> </list> </constructor-arg> <constructor-arg index="3" ref="cmj_af_search_messageSource" /> <property name="typeAggregate" value="main" /> <property name="priority" value="1" /> </bean> <bean id="rkkInputBundle" parent="rkkSuperBundleInput"> <constructor-arg index="2"> <list merge="true"> <ref bean="theme" /> <ref bean="addressees" /> <ref bean="docNumber" /> <ref bean="docDate" /> <ref bean="corTypeInput" /> <ref bean="correspondentInputLegal" /> <ref bean="correspondentInputPersonal" /> <ref bean="corrExecutor" /> <ref bean="corrAuthInput" /> <ref bean="CorrespondentAddress" /> <ref bean="InputInitBranch" /> <ref bean="departmentinputRSHB" /> </list> </constructor-arg> </bean> </beans> |
Параметры | Описание |
---|---|
id | Уникальный идентификатор |
class | ru.intertrust.cmj.af.search.dp.CmCustomTypeBundle |
abstract | Признак "абстрактный" |
p:customType | Тип искомого объекта в БД |
p:resultType | Тип возвращаемого объекта (bundleId объекта, на основе которого построен используемый кастомный модуль - например "rkk") |
Значения | Описание |
---|---|
id | Уникальный идентификатор |
|
Теги и атрибуты: |