| 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.
|
RepositoryRelatedEntitiesIterator(RepositoryHandler repositoryHandler,
String userId,
String anchorEntityGUID,
String anchorEntityTypeName,
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 anchorEntityGUID,
String anchorEntityTypeName,
String relationshipTypeGUID,
String relationshipTypeName,
int startingFrom,
int pageSize,
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.
|
Copyright © 2018–2020 ODPi. All rights reserved.