ADD_EDIT_PROVIDER APPEND_DATABASE_AUDIT_INFO DELETE_PROVIDER ENABLE_DISABLE_PROVIDER

Core Oracle Content Server Services 4-115

4.11.1 ADD_EDIT_PROVIDER

Service that creates a new provider. The most likely error is when the provider name is not unique. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ pName: The provider name. ■ ProviderClass: The provider class. ■ pDescription: The description for the provider. ■ pType: The provider type: – database : An information repository server that provides an API for connecting and communicating with it. This retrieves information and enables information to be changed in the database. Examples of this type are system databases and LDAP. – incoming : A connection initiated from an outside entity like a browser or client application. The server listens and is aware of incoming connections – outgoing : A connection initiated to an outside entity. You can use this type to communicate between Oracle Content Server instances. – preview : The API that establishes connections between Oracle Content Server and Preview technology like the DTM server for HTML Preview and Content Categorizer. – LDAP: The Lightweight Directory Access Protocol. Example IdcService=ADD_EDIT_PROVIDER pName=admin_provider pType=Database pDescription=provider description ProviderClass=providerclass

4.11.2 APPEND_DATABASE_AUDIT_INFO

Subservice used by GET_SYSTEM_AUDIT_INFO to return information on the System Audit Info page. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.11.3 DELETE_PROVIDER

Service that deletes an existing provider. The most likely error is a provider name not in the system. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ pName: The provider name. Example IdcService=DELETE_PROVIDE pName=Proxied_2_on_test13 4-116 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

4.11.4 ENABLE_DISABLE_PROVIDER

Service that reverses the enabledisable state of an existing provider. If the provider is enabled, the service disables it. If the provider is disabled, the service enables it. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ pName: The provider name. ■ pDescription: The providers description. ■ pType: Used to create the provider type. Any component can add its own provider type. Currently, the following types are accepted: – database : An information repository server that provides an API for connecting and communicating with it. This retrieves information and enables information to be changed in the database. Examples of this type are system databases and LDAP. – incoming : A connection initiated from an outside entity like a browser or client application. The server listens and is aware of incoming connections – outgoing : A connection initiated to an outside entity. You can use this type to communicate between Oracle Content Server instances. – preview : The API that establishes connections between Oracle Content Server and Preview technology like the DTM server for HTML Preview and Content Categorizer. – LDAP: The Lightweight Directory Access Protocol. Optional Service Parameters ■ IsEnabled: The desired state of the provider, true or false. Example IdcService=ENABLE_DISABLE_PROVIDER pName=Proxied_2_on_test13 pType=outgoing

4.11.5 GET_ADD_EDIT_PROVIDER_FORM