Module com.esri.arcgisruntime
Class UtilityNamedTraceConfigurationQueryParameters
java.lang.Object
com.esri.arcgisruntime.utilitynetworks.UtilityNamedTraceConfigurationQueryParameters
The query parameters to use when searching for applicable named trace configuration objects.
If none of the parameters are set the query will return all available named trace configurations. In the query the values in each property are combined using a logical OR and between each property a logical AND is used.
- Since:
- 100.11.0
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates an UtilityNamedTraceConfigurationQueryParameters. -
Method Summary
Modifier and TypeMethodDescriptionOptional parameter representing the creators of the named trace configurations to be queried.Optional parameter representing the global IDs of the named trace configurations to be queried.getNames()
Optional parameter representing the names of the named trace configurations to be queried.getTags()
Optional parameter representing the user tags of the named trace configurations to be queried.
-
Constructor Details
-
UtilityNamedTraceConfigurationQueryParameters
public UtilityNamedTraceConfigurationQueryParameters()Creates an UtilityNamedTraceConfigurationQueryParameters.- Since:
- 100.11.0
-
-
Method Details
-
getCreators
Optional parameter representing the creators of the named trace configurations to be queried.- Returns:
- optional parameter representing the creators of the named trace configurations to be queried.
- Since:
- 100.11.0
-
getGlobalIds
Optional parameter representing the global IDs of the named trace configurations to be queried.- Returns:
- optional parameter representing the global IDs of the named trace configurations to be queried.
- Since:
- 100.11.0
-
getNames
Optional parameter representing the names of the named trace configurations to be queried.- Returns:
- optional parameter representing the names of the named trace configurations to be queried.
- Since:
- 100.11.0
-
getTags
Optional parameter representing the user tags of the named trace configurations to be queried.- Returns:
- optional parameter representing the user tags of the named trace configurations to be queried.
- Since:
- 100.11.0
-