{"id":22389818,"url":"https://github.com/entando/entando-plugin-jpcontentscheduler","last_synced_at":"2025-03-26T21:27:26.733Z","repository":{"id":37081538,"uuid":"277799980","full_name":"entando/entando-plugin-jpcontentscheduler","owner":"entando","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-28T11:07:07.000Z","size":323,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":8,"default_branch":"develop","last_synced_at":"2025-02-01T03:27:56.627Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/entando.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-07T11:39:17.000Z","updated_at":"2022-01-07T11:26:23.000Z","dependencies_parsed_at":"2025-02-01T03:26:36.132Z","dependency_job_id":"a26c3b01-f7f7-4b2f-8869-db0efa29b7b5","html_url":"https://github.com/entando/entando-plugin-jpcontentscheduler","commit_stats":null,"previous_names":[],"tags_count":138,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entando%2Fentando-plugin-jpcontentscheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entando%2Fentando-plugin-jpcontentscheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entando%2Fentando-plugin-jpcontentscheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entando%2Fentando-plugin-jpcontentscheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/entando","download_url":"https://codeload.github.com/entando/entando-plugin-jpcontentscheduler/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245737989,"owners_count":20664200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-05T03:13:20.640Z","updated_at":"2025-03-26T21:27:26.691Z","avatar_url":"https://github.com/entando.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://img.shields.io/endpoint?url=https%3A%2F%2Fstatusbadge-jx.apps.serv.run%2Fentando%2Fentando-plugin-jpcontentscheduler)](https://github.com/entando/devops-results/tree/logs/jenkins-x/logs/entando/entando-plugin-jpcontentscheduler/master)\r\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=entando_entando-plugin-jpcontentscheduler\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=entando_entando-plugin-jpcontentscheduler)\r\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=entando_entando-plugin-jpcontentscheduler\u0026metric=coverage)](https://entando.github.io/devops-results/entando-plugin-jpcontentscheduler/master/jacoco/index.html)\r\n[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=entando_entando-plugin-jpcontentscheduler\u0026metric=vulnerabilities)](https://entando.github.io/devops-results/entando-plugin-jpcontentscheduler/master/dependency-check-report.html)\r\n[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=entando_entando-plugin-jpcontentscheduler\u0026metric=code_smells)](https://sonarcloud.io/dashboard?id=entando_entando-plugin-jpcontentscheduler)\r\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=entando_entando-plugin-jpcontentscheduler\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=entando_entando-plugin-jpcontentscheduler)\r\n[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=entando_entando-plugin-jpcontentscheduler\u0026metric=sqale_index)](https://sonarcloud.io/dashboard?id=entando_entando-plugin-jpcontentscheduler)\r\n\r\nentando-plugin-jpcontentscheduler\r\n============\r\n\r\n## Content scheduler\r\n\r\n**Code**: ```jpcontentscheduler```\r\n\r\n## Description\r\n\r\nThis plugin is used to manage contents temporal windows based on the content's dates.\r\n\r\nIt is possible to set up rules that:\r\n\r\n - will move an expired content to a public archive\r\n - will unpublish the expired content\r\n - will automatically publish the content\r\n - will send email notifications to a list of users\r\n\r\n### Installation\r\n\r\nOpen the pom.xml of your project: locate the tag toward the end of the file, after the tag; if the dependencies tag does not exist just create a new one just after the closure of the build tag.\r\n\r\nAdd the following snippet inside the dependencies:\r\n\r\n```  \r\n\u003cdependency\u003e\r\n    \u003cgroupId\u003eorg.entando.entando.plugins\u003c/groupId\u003e\r\n    \u003cartifactId\u003eentando-plugin-jpcontentscheduler\u003c/artifactId\u003e\r\n    \u003cversion\u003e${entando.version}\u003c/version\u003e\r\n    \u003ctype\u003ewar\u003c/type\u003e\r\n\u003c/dependency\u003e\r\n``` \r\n\r\n### General Settings:\r\n\r\n- `Active`\r\n boolean used to enable or disable the plugin\r\n\r\n- `SiteCode`\r\n configuration parameter related to the `clustering` plugin \r\n\r\n- `Global category`\r\n mandatory category code that each content will be assigned to when suspended or moved to a generic archive not belonging to a specific category \r\n\r\n- `Content replacement`\r\n content identifier that will replace the archived/unpublished content\r\n\r\n- `Content model replacement`\r\n model identifier that will replace the archived/unpublished content\r\n\r\n### Email Settings:\r\n\r\nThese settings are used to manage how email notifications are being sent\r\n\r\n\r\n### Users Settings:\r\n\r\nUsed to define bindings between users and content types.\r\nIt is possible to specify in a very granular way which user should receive emails for each type of content.\r\n\r\n### Content Types Settings:\r\n\r\n- `start date attribute`\r\n this mandatory parameter defines the mapping of the field used for automatic publishing.\r\n\r\n- `end date attribute` \r\n this mandatory parameter defines the mapping of the field used to determine whether or not the content has expired.\r\n\r\n- `Content replace id`\r\n this optional parameter overrides the `General Settings` `Content replacement` setting.\r\n \r\n- `Content replace model id`\r\n this optional parameter overrides the `General Settings` `Content model replacement` setting.\r\n\r\n- `Suspend`\r\n mandatory boolean to define the behaviour of an expired content: `true` unpublishes the content while `false` archives it. \r\n \r\n \r\n# Developing against local versions of upstream projects (e.g. admin-console,  entando-engine).\r\n\r\nFull instructions on how to develop against local versions of upstream projects are available in the\r\n[entando-parent-bom](https://github.com/entando/entando-core-bom) project. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentando%2Fentando-plugin-jpcontentscheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fentando%2Fentando-plugin-jpcontentscheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentando%2Fentando-plugin-jpcontentscheduler/lists"}