Uses of Class
com.attivio.sdk.client.exposedapi.jmx.JmxReadable
-
Packages that use JmxReadable Package Description com.attivio.sdk.client Interfaces for client side AIE development.com.attivio.sdk.client.audit -
-
Uses of JmxReadable in com.attivio.sdk.client
Methods in com.attivio.sdk.client with annotations of type JmxReadable Modifier and Type Method Description java.util.List<java.lang.String>
SignalTrackingApi. getAllRelevancyModelNames()
Get the names of all relevancy models across all signalsjava.lang.Iterable<RelevancyFeatureDef>
RelevancyModelApi. getFeatures()
Get all features.java.util.List<java.lang.String>
AutoCompleteApi. getProviderNames()
Get a list of all theautocomplete provider
names registered in Attiviojava.util.List<java.lang.String>
RelevancyModelApi. getRelevancyModelNames()
Returns the names for all available relevancy models.java.util.List<java.lang.String>
SignalTrackingApi. getSignalTypes()
Get all available signal types. -
Uses of JmxReadable in com.attivio.sdk.client.audit
Methods in com.attivio.sdk.client.audit with annotations of type JmxReadable Modifier and Type Method Description java.lang.Iterable<java.util.UUID>
AuditReaderApi. getActiveClients()
Returns the clientIds for all active clients.java.lang.Iterable<java.util.UUID>
AuditReaderApi. getAllClients()
Returns the clientIds for all clients sorted by clientId for ease of comparison.java.lang.Iterable<java.util.UUID>
AuditReaderApi. getInactiveClients()
Returns the clientIds for all inactive clients.
-