Package com.attivio.sdk.autocomplete
Interface SharedResourceAutoCompleteProvider
-
- All Superinterfaces:
AutoCompleteProvider
public interface SharedResourceAutoCompleteProvider extends AutoCompleteProvider
Interface for autocomplete providers that need to share a resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
resourceModified(java.net.URI uri)
Hook method called when the shared resource is modified-
Methods inherited from interface com.attivio.sdk.autocomplete.AutoCompleteProvider
getSuggestions
-
-
-
-
Method Detail
-
resourceModified
void resourceModified(java.net.URI uri) throws AttivioException
Hook method called when the shared resource is modified- Parameters:
uri
- resource in the form of a uri string- Throws:
AttivioException
-
-