Package com.priint.pubserverapi.document
Interface DocumentParameterQuery
- All Superinterfaces:
QueryBuilder<DocumentParameter>
Interface for querying
DocumentParameter entities.
Extends ParameterQuery and adds methods specific to querying document parameters.
Provides method chaining for building complex queries.-
Method Summary
Modifier and TypeMethodDescriptiondocumentId(String documentId) Sets the ID of theDocumentassociated with theDocumentParameterin the query.Sets 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.Methods inherited from interface com.priint.pubserverapi.query.QueryBuilder
list, singleResult
-
Method Details
-
id
Sets the ID of theParameterin the query.- Parameters:
id- the ID of the parameter- Returns:
- the current
DocumentParameterQueryinstance for method chaining
-
parameterDefinitionId
Sets the parameter definition ID in the query.- Parameters:
parameterDefinitionId- the parameter definition ID- Returns:
- the current
DocumentParameterQueryinstance for method chaining
-
name
Sets the name of theParameterin the query.- Parameters:
name- the name of the parameter- Returns:
- the current
DocumentParameterQueryinstance for method chaining
-
groupName
Sets the group name of theParameterin the query.- Parameters:
groupName- the group name of the parameter- Returns:
- the current
DocumentParameterQueryinstance for method chaining
-
identifier
Sets the identifier of theParameterin the query.- Parameters:
identifier- the identifier of the parameter- Returns:
- the current
DocumentParameterQueryinstance for method chaining
-
documentId
Sets the ID of theDocumentassociated with theDocumentParameterin the query.- Parameters:
documentId- the ID of the document- Returns:
- the current
DocumentParameterQueryinstance for method chaining
-