public class SystemSearchHandler extends BaseHandler
VALID| Constructor and Description | 
|---|
| SystemSearchHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object[] | deviceDescription(java.lang.String sessionKey,
                 java.lang.String searchTerm)List the systems which match this device description | 
| java.lang.Object[] | deviceDriver(java.lang.String sessionKey,
            java.lang.String searchTerm)List the systems which match this device driver | 
| java.lang.Object[] | deviceId(java.lang.String sessionKey,
        java.lang.String searchTerm)List the systems which match this device id | 
| java.lang.Object[] | deviceVendorId(java.lang.String sessionKey,
              java.lang.String searchTerm)List the systems which match this device vendor id | 
| java.lang.Object[] | hostname(java.lang.String sessionKey,
        java.lang.String searchTerm)List the systems which match this hostname | 
| java.lang.Object[] | ip(java.lang.String sessionKey,
  java.lang.String searchTerm)List the systems which match this ip. | 
| java.lang.Object[] | nameAndDescription(java.lang.String sessionKey,
                  java.lang.String searchTerm)List the systems which match this name or description | 
| java.lang.Object[] | uuid(java.lang.String sessionKey,
    java.lang.String searchTerm)List the systems which match this UUID | 
ensureConfigAdmin, ensureOrgAdmin, ensureOrgOrConfigAdmin, ensureSatAdmin, ensureSystemGroupAdmin, ensureUserRole, getLoggedInUser, invoke, providesAuthentication, setEntityAttribute, validateClientCertificate, validateEntitlements, validateMap, verifyOrgExistspublic java.lang.Object[] ip(java.lang.String sessionKey,
                             java.lang.String searchTerm)
                      throws FaultException
sessionKey - the session of the usersearchTerm - the search term to matchFaultException - A FaultException is thrown on error.public java.lang.Object[] hostname(java.lang.String sessionKey,
                                   java.lang.String searchTerm)
                            throws FaultException
sessionKey - the session of the usersearchTerm - the search term to matchFaultException - A FaultException is thrown on error.public java.lang.Object[] deviceVendorId(java.lang.String sessionKey,
                                         java.lang.String searchTerm)
                                  throws FaultException
sessionKey - the session of the usersearchTerm - the search term to matchFaultException - A FaultException is thrown on error.public java.lang.Object[] deviceId(java.lang.String sessionKey,
                                   java.lang.String searchTerm)
                            throws FaultException
sessionKey - the session of the usersearchTerm - the search term to matchFaultException - A FaultException is thrown on error.public java.lang.Object[] deviceDriver(java.lang.String sessionKey,
                                       java.lang.String searchTerm)
                                throws FaultException
sessionKey - the session of the usersearchTerm - the search term to matchFaultException - A FaultException is thrown on error.public java.lang.Object[] deviceDescription(java.lang.String sessionKey,
                                            java.lang.String searchTerm)
                                     throws FaultException
sessionKey - the session of the usersearchTerm - the search term to matchFaultException - A FaultException is thrown on error.public java.lang.Object[] nameAndDescription(java.lang.String sessionKey,
                                             java.lang.String searchTerm)
                                      throws FaultException
sessionKey - the session of the usersearchTerm - the search term to matchFaultException - A FaultException is thrown on error.public java.lang.Object[] uuid(java.lang.String sessionKey,
                               java.lang.String searchTerm)
                        throws FaultException
sessionKey - the session of the usersearchTerm - the search term to matchFaultException - A FaultException is thrown on error.