public interface RepositoryIterator
Modifier and Type | Method and Description |
---|---|
void |
close()
YOU MUST CALL CLOSE() ON THIS ITERATOR WHEN YOU ARE FINISHED USING
IT!
|
boolean |
hasNext()
Indicates whether there are more flow charts or engine configurations or
agent configurations or PGP keys or business intervals in the repository.
|
RepositoryElement |
next()
Returns the next flow chart or engine configuration or agent configuration
or PGP key or business interval in the repository.
|
void close() throws EngineException
EngineException
- If a system error occurs.boolean hasNext() throws EngineException
EngineException
- If a system error occurs.RepositoryElement next() throws EngineException
EngineException
- If the next flow chart or engine configuration or
agent configuration or PGP key or business interval
could not be retrieved from the repository.© 2000-2025 Flux Corporation. All rights reserved.