GET_DOC_CONFIG_INFO GET_DOC_SUBSCRIBERS GET_ENVIRONMENT GET_EXPIRED

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

4.3.44 GET_CACHED_CHECKIN_INFO

Service used to display the cached data for a cache checkin such as CACHE_ CHECKIN_NEW. It is available from the checked-out content listing. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dDocName: The Content ID for the content item.

4.3.45 GET_DOC_CONFIG_INFO

Service that returns Content Server configuration information. Gets a dump of the server environment form external applications. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Results Returns the properties information, the security group option list, and these ResultSets: ■ DOC_DEFAULT_INFO ■ DocMetaDefinition ■ DocTypes ■ DocFormats Example ■ IdcCommand command file format: Retrieves content item configuration information IdcServer=GET_DOC_CONFIG_INFO ■ HDA format: Properties LocalData IdcService=GET_DOC_CONFIG_INFO end

4.3.46 GET_DOC_SUBSCRIBERS

Service that returns a list of subscribers to a specific content item. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dDocName: The Content ID for the content item. Example IdcService=GET_DOC_SUBSCRIBERS dDocName=test_000036 Core Oracle Content Server Services 4-57

4.3.47 GET_ENVIRONMENT

Service used to retrieve the settings of configuration values for an Oracle Content Server environment. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Optional Service Parameters ■ startTime: The time in milliseconds that the instance started.

4.3.48 GET_EXPIRED

Service used to retrieve a list of expiring and expired items. The optional isExpiredQuery parameter, when set to true, causes the service to list only items that have already expired. Without this parameter, the list also contains items that are scheduled to expire within the range of dates specified by endDate and startDate. This may include items that have already expired if the start date is earlier than the current system time. Access Level: Read, Write, Global 18 Location: IdcHomeDirresourcescoretemplatesstd_services.htm Optional Service Parameters ■ endDate: Items expiring before this date are displayed. ■ isExpiredQuery: Setting this parameter to 1 true causes searching for only expired items. If set to true and the end date is unspecified, the current system time is used as a default end date. This lists content that has already expired unless constrained by a specific start date. ■ If set to 0 false and the start date is empty, the current system time is used as a default start date. This lists content items that expire in the future, constrained by a specified end date. In all other situations, empty start or end dates are treated as empty, and no corresponding constraint is imposed upon the query. ■ startDate: Items expiring after this date are displayed. Results: ■ Results Sets: EXPIRED_LIST All fields from Revisions and DocMeta for expired or expiring items as defined by the dates and isExpiredQuery parameter. ■ Local Data: – dataSource – endDate – expiredQuery – isExpiredQuery – isQueryResult – MaxQueryRows – orderClause – resultName – startDate 4-58 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management – userDefinedEndDate – userDefinedStartDate – whereClause ■ Response Template: EXPIRED_PAGE expired_page.htm Used By ■ Resource Includes: – pne_nav_management_links – std_doc_man_pages ■ Templates: EXPIRED_PAGE expired_page.htm ■ Standard Navigation: commonNav.js

4.3.49 GET_PACKAGE_ENVIRONMENT_PAGE