Uses of Class
org.odpi.openmetadata.repositoryservices.rest.properties.InstanceFindRequest
-
Packages that use InstanceFindRequest Package Description org.odpi.openmetadata.repositoryservices.rest.properties -
-
Uses of InstanceFindRequest in org.odpi.openmetadata.repositoryservices.rest.properties
Subclasses of InstanceFindRequest in org.odpi.openmetadata.repositoryservices.rest.properties Modifier and Type Class Description classEntityFindRequestEntityFindRequest restricts a find request to entities with specific classifications.classEntityHistoricalFindRequestEntityHistoricalFindRequest provides an extension to the search parameters to include the point in time that the request should be based on.classInstanceHistoricalFindRequestInstanceHistoricalFindRequest provides an extension to the search parameters to include the point in time that the request should be based on.Constructors in org.odpi.openmetadata.repositoryservices.rest.properties with parameters of type InstanceFindRequest Constructor Description InstanceFindRequest(InstanceFindRequest template)Copy/clone constructor.
-