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 Details

    • id

      ParameterQuery id(int id)
      Sets the ID of the Parameter in the query.
      Parameters:
      id - the ID of the parameter
      Returns:
      the current ParameterQuery instance for method chaining
    • parameterDefinitionId

      ParameterQuery parameterDefinitionId(int parameterDefinitionId)
      Sets the parameter definition ID in the query.
      Parameters:
      parameterDefinitionId - the parameter definition ID
      Returns:
      the current ParameterQuery instance for method chaining
    • name

      ParameterQuery name(String name)
      Sets the name of the Parameter in the query.
      Parameters:
      name - the name of the parameter
      Returns:
      the current ParameterQuery instance for method chaining
    • groupName

      ParameterQuery groupName(String groupName)
      Sets the group name of the Parameter in the query.
      Parameters:
      groupName - the group name of the parameter
      Returns:
      the current ParameterQuery instance for method chaining
    • identifier

      ParameterQuery identifier(String identifier)
      Sets the identifier of the Parameter in the query.
      Parameters:
      identifier - the identifier of the parameter
      Returns:
      the current ParameterQuery instance for method chaining