Skip Headers
Oracle® Fusion Middleware Services Reference Guide for Oracle Universal Content Management
11g Release 1 (11.1.1)
E11011-01
  Go To Documentation Library
Library
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

5.12 Schema Services (Core Content Server)

These services manage the server-side publishing of JavaScript files of database tables, such as option lists. The following services are described in this section:

5.12.1 ADD_SCHEMA_FIELD

Service that adds a field to a schema table.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • schFieldName: The name of the field to be included.

5.12.2 ADD_SCHEMA_RELATION

Service that adds a relation to an existing schema.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • schRelationName: The name of the relation to be included.

5.12.3 ADD_SCHEMA_VIEW

Service used to add a new view for a schema.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • schViewName: The name of the view to be added.

  • schViewType: The type of the schema view to be added.

  • schTableName: The name of the table that the view is related to.

5.12.4 ADDOREDIT_SCHEMA_TABLE

Service used to add or edit a table used in a schema.

Location: IdcHomeDir/resources/core/templates/std_services.htm

5.12.5 CONTROL_SCHEMA

Location: IdcHomeDir/resources/core/templates/std_services.htm

5.12.6 DELETE_SCHEMA_FIELD

Service used to delete a field from a schema table.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • schFieldName: The name of the field to be deleted.

5.12.7 DELETE_SCHEMA_RELATION

Service used to delete a relation from a schema.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • schRelationName: The name of the relation to be deleted.

5.12.8 DELETE_SCHEMA_TABLE

Service used to delete a table from a schema.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • schTableName: The name of the relation to be deleted.

5.12.9 DELETE_SCHEMA_VIEW

Service used to delete a view from a schema.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • schViewName: The name of the view to be deleted.

5.12.10 EDIT_SCHEMA_FIELD

Service used to edit a field in a schema.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • schFieldName: The name of the field to be edited.

5.12.11 EDIT_SCHEMA_NODE

Service used to edit a node in a schema.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • editViewValueAction: The action to be used for the node.

  • schViewName: The name of the view used for the node.

5.12.12 EDIT_SCHEMA_RELATION

Service used to edit a schema relation.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • schRelationName: The name of the relation to be edited.

  • schTablenTable: The number of the table to be used for the relation (for example, Table1 or Table2). If this value is not provided, no table is used for the relation.

5.12.13 EDIT_SCHEMA_VIEW

Service used to edit a schema view.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • schViewType: The type of the view to be edited.

  • schViewName: The name of the view to be edited.

  • schTableName: The name of the table associated with the schema.

5.12.14 EDIT_SCHEMA_VIEW_VALUES

Service used to edit values in a schema view.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • schViewName: The name of the view to be used.

5.12.15 GET_SCHEMA_FIELD_INFO

Service that returns information about a specific schema field.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • schFieldName: The name of the field to be used.

5.12.16 GET_SCHEMA_FIELDS

Service that returns information about fields used in schemas.

Location: IdcHomeDir/resources/core/templates/std_services.htm

5.12.17 GET_SCHEMA_RELATIONS

Service that returns information about relations used with schemas.

Location: IdcHomeDir/resources/core/templates/std_services.htm

5.12.18 GET_SCHEMA_STATS

Service that gathers statistics regarding schema usage for the Edit Active Console Output Tracing Report on the System Audit Info Page.

Location: IdcHomeDir/resources/core/templates/std_services.htm

5.12.19 GET_SCHEMA_TABLE_INFO

Service that returns information about all tables used in schemas.

Location: IdcHomeDir/resources/core/templates/std_services.htm

5.12.20 GET_SCHEMA_TABLES

Service that returns information about the tables and information in the tables that are used in schemas.

Location: IdcHomeDir/resources/core/templates/std_services.htm

5.12.21 GET_SCHEMA_VIEW_EDIT_INFO

Service that returns the editable information for a schema view.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • schViewName: The name of the view to be used.

5.12.22 GET_SCHEMA_VIEW_FRAGMENT

Service that returns a fragment of a Schema-based option list.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • schViewName: The name of the view to be used.

Optional Service Parameters

  • schRelationName: If this field is a Dependent Choice List (DCL), this is the name of the Schema relation used to filter the list results.

  • schParentValue: If this field is a DCL, this is the value of the parent field used with the relation to filter the list.

5.12.23 GET_SCHEMA_VIEW_INFO

Service that returns table and other information for the specified view.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • schViewName: The name of the view to be used.

5.12.24 GET_SCHEMA_VIEW_VALUES

Service that displays values in the specified view.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • schViewName: The name of the view to be used.

5.12.25 GET_SCHEMA_VIEWS

Service that retrieves all defined schema views.

Location: IdcHomeDir/resources/core/templates/std_services.htm

5.12.26 PUBLISH_SCHEMA

Service that initiates a publish of all schemas.

Location: IdcHomeDir/resources/core/templates/std_services.htm