Class GetByIdQuery
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.xds.core.requests.query.Query
-
- org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery
-
- org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetByUuidQuery
-
- org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetByIdQuery
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GetDocumentsAndAssociationsQuery
,GetDocumentsQuery
,GetFoldersQuery
public abstract class GetByIdQuery extends GetByUuidQuery implements Serializable
Base class for queries that are defined by a list of UUIDs or unique IDs.- Author:
- Jens Riemschneider
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.Query
Query.Visitor
-
-
Constructor Summary
Constructors Modifier Constructor Description GetByIdQuery()
For JAXB serialization only.protected
GetByIdQuery(QueryType type)
Constructs the query.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<String>
getUniqueIds()
int
hashCode()
void
setUniqueIds(List<String> uniqueIds)
String
toString()
-
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetByUuidQuery
getUuids, setUuids
-
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery
getExtraParameters, getHomeCommunityId, setHomeCommunityId
-
-
-
-
Constructor Detail
-
GetByIdQuery
public GetByIdQuery()
For JAXB serialization only.
-
GetByIdQuery
protected GetByIdQuery(QueryType type)
Constructs the query.- Parameters:
type
- the type of the query.
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classGetByUuidQuery
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqual
in classGetByUuidQuery
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classGetByUuidQuery
-
toString
public String toString()
- Overrides:
toString
in classGetByUuidQuery
-
-