Oracle® Fusion Middleware Services Reference Guide for Oracle Universal Content Management 11g Release 1 (11.1.1) Part Number E11011-01 |
|
|
View PDF |
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:
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.
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.
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.
Service used to add or edit a table used in a schema.
Location: IdcHomeDir/resources/core/templates/std_services.htm
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Service that returns information about fields used in schemas.
Location: IdcHomeDir/resources/core/templates/std_services.htm
Service that returns information about relations used with schemas.
Location: IdcHomeDir/resources/core/templates/std_services.htm
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
Service that returns information about all tables used in schemas.
Location: IdcHomeDir/resources/core/templates/std_services.htm
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
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.
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.
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.
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.
Service that retrieves all defined schema views.
Location: IdcHomeDir/resources/core/templates/std_services.htm