Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • n/a means the event does not occur; for example, a Bitstream cannot add or remove members.
  • null means the field is set to the Code Blocknull value.
  • A comma-separated list describes several different possibilities.

...

Panel

Wiki Markup
filter-list  ::=  filter \[ ":" filter \]..

filter ::= object-set "+" action-set

Wiki Markup
object-set  ::=  object \[ "\|" object\]..

Wiki Markup
action-set  ::=  action \[ "\|" action\]..

object ::= "All" | "Bitstream" | "Bundle" | "Item" | "Collection" | "Community" | "Site" | "Group" | "Eperson"

action ::= "All" | "Create" | "Modify" | "Modify_Metadata" | "Add" | "Remove" | "Delete"

...