Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

What is the use of "prism:expirationDate" and how does it work?

Avatar

Level 4

Hi,

I want to know how "prism:expirationDate" property works for Asset deactivation.

What is the difference between asset "offTime" and  "prism:expirationDate"?

Regards,

Vikram.

1 Solução aceita

Avatar

Resposta correta de
Level 9

Hi Vikram,

PRISM Namespace is consolidate all rights related elements within a single namespace. AFAIK oob does not use it & may be as part of meta data extraction it might exist.  

Offtime just adds  attribute as properties to the content & when you activate content will be available in publish.  When Off time matches or greater than current time , AEM OSGI Services consider that content as dead and if you try to access using HTTP, AEM would return 404 error but content will still leave in publish instance.   if you don;t want content to stay then need to deactivate.

Thanks,

Ver solução na publicação original

2 Respostas

Avatar

Resposta correta de
Level 9

Hi Vikram,

PRISM Namespace is consolidate all rights related elements within a single namespace. AFAIK oob does not use it & may be as part of meta data extraction it might exist.  

Offtime just adds  attribute as properties to the content & when you activate content will be available in publish.  When Off time matches or greater than current time , AEM OSGI Services consider that content as dead and if you try to access using HTTP, AEM would return 404 error but content will still leave in publish instance.   if you don;t want content to stay then need to deactivate.

Thanks,

Avatar

Level 1

Hi Vikram,

Expiry date is used for rights management purpose. If an asset reaches expiry date, only restricted action actions can be performed on it by non admin users.

Complete documentation available @ https://docs.adobe.com/docs/en/aem/6-2/author/assets/managing-assets-touch-ui/drm.html#Search%20expi...