Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


Uses of Class
oracle.search.admin.api.ws.client.ObjectKey

Packages that use ObjectKey
oracle.search.admin.api.ws.client Provides classes needed to access the 11g Oracle SES Administration Web service 

 

Uses of ObjectKey in oracle.search.admin.api.ws.client

 

Methods in oracle.search.admin.api.ws.client that return ObjectKey
 ObjectKey Status.getObjectKey()
          Returns the object key of the associated object.

 

Methods in oracle.search.admin.api.ws.client with parameters of type ObjectKey
 void AdminPortType.activate(String objectType, ObjectKey objectKey, String objectXML, String decryptionKey, Credentials credentials, List attachments, List controls, String locale)
          Activates an administrative object.
 void AdminPortType.create(String creatableType, ObjectKey objectKey, String objectXML, String decryptionKey, Credentials credentials, List attachments, List controls, String locale)
          Creates an administrative object from an XML description.
 void AdminPortType.deactivate(String objectType, ObjectKey objectKey, Credentials credentials, List controls, String locale)
          Deactivates an administrative object.
 void AdminPortType.delete(String creatableType, ObjectKey objectKey, Credentials credentials, List controls, String locale)
          Deletes an administrative object.
 List AdminPortType.deleteAll(String creatableType, ObjectKey objectKeyPattern, Credentials credentials, List controls, String locale)
          Deletes all administrative objects with a specified type.
 ObjectOutput AdminPortType.export(String objectType, ObjectKey objectKey, String encryptionKey, Credentials credentials, List controls, String locale)
          Returns the configuration of an administrative object.
 ObjectOutput AdminPortType.exportAll(String creatableType, ObjectKey objectKeyPattern, String encryptionKey, Credentials credentials, List controls, String locale)
          Returns the configuration of all administrative objects with a specified type.
 List AdminPortType.getAllObjectKeys(String creatableType, ObjectKey objectKeyPattern, Credentials credentials, List controls, String locale)
          Returns the object keys for all existing objects with a specified type.
 ObjectOutput AdminPortType.getAllStates(String creatableType, List stateProperties, ObjectKey objectKeyPattern, Credentials credentials, List controls, String locale)
          Returns the state of all administrative objects with a specified type.
 ObjectOutput AdminPortType.getState(String objectType, ObjectKey objectKey, List stateProperties, Credentials credentials, List controls, String locale)
          Returns the state of an administrative object.
 void AdminPortType.start(String objectType, ObjectKey objectKey, String objectXML, String decryptionKey, Credentials credentials, List attachments, List controls, String locale)
          Starts an administrative object.
 void AdminPortType.stop(String objectType, ObjectKey objectKey, Credentials credentials, List controls, String locale)
          Stops an administrative object.
 void AdminPortType.update(String objectType, ObjectKey objectKey, String objectXML, String decryptionKey, Credentials credentials, List attachments, List controls, String locale)
          Updates an administrative object from an XML description.

 


Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


Copyright © 2006, 2016, Oracle and/or its affiliates. All rights reserved.