All Downloads are FREE. Search and download functionalities are using the official Maven repository.

r.mir-module.2023.06.2.source-code.actionmappings.xml Maven / Gradle / Ivy

There is a newer version: 2024.05
Show newest version
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<actionmappings>
  <collection name="personindex">
    <action action="browse">
      <when condition="(group = admin) or (group = editor)" url="/servlets/solr/personindex?XSL.Style=person&amp;terms.regex=%5Ba%7C%C3%A4%7C%C3%84%5D.*" />
      <when condition="true" url="/servlets/solr/personindexp?XSL.Style=person&amp;terms.regex=%5Ba%7C%C3%A4%7C%C3%84%5D.*" />
    </action>
  </collection>
  <collection name="search">
    <action action="simple">
      <when condition="not (user = guest )" url="/content/search/simple_intern.xed" />
      <when condition="true" url="/content/search/simple.xed" />
    </action>
    <action action="complex">
      <when condition="not (user = guest )" url="/content/search/complex_intern.xed" />
      <when condition="true" url="/content/search/complex.xed" />
    </action>
  </collection>
  <collection name="mods">
    <action action="create">
      <when condition="(group = admin) or (group = editor)" url="/editor/editor-admins.xed" />
      <when condition="group = submitter" url="/content/publish/index.xml" />
      <when condition="true" url="/servlets/MCRLoginServlet?url=MCRActionMappingServlet/mods/create" />
    </action>
    <action action="create-child">
      <when condition="(group = admin) or (group = editor)" url="/editor/editor-admins.xed" />
      <when condition="group = submitter" url="/editor/editor-dynamic.xed" />
      <when condition="true" url="/servlets/MCRLoginServlet?url=MCRActionMappingServlet/mods/create-child" />
    </action>
    <action action="create-copy">
      <when condition="(group = admin) or (group = editor)" url="/editor/editor-admins.xed" />
      <when condition="group = submitter" url="/editor/editor-dynamic.xed" />
      <when condition="true" url="/servlets/MCRLoginServlet?url=MCRActionMappingServlet/mods/create-copy" />
    </action>
    <action action="update">
      <when condition="(group = admin) or (group = editor)" url="/servlets/MCRLockServlet?url=/editor/editor-dynamic.xed" />
      <when condition="(status != published) and (status != review)" url="/servlets/MCRLockServlet?url=/editor/editor-dynamic.xed" />
    </action>
    <action action="update-admin">
      <when condition="(group = admin) or (group = editor)" url="/servlets/MCRLockServlet?url=/editor/editor-admins.xed" />
    </action>
    <action action="update-xml">
      <when condition="(group = admin)" url="/servlets/MCRLockServlet?url=/editor/editor-xml.xed" />
    </action>
  </collection>
  <collection name="lecture">
    <action action="create-child">
      <when condition="(group = admin) or (group = editor) or (group = submitter)" url="/editor/editor-dynamic.xed" />
      <when condition="true" url="/servlets/MCRLoginServlet?url=MCRActionMappingServlet/lecture/create-child" />
    </action>
  </collection>
</actionmappings>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy