Class EntityFindRequest
- java.lang.Object
-
- org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIFindRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIPagedFindRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.TypeLimitedFindRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.SubtypeLimitedFindRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.InstanceFindRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.EntityFindRequest
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EntityHistoricalFindRequest
public class EntityFindRequest extends InstanceFindRequest
EntityFindRequest restricts a find request to entities with specific classifications.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityFindRequest()Default constructorEntityFindRequest(EntityFindRequest template)Copy/clone constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.SearchClassificationsgetMatchClassifications()Return the list of classification search criteria.inthashCode()Create a hash code for this element type.voidsetMatchClassifications(SearchClassifications matchClassifications)Set the list of classification search criteria.StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.InstanceFindRequest
getMatchProperties, setMatchProperties
-
Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.SubtypeLimitedFindRequest
getSubtypeGUIDs, setSubtypeGUIDs
-
Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.TypeLimitedFindRequest
getTypeGUID, setTypeGUID
-
Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIPagedFindRequest
getOffset, getPageSize, getSequencingOrder, getSequencingProperty, setOffset, setPageSize, setSequencingOrder, setSequencingProperty
-
Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIFindRequest
getLimitResultsByStatus, setLimitResultsByStatus
-
-
-
-
Constructor Detail
-
EntityFindRequest
public EntityFindRequest()
Default constructor
-
EntityFindRequest
public EntityFindRequest(EntityFindRequest template)
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Detail
-
getMatchClassifications
public SearchClassifications getMatchClassifications()
Return the list of classification search criteria.- Returns:
- SearchClassifications
-
setMatchClassifications
public void setMatchClassifications(SearchClassifications matchClassifications)
Set the list of classification search criteria.- Parameters:
matchClassifications- to set as search criteria
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classInstanceFindRequest- Returns:
- print out of variables in a JSON-style
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classInstanceFindRequest- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()
Create a hash code for this element type.- Overrides:
hashCodein classInstanceFindRequest- Returns:
- int hash code
-
-