Class PropertyMatchFindRequest
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.PropertyMatchFindRequest
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EntityPropertyFindRequest
,PropertyMatchHistoricalFindRequest
PropertyMatchFindRequest adds match properties and the match criteria to a find request.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the criteria for how the properties should match - ie all, any, none.Return the collection of match properties for this find request.int
hashCode()
Create a hash code for this element type.void
setMatchCriteria
(MatchCriteria matchCriteria) Set up the criteria for how the properties should match - ie all, any, nome.void
setMatchProperties
(InstanceProperties matchProperties) Set up the collection of match properties for this find request.toString()
Standard toString method.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 Details
-
PropertyMatchFindRequest
public PropertyMatchFindRequest()Default constructor -
PropertyMatchFindRequest
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
getMatchProperties
Return the collection of match properties for this find request.- Returns:
- instance properties object
-
setMatchProperties
Set up the collection of match properties for this find request.- Parameters:
matchProperties
- instance properties object
-
getMatchCriteria
Return the criteria for how the properties should match - ie all, any, none.- Returns:
- match criteria enum
-
setMatchCriteria
Set up the criteria for how the properties should match - ie all, any, nome.- Parameters:
matchCriteria
- match criteria enum
-
toString
Standard toString method.- Overrides:
toString
in classTypeLimitedFindRequest
- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classTypeLimitedFindRequest
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCode
in classTypeLimitedFindRequest
- Returns:
- int hash code
-