We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add methods to DocumentManagement interface:
<T> T executeOnDocument(String uri, Callable<T> f, Properties props) throws BagriException; <T> ResultCursor<T> executeOnDocuments(Collection<String> uris, Callable<T> f, Properties props) throws BagriException;
also can add two more methods to run EntryProcessors. But it must be some standard interface, unrelated to HZ lib.
Implementation of the tasks passed by client to the methods must be supplied by client via registered in Bagri libraries.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
add methods to DocumentManagement interface:
also can add two more methods to run EntryProcessors. But it must be some standard interface, unrelated to HZ lib.
Implementation of the tasks passed by client to the methods must be supplied by client via registered in Bagri libraries.
The text was updated successfully, but these errors were encountered: