Class RepositoryIteratorForEntities

    • Field Detail

      • userId

        protected String userId
      • entityTypeGUID

        protected String entityTypeGUID
      • entityTypeName

        protected String entityTypeName
      • startingFrom

        protected int startingFrom
      • pageSize

        protected int pageSize
      • methodName

        protected String methodName
      • sequencingPropertyName

        protected String sequencingPropertyName
      • forLineage

        protected boolean forLineage
      • forDuplicateProcessing

        protected boolean forDuplicateProcessing
      • effectiveTime

        protected Date effectiveTime
    • Constructor Detail

      • RepositoryIteratorForEntities

        public 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.
        Parameters:
        repositoryHandler - interface to the open metadata repositories.
        userId - user making the request
        entityTypeGUID - identifier for the type of entity to retrieve
        entityTypeName - name for the type of entity to retrieve
        sequencingPropertyName - name of property used to sequence the results - null means no sequencing
        forLineage - the request is to support lineage retrieval this means entities with the Memento classification can be returned
        forDuplicateProcessing - the request is for duplicate processing and so must not deduplicate
        startingFrom - initial position in the stored list.
        pageSize - maximum number of definitions to return on this call.
        effectiveTime - the time that the retrieved elements must be effective for
        methodName - name of calling method