Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/oracle/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Oracle UCM—内容过期时UCM将做什么?_Oracle_Oracle Ucm_Content Expiration - Fatal编程技术网

Oracle UCM—内容过期时UCM将做什么?

Oracle UCM—内容过期时UCM将做什么?,oracle,oracle-ucm,content-expiration,Oracle,Oracle Ucm,Content Expiration,是否有任何服务或作业计划每分钟调用一次以执行过期内容? 我想覆盖那个服务 如有任何答复,将不胜感激。 谢谢我猜您可能希望以某种方式阻止某些内容项过期。有一个服务,EXPIRE\u UNEXPIRE\u DOC\u BY\u NAME,用于过期和未过期内容我不确定是否始终使用此服务: This service is used to expire or unexpire documents in the Content Server. @param dDocName The document to

是否有任何服务或作业计划每分钟调用一次以执行过期内容? 我想覆盖那个服务

如有任何答复,将不胜感激。
谢谢

我猜您可能希望以某种方式阻止某些内容项过期。有一个服务,EXPIRE\u UNEXPIRE\u DOC\u BY\u NAME,用于过期和未过期内容我不确定是否始终使用此服务:

This service is used to expire or unexpire documents in the Content Server.
@param dDocName The document to expire or unexpire.
@param action Should be set to 'expire' or 'unexpire'.
您可以连接到上述服务并覆盖其功能

以下服务列出了过期和过期的项目。 :


还有一个ScheduledEvent,它将发送一封电子邮件,列出即将过期的内容项。您可以连接到此事件并对其返回的项目进行处理。

谢谢您回答我的问题。我认为EXPIRE\u UNEXPIRE\u DOC\u BY\u NAME是唯一一个使内容过期的服务。但这项服务只有在我们点击按钮强制内容过期时才会触发。 我终于有了自己的问题。 有一个每分钟调用一次的作业计划,也是使内容过期的javaMethod。 该服务是zipreditionmanagement_service.htm中的PROCESS_STATIC_RENDITION_JOBS。 请注意,我们只能直接编辑此服务,但不能覆盖此组件之外的服务。

执行过期内容是什么意思?你到底想对过期的内容做什么?
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.