public class RepositorySelectedEntitiesIterator extends RepositoryIteratorForEntities
entitiesCache, entityTypeGUID, entityTypeName, methodName, pageSize, repositoryHandler, startingFrom, userId| Constructor and Description |
|---|
RepositorySelectedEntitiesIterator(RepositoryHandler repositoryHandler,
String userId,
String entityTypeGUID,
InstanceProperties properties,
MatchCriteria matchCriteria,
int startingFrom,
int pageSize,
String methodName)
Constructor takes the parameters used to call the repository handler.
|
RepositorySelectedEntitiesIterator(RepositoryHandler repositoryHandler,
String userId,
String entityTypeGUID,
String searchCriteria,
int startingFrom,
int pageSize,
String methodName)
Constructor takes the parameters used to call the repository handler.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
moreToReceive()
Determine if there is more to receive.
|
getNextpublic RepositorySelectedEntitiesIterator(RepositoryHandler repositoryHandler, String userId, String entityTypeGUID, InstanceProperties properties, MatchCriteria matchCriteria, int startingFrom, int pageSize, String methodName)
repositoryHandler - interface to the open metadata repositories.userId - user making the requestentityTypeGUID - identifier for the relationship to followproperties - properties used in the searchmatchCriteria - all or anystartingFrom - initial position in the stored list.pageSize - maximum number of definitions to return on this call.methodName - name of calling methodpublic RepositorySelectedEntitiesIterator(RepositoryHandler repositoryHandler, String userId, String entityTypeGUID, String searchCriteria, int startingFrom, int pageSize, String methodName)
repositoryHandler - interface to the open metadata repositories.userId - user making the requestentityTypeGUID - identifier for the relationship to followsearchCriteria - value used in the searchstartingFrom - initial position in the stored list.pageSize - maximum number of definitions to return on this call.methodName - name of calling methodpublic boolean moreToReceive()
throws UserNotAuthorizedException,
PropertyServerException
moreToReceive in class RepositoryIteratorForEntitiesUserNotAuthorizedException - the repository is not allowing the user to access the metadataPropertyServerException - there is a problem in the repositoryCopyright © 2018–2020 ODPi. All rights reserved.