DELETE_DOCRULE DOCPROFILE_PREVIEW EDIT_DOCPROFILE EDIT_DOCPROFILE_TRIGGER EDIT_DOCRULE

4-84 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

4.4.2 ADD_DOCRULE

Service used to create a new content profile rule. This service adds the rule to the content rule listing and creates the rule definition file. The data provided to the service becomes the rule definition. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dpRuleName: The name for the new rule. This name must be unique. ■ dpRuleDescription: A description for the rule.

4.4.3 DELETE_DOCPROFILE

Service used to remove a document profile from the profile listing and removes the content profile definition file. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dpName: The name for the profile.

4.4.4 DELETE_DOCRULE

Service used to remove a content rule from the rule listing and deletes the content rule definition file from the system. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dpRuleName: The name for the rule.

4.4.5 DOCPROFILE_PREVIEW

Service used in the Configuration Manager applet to simulate the use of a content profile. The preview executes in the desired context and returns the resulting data in a data binder. The context consists of the event submit, request, or import and the action search, checkin, and so on. It also includes a user name and a content item when necessary. The data includes display information for each field and which rule determined the display for each field. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dpName: The name for the rule to be used in the preview. ■ dpTriggerValue: the trigger value to use for the preview.

4.4.6 EDIT_DOCPROFILE

Service used to edit a document profile. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Core Oracle Content Server Services 4-85 Additional Required Service Parameters ■ dpName: The name for the profile to be edited. ■ dpDescription: The new description for the profile. ■ dpTriggerValue: The new trigger value for the profile. ■ dpDisplayLabel: The new display label.

4.4.7 EDIT_DOCPROFILE_TRIGGER

Service that changes the metadata field that will be used as the trigger field for the content profile. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dpName: The name of the profile to be edited. ■ dpTriggerField: The new trigger field to be used for the profile. Changing the trigger to empty dpTriggerfield= invalidates all profiles.

4.4.8 EDIT_DOCRULE

Service that changes a document rule description. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dpRuleName: The name of the rule to be edited. ■ dpRuleDescription: The new description for the rule.

4.4.9 GET_DOCPROFILE