RepositoryEntitiesIterator(RepositoryHandler repositoryHandler,
String userId,
String entityTypeGUID,
String entityTypeName,
String sequencingPropertyName,
boolean forLineage,
boolean forDuplicateProcessing,
int startingFrom,
int pageSize,
Date effectiveTime,
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,
boolean forLineage,
boolean forDuplicateProcessing,
int startingFrom,
int requesterPageSize,
Date effectiveTime,
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,
boolean forDuplicateProcessing,
Date effectiveTime,
String methodName) |
Constructor takes the parameters used to call the repository handler.
|
RepositoryIteratorForEntities(RepositoryHandler repositoryHandler,
String userId,
String entityTypeGUID,
String entityTypeName,
String sequencingPropertyName,
boolean forLineage,
boolean forDuplicateProcessing,
int startingFrom,
int pageSize,
Date effectiveTime,
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,
String sequencingPropertyName,
boolean forLineage,
boolean forDuplicateProcessing,
int startingFrom,
int pageSize,
int selectionEnd,
Date effectiveTime,
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,
String sequencingPropertyName,
boolean forLineage,
boolean forDuplicateProcessing,
int startingFrom,
int pageSize,
Date effectiveTime,
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,
boolean forDuplicateProcessing,
int startingFrom,
int requesterPageSize,
Date effectiveTime,
String methodName) |
Constructor takes the parameters used to call the repository handler.
|
RepositorySelectedEntitiesIterator(RepositoryHandler repositoryHandler,
String userId,
String entityTypeGUID,
String searchCriteria,
String sequencingPropertyName,
boolean forLineage,
boolean forDuplicateProcessing,
int startingFrom,
int pageSize,
Date effectiveTime,
String methodName) |
Constructor takes the parameters used to call the repository handler.
|
RepositorySelectedEntitiesIterator(RepositoryHandler repositoryHandler,
String userId,
String entityTypeGUID,
InstanceProperties properties,
MatchCriteria matchCriteria,
String sequencingPropertyName,
boolean forLineage,
boolean forDuplicateProcessing,
int startingFrom,
int pageSize,
Date effectiveTime,
String methodName) |
Constructor takes the parameters used to call the repository handler.
|