Class EntityPropertyFindRequest
- 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
-
- org.odpi.openmetadata.repositoryservices.rest.properties.EntityPropertyFindRequest
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EntityPropertyHistoricalFindRequest
public class EntityPropertyFindRequest extends PropertyMatchFindRequest
EntityPropertyFindRequests restricts a find request to entities with specific classifications.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityPropertyFindRequest()Default constructorEntityPropertyFindRequest(EntityPropertyFindRequest 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.List<String>getLimitResultsByClassification()Return the list of classifications that must be present in the results.inthashCode()Create a hash code for this element type.voidsetLimitResultsByClassification(List<String> limitResultsByClassification)Set up the list of classifications that must be present in the results.StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.PropertyMatchFindRequest
getMatchCriteria, getMatchProperties, setMatchCriteria, setMatchProperties
-
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
-
EntityPropertyFindRequest
public EntityPropertyFindRequest()
Default constructor
-
EntityPropertyFindRequest
public EntityPropertyFindRequest(EntityPropertyFindRequest template)
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Detail
-
getLimitResultsByClassification
public List<String> getLimitResultsByClassification()
Return the list of classifications that must be present in the results.- Returns:
- list of classification names
-
setLimitResultsByClassification
public void setLimitResultsByClassification(List<String> limitResultsByClassification)
Set up the list of classifications that must be present in the results.- Parameters:
limitResultsByClassification- list of classifications
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classPropertyMatchFindRequest- 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 classPropertyMatchFindRequest- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()
Create a hash code for this element type.- Overrides:
hashCodein classPropertyMatchFindRequest- Returns:
- int hash code
-
-