|
14 | 14 | # and the right side. Indirectly related items requiring more than 5 items will be skipped. Defaults to 5 |
15 | 15 | # relationship.update.relateditems.maxdepth = 5 |
16 | 16 |
|
| 17 | +# Relationship for which only right place value will be set with its correct place value, |
| 18 | +# while left place field will be used by DSpace-CRIS to store max value of right place considering other entities |
| 19 | +# having same relationship with right entity |
| 20 | +# key is repeatable, a relationship should be reported with this syntax: leftType::rightType::leftwardValue::rightwardValue |
| 21 | +# for example: |
| 22 | +# Publication::Person::isAuthorOfPublication::isPublicationOfAuthor |
| 23 | +# null::Person::isResearchoutputsSelectedFor::hasSelectedResearchoutputs |
| 24 | +# Please Note: the same relationship details could not be defined in both |
| 25 | +# relationship.places.onlyright and relationship.places.onlyleft |
| 26 | +relationship.places.onlyright= |
| 27 | + |
| 28 | +# out of the box, settings for relationships already defined are provided |
| 29 | +relationship.places.onlyright=null::Person::isResearchoutputsSelectedFor::hasSelectedResearchoutputs |
| 30 | +relationship.places.onlyright=null::Person::isProjectsSelectedFor::hasSelectedProjects |
| 31 | + |
| 32 | +relationship.places.onlyright=null::OrgUnit::isRpprojectsSelectedFor::hasSelectedRpprojects |
| 33 | +relationship.places.onlyright=null::OrgUnit::isPublicationsSelectedFor::hasSelectedPublications |
| 34 | +relationship.places.onlyright=null::OrgUnit::isRppublicationsSelectedFor::hasSelectedRppublications |
| 35 | +relationship.places.onlyright=null::OrgUnit::isPeopleSelectedFor::hasSelectedPeople |
| 36 | +relationship.places.onlyright=null::OrgUnit::isProjectsSelectedFor::hasSelectedProjects |
| 37 | +relationship.places.onlyright=null::OrgUnit::isOrganizationsSelectedFor::hasSelectedOrganizations |
| 38 | + |
| 39 | +relationship.places.onlyright=null::Project::isProjectsSelectedFor::hasSelectedProjects |
| 40 | +relationship.places.onlyright=null::Project::isGrantsSelectedFor::hasSelectedGrants |
| 41 | +relationship.places.onlyright=null::Project::isResearchoutputsSelectedFor::hasSelectedResearchoutputs |
| 42 | + |
| 43 | +# Relationship for which only left place value will be set with its correct place value, |
| 44 | +# while right place field will be used by DSpace-CRIS to store max value of left place considering other entities |
| 45 | +# having same relationship with left entity |
| 46 | +# key is repeatable, a relationship should be reported with this syntax: leftType::rightType::leftwardValue::rightwardValue |
| 47 | +# for example: |
| 48 | +# Publication::Person::isAuthorOfPublication::isPublicationOfAuthor |
| 49 | +# null::Person::isResearchoutputsSelectedFor::hasSelectedResearchoutputs |
| 50 | +# Please Note: the same relationship details could not be defined in both |
| 51 | +# relationship.places.onlyright and relationship.places.onlyleft |
| 52 | +relationship.places.onlyleft= |
| 53 | + |
0 commit comments