| Modifier and Type | Field and Description |
|---|---|
protected RepositoryHandler |
RepositoryIteratorForEntities.repositoryHandler |
| Constructor and Description |
|---|
RepositoryEntitiesIterator(RepositoryHandler repositoryHandler,
String userId,
String entityTypeGUID,
String entityTypeName,
int startingFrom,
int pageSize,
String methodName)
Constructor takes the parameters used to call the repository handler.
|
RepositoryFindEntitiesIterator(RepositoryHandler repositoryHandler,
String userId,
String entityTypeGUID,
List<String> entitySubtypeGUIDs,
SearchProperties searchProperties,
List<InstanceStatus> limitResultsByStatus,
SearchClassifications searchClassifications,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int startingFrom,
int requesterPageSize,
String methodName)
Constructor takes the parameters used to call the repository handler.
|
RepositoryFindRelationshipsIterator(RepositoryHandler repositoryHandler,
String userId,
String relationshipTypeGUID,
List<String> relationshipSubtypeGUIDs,
SearchProperties searchProperties,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int startingFrom,
int requesterPageSize,
String methodName)
Constructor takes the parameters used to call the repository handler.
|
RepositoryIteratorForEntities(RepositoryHandler repositoryHandler,
String userId,
String entityTypeGUID,
String entityTypeName,
int startingFrom,
int pageSize,
String methodName)
Constructor takes the parameters used to call the repository handler.
|
RepositoryRelatedEntitiesIterator(RepositoryHandler repositoryHandler,
String userId,
String startingEntityGUID,
String startingEntityTypeName,
String relationshipTypeGUID,
String relationshipTypeName,
int startingFrom,
int pageSize,
String methodName)
Constructor takes the parameters used to call the repository handler.
|
RepositoryRelationshipsIterator(RepositoryHandler repositoryHandler,
String userId,
String startingEntityGUID,
String startingEntityTypeName,
String relationshipTypeGUID,
String relationshipTypeName,
int startingFrom,
int requesterPageSize,
String methodName)
Constructor takes the parameters used to call the repository handler.
|
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.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.