Versions Compared

Key

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

Managing Embargoed Items

Table of Contents
minLevel2
outlinetrue
stylenone

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="3d46d1a36a871e2a-4818f438-4af54bcd-84db8f73-1e771778ee379e4643d4e201"><ac:plain-text-body><![CDATA[

Command used:

[dspace]/bin/dspace embargo-lifter

]]></ac:plain-text-body></ac:structured-macro>

Java class:

org.dspace.embargo.EmbargoManager

Arguments short and (long) forms):

Description

-c or --check

ONLY check the state of embargoed Items, do NOT lift any embargoes

-i or --identifier

Process ONLY this handle identifier(s), which must be an Item. Can be repeated.

-l or --lift

Only lift embargoes, do NOT check the state of any embargoed items.

-n or --dryrun

Do no change anything in the data model, print message instead.

-v or --verbose

Print a line describing the action taken for each embargoed item found.

-q or --quiet

No output except upon error.

-h or --help

Display brief help screen.

...