Added "unpublish" step to UCD "Esquilino" and "Concessioni"

This commit is contained in:
Francesco Mangiacrapa 2023-03-01 12:30:36 +01:00
parent 9f1950597e
commit c5de3cb00c
2 changed files with 781 additions and 673 deletions

View File

@ -98,15 +98,43 @@
} }
}, },
"_dataAccessPolicies": [ "_dataAccessPolicies": [
{"_policy": {"_read": "any","_write": "any"}, {
"_roles": ["Data-Manager"]}, "_policy": {
{"_policy": {"_read": "own","_write": "own"}, "_read": "any",
"_roles": ["Data-Editor"]}, "_write": "any"
{"_policy": {"_read": "any","_write": "none"}, },
"_roles": ["Member"], "_roles": [
"_enforcer": {"_filter": "{\"_lifecycleInformation._phase\" : {\"$eq\" : \"Published\"}}"}}, "Data-Manager"
{"_policy": {"_read": "none","_write": "none"}, ]
"_roles": []} },
{
"_policy": {
"_read": "own",
"_write": "own"
},
"_roles": [
"Data-Editor"
]
},
{
"_policy": {
"_read": "any",
"_write": "none"
},
"_roles": [
"Member"
],
"_enforcer": {
"_filter": "{\"_lifecycleInformation._phase\" : {\"$eq\" : \"Published\"}}"
}
},
{
"_policy": {
"_read": "none",
"_write": "none"
},
"_roles": []
}
], ],
"_handlers": [ "_handlers": [
{ {
@ -129,6 +157,12 @@
"roles": [ "roles": [
"Data-Manager" "Data-Manager"
] ]
},
{
"STEP": "UNPUBLISH",
"roles": [
"Data-Manager"
]
} }
] ]
} }
@ -264,323 +298,322 @@
] ]
} }
}, },
{
"_id": "org.gcube.portlets.user.geoportal-data-entry-app",
"_type": "DATA_ENTRY_GUI",
"_configuration": {
"gcubeProfiles": [
{
"gcubeSecondaryType": "GeoNaMetadata",
"gcubeName": "Informazioni_di_progetto",
"sectionName": "$.",
"sectionTitle": "Informazioni di Progetto"
},
{
"gcubeSecondaryType": "GeoNaMetadata",
"gcubeName": "Abstract_Relazione_di_Scavo",
"sectionName": "abstractRelazione",
"sectionTitle": "Abstract della Relazione Scientifica",
"parentName": "$.",
"filePaths": [
{
"gcubeProfileFieldName": "Carica Abstract Ita (in PDF)",
"fieldDefinition": "$.abstractRelazione._children[?(@.filesetIta)]",
"fieldName": "filesetIta"
},
{
"gcubeProfileFieldName": "Carica Abstract Eng (in PDF)",
"fieldDefinition": "$.abstractRelazione._children[?(@.filesetEng)]",
"fieldName": "filesetEng"
}
]
},
{
"gcubeSecondaryType": "GeoNaMetadata",
"gcubeName": "Relazione_di_Scavo",
"sectionName": "relazioneScavo",
"sectionTitle": "Relazione Scientifica",
"parentName": "$.",
"filePaths": [
{
"gcubeProfileFieldName": "Relazione scientifica (in PDF)",
"fieldDefinition": "$.relazioneScavo._children[?(@.fileset)]",
"fieldName": "fileset"
}
]
},
{
"gcubeSecondaryType": "GeoNaMetadata",
"gcubeName": "Immagine_Rappresentativa_di_Scavo",
"sectionName": "immaginiRappresentative",
"sectionTitle": "Immagini Rappresentative",
"minOccurs": 1,
"maxOccurs": 4,
"parentName": "$.",
"filePaths": [
{
"gcubeProfileFieldName": "Immagine",
"fieldDefinition": "$.immaginiRappresentative._children[?(@.fileset)]",
"fieldName": "fileset"
}
]
},
{
"gcubeSecondaryType": "GeoNaMetadata",
"gcubeName": "Posizionamento_dell_area_di_indagine",
"sectionName": "posizionamentoScavo",
"sectionTitle": "Posizionamento dell'Area di Indagine",
"parentName": "$.",
"filePaths": [
{
"gcubeProfileFieldName": "File",
"fieldDefinition": "$.posizionamentoScavo._children[?(@.fileset)]",
"fieldName": "fileset"
}
]
},
{
"gcubeSecondaryType": "GeoNaMetadata",
"gcubeName": "Pianta_di_fine_Scavo",
"sectionName": "pianteFineScavo",
"sectionTitle": "Piante di Fine Indagine",
"parentName": "$.",
"minOccurs": 0,
"maxOccurs": 0,
"filePaths": [
{
"gcubeProfileFieldName": "File",
"fieldDefinition": "$.pianteFineScavo._children[?(@.fileset)]",
"fieldName": "fileset"
}
]
}
],
"saveStep": ""
}
},
{ {
"_id": "org.gcube.portlets.user.geoportal-data-list", "_id": "org.gcube.portlets.user.geoportal-data-entry-app",
"_type": "DATA_LIST_GUI", "_type": "DATA_ENTRY_GUI",
"_configuration": { "_configuration": {
"itemFields": [ "gcubeProfiles": [
{ {
"label": "Any Field", "gcubeSecondaryType": "GeoNaMetadata",
"paths": [ "gcubeName": "Informazioni_di_progetto",
"_theDocument.nome", "sectionName": "$.",
"_theDocument.introduzione", "sectionTitle": "Informazioni di Progetto"
"_theDocument.authors", },
"_theDocument.contributore", {
"_theDocument.titolari", "gcubeSecondaryType": "GeoNaMetadata",
"_theDocument.editore", "gcubeName": "Abstract_Relazione_di_Scavo",
"_theDocument.responsabile", "sectionName": "abstractRelazione",
"_theDocument.paroleChiaveLibere", "sectionTitle": "Abstract della Relazione Scientifica",
"_theDocument.paroleChiaveICCD" "parentName": "$.",
"filePaths": [
{
"gcubeProfileFieldName": "Carica Abstract Ita (in PDF)",
"fieldDefinition": "$.abstractRelazione._children[?(@.filesetIta)]",
"fieldName": "filesetIta"
},
{
"gcubeProfileFieldName": "Carica Abstract Eng (in PDF)",
"fieldDefinition": "$.abstractRelazione._children[?(@.filesetEng)]",
"fieldName": "filesetEng"
}
]
},
{
"gcubeSecondaryType": "GeoNaMetadata",
"gcubeName": "Relazione_di_Scavo",
"sectionName": "relazioneScavo",
"sectionTitle": "Relazione Scientifica",
"parentName": "$.",
"filePaths": [
{
"gcubeProfileFieldName": "Relazione scientifica (in PDF)",
"fieldDefinition": "$.relazioneScavo._children[?(@.fileset)]",
"fieldName": "fileset"
}
]
},
{
"gcubeSecondaryType": "GeoNaMetadata",
"gcubeName": "Immagine_Rappresentativa_di_Scavo",
"sectionName": "immaginiRappresentative",
"sectionTitle": "Immagini Rappresentative",
"minOccurs": 1,
"maxOccurs": 4,
"parentName": "$.",
"filePaths": [
{
"gcubeProfileFieldName": "Immagine",
"fieldDefinition": "$.immaginiRappresentative._children[?(@.fileset)]",
"fieldName": "fileset"
}
]
},
{
"gcubeSecondaryType": "GeoNaMetadata",
"gcubeName": "Posizionamento_dell_area_di_indagine",
"sectionName": "posizionamentoScavo",
"sectionTitle": "Posizionamento dell'Area di Indagine",
"parentName": "$.",
"filePaths": [
{
"gcubeProfileFieldName": "File",
"fieldDefinition": "$.posizionamentoScavo._children[?(@.fileset)]",
"fieldName": "fileset"
}
]
},
{
"gcubeSecondaryType": "GeoNaMetadata",
"gcubeName": "Pianta_di_fine_Scavo",
"sectionName": "pianteFineScavo",
"sectionTitle": "Piante di Fine Indagine",
"parentName": "$.",
"minOccurs": 0,
"maxOccurs": 0,
"filePaths": [
{
"gcubeProfileFieldName": "File",
"fieldDefinition": "$.pianteFineScavo._children[?(@.fileset)]",
"fieldName": "fileset"
}
]
}
], ],
"operator": "$or", "saveStep": ""
"searchable": true,
"sortable": false,
"asResult": false
},
{
"label": "Name",
"paths": [
"_theDocument.nome"
],
"operator": "$and",
"searchable": true,
"sortable": true,
"asResult": true
},
{
"label": "Introduction",
"paths": [
"_theDocument.introduzione"
],
"operator": "$and",
"searchable": true,
"sortable": false,
"asResult": true
},
{
"label": "Author/s",
"paths": [
"_theDocument.authors"
],
"operator": "$and",
"searchable": false,
"sortable": true,
"asResult": true
},
{
"label": "Project Start (yyyy-mm-dd)",
"paths": [
"_theDocument.dataInizioProgetto"
],
"operator": "$and",
"searchable": true,
"sortable": true,
"asResult": true
},
{
"label": "Director/Staff",
"paths": [
"_theDocument.authors",
"_theDocument.contributore",
"_theDocument.titolari",
"_theDocument.editore",
"_theDocument.responsabile"
],
"operator": "$or",
"searchable": true,
"sortable": false,
"asResult": true
},
{
"label": "Keywords",
"paths": [
"_theDocument.paroleChiaveLibere",
"_theDocument.paroleChiaveICCD"
],
"operator": "$or",
"searchable": true,
"sortable": false,
"asResult": true
},
{
"label": "Creator",
"paths": [
"_info._creationInfo._user._username"
],
"operator": "$or",
"searchable": true,
"sortable": false,
"asResult": false
},
{
"label": "Updated",
"paths": [
"_info._lastEditInfo._instant"
],
"operator": "$or",
"searchable": false,
"sortable": true,
"asResult": false
},
{
"label": "Phase",
"paths": [
"_lifecycleInformation._phase"
],
"operator": "$or",
"searchable": true,
"sortable": true,
"asResult": false
},
{
"label": "Status",
"paths": [
"_lifecycleInformation._lastOperationStatus"
],
"operator": "$or",
"searchable": true,
"sortable": true,
"asResult": false
} }
] },
}
},
{ {
"_id": "org.gcube.portlets.user.geoportal-basic-data-list", "_id": "org.gcube.portlets.user.geoportal-data-list",
"_type": "BASIC_DATA_LIST_GUI", "_type": "DATA_LIST_GUI",
"_configuration": { "_configuration": {
"itemFields": [ "itemFields": [
{ {
"label": "Any Field", "label": "Any Field",
"paths": [ "paths": [
"_theDocument.nome", "_theDocument.nome",
"_theDocument.introduzione", "_theDocument.introduzione",
"_theDocument.authors", "_theDocument.authors",
"_theDocument.contributore", "_theDocument.contributore",
"_theDocument.titolari", "_theDocument.titolari",
"_theDocument.editore", "_theDocument.editore",
"_theDocument.responsabile", "_theDocument.responsabile",
"_theDocument.paroleChiaveLibere", "_theDocument.paroleChiaveLibere",
"_theDocument.paroleChiaveICCD" "_theDocument.paroleChiaveICCD"
], ],
"operator": "$or", "operator": "$or",
"searchable": true, "searchable": true,
"sortable": false, "sortable": false,
"asResult": false "asResult": false
}, },
{ {
"label": "Name", "label": "Name",
"paths": [ "paths": [
"_theDocument.nome" "_theDocument.nome"
], ],
"operator": "$and", "operator": "$and",
"searchable": true, "searchable": true,
"sortable": true, "sortable": true,
"asResult": true "asResult": true
}, },
{ {
"label": "Introduction", "label": "Introduction",
"paths": [ "paths": [
"_theDocument.introduzione" "_theDocument.introduzione"
], ],
"operator": "$and", "operator": "$and",
"searchable": true, "searchable": true,
"sortable": false, "sortable": false,
"asResult": true "asResult": true
}, },
{ {
"label": "Project Start", "label": "Author/s",
"paths": [ "paths": [
"_theDocument.dataInizioProgetto" "_theDocument.authors"
], ],
"operator": "$and", "operator": "$and",
"searchable": false, "searchable": false,
"sortable": false, "sortable": true,
"asResult": true "asResult": true
}, },
{ {
"label": "Project Start (YEAR)", "label": "Project Start (yyyy-mm-dd)",
"paths": [ "paths": [
"_theDocument.dataInizioProgetto" "_theDocument.dataInizioProgetto"
], ],
"operator": "$and", "operator": "$and",
"searchable": true, "searchable": true,
"sortable": false, "sortable": true,
"asResult": false "asResult": true
}, },
{ {
"label": "Director/Staff", "label": "Director/Staff",
"paths": [ "paths": [
"_theDocument.authors", "_theDocument.authors",
"_theDocument.contributore", "_theDocument.contributore",
"_theDocument.titolari", "_theDocument.titolari",
"_theDocument.editore", "_theDocument.editore",
"_theDocument.responsabile" "_theDocument.responsabile"
], ],
"operator": "$or", "operator": "$or",
"searchable": true, "searchable": true,
"sortable": false, "sortable": false,
"asResult": true "asResult": true
}, },
{ {
"label": "Keywords", "label": "Keywords",
"paths": [ "paths": [
"_theDocument.paroleChiaveLibere", "_theDocument.paroleChiaveLibere",
"_theDocument.paroleChiaveICCD" "_theDocument.paroleChiaveICCD"
], ],
"operator": "$or", "operator": "$or",
"searchable": true, "searchable": true,
"sortable": false, "sortable": false,
"asResult": true "asResult": true
},
{
"label": "Creator",
"paths": [
"_info._creationInfo._user._username"
],
"operator": "$or",
"searchable": true,
"sortable": false,
"asResult": false
},
{
"label": "Updated",
"paths": [
"_info._lastEditInfo._instant"
],
"operator": "$or",
"searchable": false,
"sortable": true,
"asResult": false
},
{
"label": "Phase",
"paths": [
"_lifecycleInformation._phase"
],
"operator": "$or",
"searchable": true,
"sortable": true,
"asResult": false
},
{
"label": "Status",
"paths": [
"_lifecycleInformation._lastOperationStatus"
],
"operator": "$or",
"searchable": true,
"sortable": true,
"asResult": false
}
]
} }
] },
} {
} "_id": "org.gcube.portlets.user.geoportal-basic-data-list",
, "_type": "BASIC_DATA_LIST_GUI",
"_configuration": {
"itemFields": [
{
"label": "Any Field",
"paths": [
"_theDocument.nome",
"_theDocument.introduzione",
"_theDocument.authors",
"_theDocument.contributore",
"_theDocument.titolari",
"_theDocument.editore",
"_theDocument.responsabile",
"_theDocument.paroleChiaveLibere",
"_theDocument.paroleChiaveICCD"
],
"operator": "$or",
"searchable": true,
"sortable": false,
"asResult": false
},
{
"label": "Name",
"paths": [
"_theDocument.nome"
],
"operator": "$and",
"searchable": true,
"sortable": true,
"asResult": true
},
{
"label": "Introduction",
"paths": [
"_theDocument.introduzione"
],
"operator": "$and",
"searchable": true,
"sortable": false,
"asResult": true
},
{
"label": "Project Start",
"paths": [
"_theDocument.dataInizioProgetto"
],
"operator": "$and",
"searchable": false,
"sortable": false,
"asResult": true
},
{
"label": "Project Start (YEAR)",
"paths": [
"_theDocument.dataInizioProgetto"
],
"operator": "$and",
"searchable": true,
"sortable": false,
"asResult": false
},
{
"label": "Director/Staff",
"paths": [
"_theDocument.authors",
"_theDocument.contributore",
"_theDocument.titolari",
"_theDocument.editore",
"_theDocument.responsabile"
],
"operator": "$or",
"searchable": true,
"sortable": false,
"asResult": true
},
{
"label": "Keywords",
"paths": [
"_theDocument.paroleChiaveLibere",
"_theDocument.paroleChiaveICCD"
],
"operator": "$or",
"searchable": true,
"sortable": false,
"asResult": true
}
]
}
},
{ {
"_id": "org.gcube.portlets.user.geoportal-timeline-json-template", "_id": "org.gcube.portlets.user.geoportal-timeline-json-template",
"_type": "TIMELINE_JSON_TEMPLATE", "_type": "TIMELINE_JSON_TEMPLATE",
@ -653,10 +686,16 @@
} }
} }
], ],
"_relationshipDefinitions" : [ "_relationshipDefinitions": [
{"_id": "precedes", "_label" : "Precede", {
"_reverseRelationId" : "follows"}, "_id": "precedes",
{"_id": "follows", "_label" : "Segue", "_label": "Precede",
"_reverseRelationId" : "precedes"} "_reverseRelationId": "follows"
},
{
"_id": "follows",
"_label": "Segue",
"_reverseRelationId": "precedes"
}
] ]
} }

View File

@ -3,29 +3,49 @@
"_version": "1.0.0", "_version": "1.0.0",
"_name": "Esquilino", "_name": "Esquilino",
"_schema": { "_schema": {
"fonteInformazione" :{ "fonteInformazione": {
"_children": [ "_children": [
{"filesetIta": {"_type": "RegisteredFileSet"}} {
"filesetIta": {
"_type": "RegisteredFileSet"
}
}
] ]
}, },
"documentazioneScientifica" :{ "documentazioneScientifica": {
"_children": [ "_children": [
{"fileset": {"_type": "RegisteredFileSet"}} {
"fileset": {
"_type": "RegisteredFileSet"
}
}
] ]
}, },
"immaginiRappresentative" :{ "immaginiRappresentative": {
"_children": [ "_children": [
{"fileset": {"_type": "RegisteredFileSet"}} {
"fileset": {
"_type": "RegisteredFileSet"
}
}
] ]
}, },
"datiAltimetrici" :{ "datiAltimetrici": {
"_children": [ "_children": [
{"fileset": {"_type": "RegisteredFileSet"}} {
"fileset": {
"_type": "RegisteredFileSet"
}
}
] ]
}, },
"planimetria" :{ "planimetria": {
"_children": [ "_children": [
{"fileset": {"_type": "RegisteredFileSet"}} {
"fileset": {
"_type": "RegisteredFileSet"
}
}
] ]
} }
}, },
@ -36,15 +56,43 @@
} }
}, },
"_dataAccessPolicies": [ "_dataAccessPolicies": [
{"_policy": {"_read": "any","_write": "any"}, {
"_roles": ["Data-Manager"]}, "_policy": {
{"_policy": {"_read": "own","_write": "own"}, "_read": "any",
"_roles": ["Data-Editor"]}, "_write": "any"
{"_policy": {"_read": "any","_write": "none"}, },
"_roles": ["Member"], "_roles": [
"_enforcer": {"_filter": "{\"_lifecycleInformation._phase\" : {\"$eq\" : \"PUBLISHED\"}}"}}, "Data-Manager"
{"_policy": {"_read": "none","_write": "none"}, ]
"_roles": []} },
{
"_policy": {
"_read": "own",
"_write": "own"
},
"_roles": [
"Data-Editor"
]
},
{
"_policy": {
"_read": "any",
"_write": "none"
},
"_roles": [
"Member"
],
"_enforcer": {
"_filter": "{\"_lifecycleInformation._phase\" : {\"$eq\" : \"PUBLISHED\"}}"
}
},
{
"_policy": {
"_read": "none",
"_write": "none"
},
"_roles": []
}
], ],
"_handlers": [ "_handlers": [
{ {
@ -54,7 +102,16 @@
"step_access": [ "step_access": [
{ {
"STEP": "PUBLISH", "STEP": "PUBLISH",
"roles": ["Data-Manager","Data-Editor"] "roles": [
"Data-Manager",
"Data-Editor"
]
},
{
"STEP": "UNPUBLISH",
"roles": [
"Data-Manager"
]
} }
] ]
} }
@ -145,337 +202,349 @@
] ]
} }
}, },
{
"_id": "org.gcube.portlets.user.geoportal-data-entry-app",
"_type": "DATA_ENTRY_GUI",
"_configuration": {
"gcubeProfiles": [
{
"gcubeSecondaryType": "GeoportalMetadata",
"gcubeName": "Esquilino_Dati_Descrittivi",
"sectionName": "$.",
"sectionTitle": "Dati Descrittivi"
},
{
"gcubeSecondaryType": "GeoportalMetadata",
"gcubeName": "Esquilino_Fonte_Informazione",
"sectionName": "fonteInformazione",
"sectionTitle": "Fonte dell'informazione",
"parentName": "$.",
"filePaths": [
{
"gcubeProfileFieldName": "Carica Abstract Ita (in PDF)",
"fieldDefinition": "$.fonteInformazione._children[?(@.filesetIta)]",
"fieldName": "filesetIta"
}
]
},
{
"gcubeSecondaryType": "GeoportalMetadata",
"gcubeName": "Esquilino_Documentazione_Scientifica",
"sectionName": "documentazioneScientifica",
"sectionTitle": "Documentazione scientifica",
"parentName": "$.",
"filePaths": [
{
"gcubeProfileFieldName": "Documentazione scientifica (in PDF)",
"fieldDefinition": "$.documentazioneScientifica._children[?(@.fileset)]",
"fieldName": "fileset"
}
]
},
{
"gcubeSecondaryType": "GeoportalMetadata",
"gcubeName": "Esquilino_Immagine",
"sectionName": "immaginiRappresentative",
"sectionTitle": "Immagini Rappresentative",
"minOccurs": 1,
"maxOccurs": 10,
"parentName": "$.",
"filePaths": [
{
"gcubeProfileFieldName": "Immagine",
"fieldDefinition": "$.immaginiRappresentative._children[?(@.fileset)]",
"fieldName": "fileset"
}
]
},
{
"gcubeSecondaryType": "GeoportalMetadata",
"gcubeName": "Esquilino_Dati_Altimetrici",
"sectionName": "datiAltimetrici",
"sectionTitle": "Dati Altimetrici",
"parentName": "$.",
"filePaths": [
{
"gcubeProfileFieldName": "File",
"fieldDefinition": "$.datiAltimetrici._children[?(@.fileset)]",
"fieldName": "fileset"
}
]
},
{
"gcubeSecondaryType": "GeoportalMetadata",
"gcubeName": "Esquilino_Planimetria",
"sectionName": "planimetria",
"sectionTitle": "Planimetria",
"parentName": "$.",
"filePaths": [
{
"gcubeProfileFieldName": "File",
"fieldDefinition": "$.planimetria._children[?(@.fileset)]",
"fieldName": "fileset"
}
]
}
],
"saveStep": ""
}
},
{ {
"_id": "org.gcube.portlets.user.geoportal-data-list", "_id": "org.gcube.portlets.user.geoportal-data-entry-app",
"_type": "DATA_LIST_GUI", "_type": "DATA_ENTRY_GUI",
"_configuration": { "_configuration": {
"itemFields": [ "gcubeProfiles": [
{ {
"label": "Any Field", "gcubeSecondaryType": "GeoportalMetadata",
"paths": [ "gcubeName": "Esquilino_Dati_Descrittivi",
"_theDocument.definizione", "sectionName": "$.",
"_theDocument.denominazione", "sectionTitle": "Dati Descrittivi"
"_theDocument.descrizione", },
"_theDocument.cronologia", {
"_theDocument.codice_partizione_archeologica", "gcubeSecondaryType": "GeoportalMetadata",
"_theDocument.modalita_acquisizione", "gcubeName": "Esquilino_Fonte_Informazione",
"_theDocument.contributore", "sectionName": "fonteInformazione",
"_theDocument.titolare_dati", "sectionTitle": "Fonte dell'informazione",
"_theDocument.soggetto", "parentName": "$.",
"_theDocument.copyright" "filePaths": [
{
"gcubeProfileFieldName": "Carica Abstract Ita (in PDF)",
"fieldDefinition": "$.fonteInformazione._children[?(@.filesetIta)]",
"fieldName": "filesetIta"
}
]
},
{
"gcubeSecondaryType": "GeoportalMetadata",
"gcubeName": "Esquilino_Documentazione_Scientifica",
"sectionName": "documentazioneScientifica",
"sectionTitle": "Documentazione scientifica",
"parentName": "$.",
"filePaths": [
{
"gcubeProfileFieldName": "Documentazione scientifica (in PDF)",
"fieldDefinition": "$.documentazioneScientifica._children[?(@.fileset)]",
"fieldName": "fileset"
}
]
},
{
"gcubeSecondaryType": "GeoportalMetadata",
"gcubeName": "Esquilino_Immagine",
"sectionName": "immaginiRappresentative",
"sectionTitle": "Immagini Rappresentative",
"minOccurs": 1,
"maxOccurs": 10,
"parentName": "$.",
"filePaths": [
{
"gcubeProfileFieldName": "Immagine",
"fieldDefinition": "$.immaginiRappresentative._children[?(@.fileset)]",
"fieldName": "fileset"
}
]
},
{
"gcubeSecondaryType": "GeoportalMetadata",
"gcubeName": "Esquilino_Dati_Altimetrici",
"sectionName": "datiAltimetrici",
"sectionTitle": "Dati Altimetrici",
"parentName": "$.",
"filePaths": [
{
"gcubeProfileFieldName": "File",
"fieldDefinition": "$.datiAltimetrici._children[?(@.fileset)]",
"fieldName": "fileset"
}
]
},
{
"gcubeSecondaryType": "GeoportalMetadata",
"gcubeName": "Esquilino_Planimetria",
"sectionName": "planimetria",
"sectionTitle": "Planimetria",
"parentName": "$.",
"filePaths": [
{
"gcubeProfileFieldName": "File",
"fieldDefinition": "$.planimetria._children[?(@.fileset)]",
"fieldName": "fileset"
}
]
}
], ],
"operator": "$or", "saveStep": ""
"searchable": true,
"sortable": false,
"asResult": false
},
{
"label": "Definition",
"paths": [
"_theDocument.definizione"
],
"operator": "$and",
"searchable": true,
"sortable": true,
"asResult": true
},
{
"label": "Name",
"paths": [
"_theDocument.denominazione"
],
"operator": "$and",
"searchable": true,
"sortable": true,
"asResult": true
},
{
"label": "Code",
"paths": [
"_theDocument.codice_partizione_archeologica"
],
"operator": "$and",
"searchable": true,
"sortable": true,
"asResult": true
},
{
"label": "Director/Staff",
"paths": [
"_theDocument.contributore",
"_theDocument.titolare_dati"
],
"operator": "$or",
"searchable": true,
"sortable": false,
"asResult": false
},
{
"label": "Chronology",
"paths": [
"_theDocument.cronologia"
],
"operator": "$or",
"searchable": true,
"sortable": false,
"asResult": true
},
{
"label": "Creator",
"paths": [
"_info._creationInfo._user._username"
],
"operator": "$or",
"searchable": true,
"sortable": false,
"asResult": false
},
{
"label": "Updated",
"paths": [
"_info._lastEditInfo._instant"
],
"operator": "$or",
"searchable": false,
"sortable": true,
"asResult": false
},
{
"label": "Phase",
"paths": [
"_lifecycleInformation._phase"
],
"operator": "$or",
"searchable": true,
"sortable": true,
"asResult": false
},
{
"label": "Status",
"paths": [
"_lifecycleInformation._lastOperationStatus"
],
"operator": "$or",
"searchable": true,
"sortable": true,
"asResult": false
} }
] },
}
},
{ {
"_id": "org.gcube.portlets.user.geoportal-data-list", "_id": "org.gcube.portlets.user.geoportal-data-list",
"_type": "BASIC_DATA_LIST_GUI", "_type": "DATA_LIST_GUI",
"_configuration": { "_configuration": {
"itemFields": [ "itemFields": [
{ {
"label": "Any Field", "label": "Any Field",
"paths": [ "paths": [
"_theDocument.definizione", "_theDocument.definizione",
"_theDocument.denominazione", "_theDocument.denominazione",
"_theDocument.descrizione", "_theDocument.descrizione",
"_theDocument.cronologia", "_theDocument.cronologia",
"_theDocument.codice_partizione_archeologica", "_theDocument.codice_partizione_archeologica",
"_theDocument.modalita_acquisizione", "_theDocument.modalita_acquisizione",
"_theDocument.contributore", "_theDocument.contributore",
"_theDocument.titolare_dati", "_theDocument.titolare_dati",
"_theDocument.soggetto", "_theDocument.soggetto",
"_theDocument.copyright" "_theDocument.copyright"
], ],
"operator": "$or", "operator": "$or",
"searchable": true, "searchable": true,
"sortable": false, "sortable": false,
"asResult": false "asResult": false
}, },
{ {
"label": "Definition", "label": "Definition",
"paths": [ "paths": [
"_theDocument.definizione" "_theDocument.definizione"
], ],
"operator": "$and", "operator": "$and",
"searchable": true, "searchable": true,
"sortable": true, "sortable": true,
"asResult": true "asResult": true
}, },
{ {
"label": "Name", "label": "Name",
"paths": [ "paths": [
"_theDocument.denominazione" "_theDocument.denominazione"
], ],
"operator": "$and", "operator": "$and",
"searchable": true, "searchable": true,
"sortable": true, "sortable": true,
"asResult": true "asResult": true
}, },
{ {
"label": "Code", "label": "Code",
"paths": [ "paths": [
"_theDocument.codice_partizione_archeologica" "_theDocument.codice_partizione_archeologica"
], ],
"operator": "$and", "operator": "$and",
"searchable": true, "searchable": true,
"sortable": true, "sortable": true,
"asResult": true "asResult": true
}, },
{ {
"label": "Director/Staff", "label": "Director/Staff",
"paths": [ "paths": [
"_theDocument.contributore", "_theDocument.contributore",
"_theDocument.titolare_dati" "_theDocument.titolare_dati"
], ],
"operator": "$or", "operator": "$or",
"searchable": true, "searchable": true,
"sortable": false, "sortable": false,
"asResult": true "asResult": false
}, },
{ {
"label": "Chronology", "label": "Chronology",
"paths": [ "paths": [
"_theDocument.cronologia" "_theDocument.cronologia"
], ],
"operator": "$or", "operator": "$or",
"searchable": true, "searchable": true,
"sortable": false, "sortable": false,
"asResult": true "asResult": true
},
{
"label": "Creator",
"paths": [
"_info._creationInfo._user._username"
],
"operator": "$or",
"searchable": true,
"sortable": false,
"asResult": false
},
{
"label": "Updated",
"paths": [
"_info._lastEditInfo._instant"
],
"operator": "$or",
"searchable": false,
"sortable": true,
"asResult": false
},
{
"label": "Phase",
"paths": [
"_lifecycleInformation._phase"
],
"operator": "$or",
"searchable": true,
"sortable": true,
"asResult": false
},
{
"label": "Status",
"paths": [
"_lifecycleInformation._lastOperationStatus"
],
"operator": "$or",
"searchable": true,
"sortable": true,
"asResult": false
}
]
} }
] },
}
}
,
{ {
"_id": "org.gcube.portlets.user.geoportal-workflow-action-list", "_id": "org.gcube.portlets.user.geoportal-data-list",
"_type": "WORKFLOW_ACTION_LIST_GUI", "_type": "BASIC_DATA_LIST_GUI",
"_configuration": { "_configuration": {
"actionsDefinition": [ "itemFields": [
{ {
"id": "post_creation_action", "label": "Any Field",
"title": "Post Creation Action", "paths": [
"call_STEPS": ["PUBLISH"], "_theDocument.definizione",
"description": "Action fired after the Project creation", "_theDocument.denominazione",
"display_on_phase": [] "_theDocument.descrizione",
}, "_theDocument.cronologia",
{ "_theDocument.codice_partizione_archeologica",
"id": "submit_for_review", "_theDocument.modalita_acquisizione",
"title": "Submit for Review", "_theDocument.contributore",
"call_STEPS": [ "_theDocument.titolare_dati",
"SUBMIT-FOR-REVIEW" "_theDocument.soggetto",
], "_theDocument.copyright"
"description": "Submit the Project (for review)", ],
"display_on_phase": [ "operator": "$or",
"DRAFT" "searchable": true,
] "sortable": false,
}, "asResult": false
{ },
"id": "reject", {
"title": "Reject", "label": "Definition",
"call_STEPS": [ "paths": [
"REJECT-DRAFT" "_theDocument.definizione"
], ],
"description": "Reject the Project", "operator": "$and",
"display_on_phase": [ "searchable": true,
"Pending Approval" "sortable": true,
] "asResult": true
}, },
{ {
"id": "approve", "label": "Name",
"title": "Approve", "paths": [
"call_STEPS": [ "_theDocument.denominazione"
"APPROVE-SUBMITTED" ],
], "operator": "$and",
"description": "Approve the Project", "searchable": true,
"display_on_phase": [ "sortable": true,
"Pending Approval" "asResult": true
},
{
"label": "Code",
"paths": [
"_theDocument.codice_partizione_archeologica"
],
"operator": "$and",
"searchable": true,
"sortable": true,
"asResult": true
},
{
"label": "Director/Staff",
"paths": [
"_theDocument.contributore",
"_theDocument.titolare_dati"
],
"operator": "$or",
"searchable": true,
"sortable": false,
"asResult": true
},
{
"label": "Chronology",
"paths": [
"_theDocument.cronologia"
],
"operator": "$or",
"searchable": true,
"sortable": false,
"asResult": true
}
] ]
} }
] },
} {
} "_id": "org.gcube.portlets.user.geoportal-workflow-action-list",
] "_type": "WORKFLOW_ACTION_LIST_GUI",
} "_configuration": {
"actionsDefinition": [
{
"id": "post_creation_action",
"title": "Post Creation Action",
"call_STEPS": [
"PUBLISH"
],
"description": "Action fired after the Project creation",
"display_on_phase": []
},
{
"id": "submit_for_review",
"title": "Submit for Review",
"call_STEPS": [
"SUBMIT-FOR-REVIEW"
],
"description": "Submit the Project (for review)",
"display_on_phase": [
"DRAFT"
]
},
{
"id": "reject",
"title": "Reject",
"call_STEPS": [
"REJECT-DRAFT"
],
"description": "Reject the Project",
"display_on_phase": [
"Pending Approval"
]
},
{
"id": "approve",
"title": "Approve",
"call_STEPS": [
"APPROVE-SUBMITTED"
],
"description": "Approve the Project",
"display_on_phase": [
"Pending Approval"
]
},
{
"id": "unpublish",
"title": "UnPublish",
"call_STEPS": [
"UNPUBLISH"
],
"description": "UnPublish the Project",
"display_on_phase": [
"Published"
]
}
]
}
}
]
}