public class EntityNeighborhoodFindRequest extends OMRSAPIFindRequest
| Constructor and Description |
|---|
EntityNeighborhoodFindRequest()
Default constructor
|
EntityNeighborhoodFindRequest(EntityNeighborhoodFindRequest template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
List<String> |
getEntityTypeGUIDs()
Return the list of entity types that should restrict the find request.
|
List<String> |
getLimitResultsByClassification()
Return the list of entity classifications that should restrict the find request.
|
List<String> |
getRelationshipTypeGUIDs()
Return the list of relationship type guids that limit the find request.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setEntityTypeGUIDs(List<String> entityTypeGUIDs)
Set up the list of entity types that should restrict the find request.
|
void |
setLimitResultsByClassification(List<String> limitResultsByClassification)
Set up the list of entity classifications that should restrict the find request.
|
void |
setRelationshipTypeGUIDs(List<String> relationshipTypeGUIDs)
Set up the list of relationship type guids that limit the find request.
|
String |
toString()
Standard toString method.
|
getLimitResultsByStatus, setLimitResultsByStatuspublic EntityNeighborhoodFindRequest()
public EntityNeighborhoodFindRequest(EntityNeighborhoodFindRequest template)
template - object to copypublic List<String> getEntityTypeGUIDs()
public void setEntityTypeGUIDs(List<String> entityTypeGUIDs)
entityTypeGUIDs - list of guidspublic List<String> getLimitResultsByClassification()
public void setLimitResultsByClassification(List<String> limitResultsByClassification)
limitResultsByClassification - list of classification namespublic List<String> getRelationshipTypeGUIDs()
public void setRelationshipTypeGUIDs(List<String> relationshipTypeGUIDs)
relationshipTypeGUIDs - list of guidspublic String toString()
toString in class OMRSAPIFindRequestpublic boolean equals(Object objectToCompare)
equals in class OMRSAPIFindRequestobjectToCompare - supplied objectpublic int hashCode()
hashCode in class OMRSAPIFindRequestCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.