Interface ParameterQuery
public interface ParameterQuery
Interface for querying
Parameter entities of a document.
Provides methods to set various query parameters and supports method chaining for building complex queries.-
Method Summary
Modifier and TypeMethodDescriptionSets the group name of theParameterin the query.id(int id) Sets the ID of theParameterin the query.identifier(String identifier) Sets the identifier of theParameterin the query.Sets the name of theParameterin the query.parameterDefinitionId(int parameterDefinitionId) Sets the parameter definition ID in the query.
-
Method Details
-
id
Sets the ID of theParameterin the query.- Parameters:
id- the ID of the parameter- Returns:
- the current
ParameterQueryinstance for method chaining
-
parameterDefinitionId
Sets the parameter definition ID in the query.- Parameters:
parameterDefinitionId- the parameter definition ID- Returns:
- the current
ParameterQueryinstance for method chaining
-
name
Sets the name of theParameterin the query.- Parameters:
name- the name of the parameter- Returns:
- the current
ParameterQueryinstance for method chaining
-
groupName
Sets the group name of theParameterin the query.- Parameters:
groupName- the group name of the parameter- Returns:
- the current
ParameterQueryinstance for method chaining
-
identifier
Sets the identifier of theParameterin the query.- Parameters:
identifier- the identifier of the parameter- Returns:
- the current
ParameterQueryinstance for method chaining
-