Project

General

Profile

« Previous | Next » 

Revision 49271

getting rid of person entities

View differences:

index.hbase.xml
149 149
				<PARAMETERS/>
150 150
				<ARCS>
151 151
					<ARC to="updateDs"/>
152
					<ARC to="findSearchService"/>
153 152
				</ARCS>
154 153
			</NODE>
155 154
			<NODE name="updateDs" type="IndexDsUpdateJob">
......
159 158
					<ARC to="success"/>
160 159
				</ARCS>
161 160
			</NODE>
162
			<NODE name="findSearchService" type="FindSearchService">
163
				<DESCRIPTION>find search service</DESCRIPTION>
164
				<PARAMETERS>
165
					<PARAM name="xquery" type="string" managedBy="user" required="false">/RESOURCE_PROFILE[.//RESOURCE_TYPE/@value='SearchServiceResourceType' and .//RESOURCE_KIND/@value='ServiceResources']/HEADER/RESOURCE_IDENTIFIER/@value/string()</PARAM>
166
					<PARAM name="xqueryForServiceIdParam" type="string" managedBy="system" required="true">xqueryForSearchService</PARAM>
167
				</PARAMETERS>
168
				<ARCS>
169
					<ARC name="found" to="switch"/>
170
					<ARC name="notFound" to="success"/>
171
				</ARCS>
172
			</NODE>
173
			<NODE name="switch" type="SwitchIndex">
174
				<DESCRIPTION>switch index</DESCRIPTION>
175
				<PARAMETERS>
176
					<PARAM name="xqueryForServiceIdParam" type="string" managedBy="system" required="true">xqueryForSearchService</PARAM>
177
					<PARAM name="inputIndexIdParam" type="string" managedBy="system" required="true">index_id</PARAM>
178
					<PARAM name="outputIndexIdParam" type="string" managedBy="system" required="true">IndexId</PARAM>
179
				</PARAMETERS>
180
				<ARCS>
181
					<ARC to="success"/>
182
				</ARCS>
183
			</NODE>
184 161
		</CONFIGURATION>
185 162
		<STATUS/>
186 163
	</BODY>

Also available in: Unified diff