External Filter
The configuration of the External Filter on a search layer makes it possible to use a filter on the affected objects by making an External Call.
Configuration External Filter
Property |
Description |
---|---|
Default filter state |
Specifies, whether features in default state (without active filter condition) are visible (Yes) or not (No). |
By configuration of the nodes External Filter on a search layer in WebOffice author standalone the Property Default filter state determines, whether Features in default state (without active filter conditions) are visible (Yes) or not (No). That means, by setting the Parameters on No and starting the project without filtering External Call, no objects of the search layer are visible and the predefined search of the layer is not feasible.
The following External Call Parameters can be used in combination with External Filter:
filter
Behaviour when starting the project: No Zoom on objects, no selection of objects, only filtered objects visible; predefined search restricted on filtered objects
z.B. http://w-ws-gimpl/WebOffice/externalcall.jsp?project=WebOffice_SampleProject &client=core&filter=transport&keyname=Name&keyvalue=Glacis
query + filter (= query and filter different features)
Behaviour when starting the project: Zoom to objects, selection of searched objects, only filtered objects visible; the objects of the query are transferred separately from the filtered objects
z.B. http://w-ws-gimpl/WebOffice/externalcall.jsp?project=WebOffice_SampleProject&client=core&query=transport&keyname=Name&keyvalue=Glacis&filter1=transport&keyname1=Name&keyvalue1=Glacis
•Please note that a combination of query and filter only is permitted, if the same rules are kept as by Multilayer queries, in this case an attachment of suffixes by eponymous parameters (see link). •It is also possible to activate several filters of different layers when starting a project by assigning them to each other using the same suffix numbers (e.g. filter1, keyname1, keyvalue1, filter2, keyname2, keyvalue2, ...). |
query_filtered (= query and filter the same features)
Behaviour when starting the project: Zoom to objects, selection of filtered objects, only filtered objects visible; predefined search restricted on filtered objects
z.B. http://w-ws-gimpl /WebOffice /externalcall.jsp?project=WebOffice_SampleProject &client=core &query_filtered=transport&keyname=Name&keyvalue=Glacis
More specific details about External Call parameters you can find in the chapter WebOffice URL Call Interface. |