Детали задачи
-
Подзадача
-
Решение: Готово
-
Medium
-
Не заполнено
-
Не заполнено
-
Не заполнено
Описание
1) Create in workspace://SpacesStore/idocs-root folder to store menu configs with name and UUID "menu-configs"
2) Create a model for menu configs:
type: menuConfig parent cm:content
- property id: String
- property type: String
- property authorities: Multiple String
3) Setup a bean ru.citeck.ecos.content.dao.xml.XmlContentDAO
4) Setup a bean ru.citeck.ecos.content.RepoContentDAOImpl with configs root folder and configs model
5) Setup a bean ru.citeck.ecos.content.deploy.ContentDeployer with configs source MODULE_ID/menu/config/**/*.xml
As a result we should get auto deploy of all *.xml config files from a project to a alfresco repository at startup
xsd scheme for a config was attached in the parent task