| 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.
|
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–2020 ODPi. All rights reserved.