Interface AsynchronousOperationQueryable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface that provide ability to query status of asynchronous operation.
- Author:
- Radovan Semancik
- 
Method SummaryModifier and TypeMethodDescriptionqueryOperationStatus(String asynchronousOperationReference, OperationResult parentResult) 
- 
Method Details- 
queryOperationStatusOperationResultStatus queryOperationStatus(String asynchronousOperationReference, OperationResult parentResult) throws ObjectNotFoundException, SchemaException, CommunicationException, ConfigurationException 
 
-