filter_activator_context
filter_activator_context is a filter entity available
with any version of Mapbase.A filter that filters by the response contexts of the activator.
KeyValues
- Filter Context (ResponseContext) <string>
The context(s) to filter by. Syntax is 'key:value,key:value'. Values in this field can use wilcards. For example, if this filter contains 'lastname:*', it will pass any entity with the context 'lastname', regardless of its value. Wildcards do not apply to context names and you cannot define the same context multiple times, but inputs like AddContext or RemoveContext can be used to add to the filter context.
The context(s) to filter by. Syntax is 'key:value,key:value'. Values in this field can use wilcards. For example, if this filter contains 'lastname:*', it will pass any entity with the context 'lastname', regardless of its value. Wildcards do not apply to context names and you cannot define the same context multiple times, but inputs like AddContext or RemoveContext can be used to add to the filter context.
- Pass if entity has any of these contexts (any) <choices>
Should this filter only pass if the entity contains all of these contexts or can it pass if the entity has at least one of them?
Should this filter only pass if the entity contains all of these contexts or can it pass if the entity has at least one of them?
Inputs
- AddContext
<string>
Adds a context to this fitler's list of response contexts. The format should be 'key:value'.
Adds a context to this fitler's list of response contexts. The format should be 'key:value'.
- RemoveContext
<string>
Remove a context from this filter's list of response contexts. The name should match the 'key' of a previously added context.
Remove a context from this filter's list of response contexts. The name should match the 'key' of a previously added context.
- ClearContext
<void>
Removes all contexts in this filter's list of response contexts.
Removes all contexts in this filter's list of response contexts.
