domain
environment
healthstate
label
layer
name
type
identifier
identifier IN (...)
and combined with other filters using an OR
operator. When the set filter is compatible with basic filtering, the number of component identifiers queried will be reported in the Other filters box.name = "DLL_DB"
name != "DLL_DB"
name in ("DLL_DB", "J2EE_04")
name NOT in ("DLL_DB", "J2EE_04")
name = "DLL_DB" OR type = "database"
(name = β¦ AND type = β¦) OR (β¦)
*
as a full wildcard in a component filter. It is not possible to filter for partial matches using a wildcard character.withNeighborsOf(components=(), levels=, direction=)
OR
operator. When an advanced filter contains a function withNeighborsOf
that is compatible with basic filtering, the number of components whose neighbors are queried for is shown in the Other filters box.components
levels
direction
withCauseOf
function has been deprecated. This functionality has been replaced by the Root Cause Analysis section in the visualizer. The construct will be parsed, but will not produce any additional components.=
, rather they are formatted using the IN
operator. For example name IN ("DLL_DBβ)
and not name = "DLL_DBβ
.layer IN ("business service", "applications", "databases")
layer IN ("business service") AND domain IN ("online bankingβ)
layer IN ("business service") AND domain IN ("online banking") OR name IN ("DLL_DBβ)
layer in ("Processes") OR identifier IN ("urn:test:component")