|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Collection | |
|---|---|
| org.dspace.app.mediafilter | |
| org.dspace.browse | Provides classes and mehtods for browsing Items in DSpace by whatever is specified in the configuration. |
| org.dspace.content | Provides an API for reading and manipulating content in the DSpace system. |
| org.dspace.content.packager | Provides an API and implementations of content packages, used in the context of ingest (SIP), or dissemination (DIP) |
| org.dspace.eperson | Provides classes representing e-people and groups of e-people. |
| org.dspace.plugin | |
| org.dspace.search | Interface to the Lucene search engine, and the 'harvest' API for retrieving items modified within a given date range. |
| org.dspace.workflow | DSpace's workflow system |
| Uses of Collection in org.dspace.app.mediafilter |
|---|
| Methods in org.dspace.app.mediafilter with parameters of type Collection | |
|---|---|
static void |
MediaFilterManager.applyFiltersCollection(Context c,
Collection collection)
|
| Uses of Collection in org.dspace.browse |
|---|
| Methods in org.dspace.browse that return Collection | |
|---|---|
Collection |
BrowserScope.getCollection()
|
| Methods in org.dspace.browse with parameters of type Collection | |
|---|---|
void |
ItemCountDAOPostgres.collectionCount(Collection collection,
int count)
Store the count of the given collection |
void |
ItemCountDAOOracle.collectionCount(Collection collection,
int count)
Store the count of the given collection |
void |
ItemCountDAO.collectionCount(Collection collection,
int count)
Set the given count as the number of items in the given collection |
void |
BrowserScope.setCollection(Collection collection)
|
| Uses of Collection in org.dspace.content |
|---|
| Methods in org.dspace.content that return Collection | |
|---|---|
Collection |
Community.createCollection()
Create a new collection within this community. |
static Collection |
Collection.find(Context context,
int id)
Get a collection from the database. |
static Collection[] |
Collection.findAll(Context context)
Get all collections in the system. |
static Collection[] |
Collection.findAuthorized(Context context,
Community comm,
int actionID)
return an array of collections that user has a given permission on (useful for trimming 'select to collection' list) or figuring out which collections a person is an editor for. |
Collection |
WorkspaceItem.getCollection()
|
Collection |
InProgressSubmission.getCollection()
Get the collection being submitted to |
Collection[] |
Item.getCollections()
Get the collections this item is in. |
Collection[] |
Community.getCollections()
Get the collections in this community. |
Collection[] |
Item.getCollectionsNotLinked()
Get the collections this item is not in. |
Collection |
Item.getOwningCollection()
Get the owning Collection for the item |
| Methods in org.dspace.content with parameters of type Collection | |
|---|---|
void |
Community.addCollection(Collection c)
Add an exisiting collection to the community |
static WorkspaceItem |
WorkspaceItem.create(Context c,
Collection coll,
boolean template)
Create a new workspace item, with a new ID. |
static WorkspaceItem[] |
WorkspaceItem.findByCollection(Context context,
Collection c)
Get all workspace items for a particular collection. |
void |
Item.inheritCollectionDefaultPolicies(Collection c)
remove all policies on an item and its contents, and replace them with the DEFAULT_ITEM_READ and DEFAULT_BITSTREAM_READ policies belonging to the collection. |
void |
Bundle.inheritCollectionDefaultPolicies(Collection c)
remove all policies on the bundle and its contents, and replace them with the DEFAULT_BITSTREAM_READ policies belonging to the collection. |
boolean |
Item.isOwningCollection(Collection c)
Return true if this Collection 'owns' this item |
void |
Item.move(Collection from,
Collection to)
Moves the item from one collection to another one |
void |
Community.removeCollection(Collection c)
Remove a collection. |
void |
Item.setOwningCollection(Collection c)
Set the owning Collection for the item |
| Uses of Collection in org.dspace.content.packager |
|---|
| Methods in org.dspace.content.packager with parameters of type Collection | |
|---|---|
static void |
PackageUtils.addDepositLicense(Context context,
String license,
Item item,
Collection collection)
Add DSpace Deposit License to an Item. |
void |
DSpaceMETSIngester.addLicense(Context context,
Collection collection,
Item item,
METSManifest manifest,
AbstractMETSIngester.MdrefManager callback,
String license)
Policy: For DSpace deposit license, take deposit license supplied by explicit argument first, else use collection's default deposit license. |
abstract void |
AbstractMETSIngester.addLicense(Context context,
Collection collection,
Item item,
METSManifest manifest,
AbstractMETSIngester.MdrefManager callback,
String license)
Add license(s) to Item based on contents of METS and other policies. |
WorkspaceItem |
PDFPackager.ingest(Context context,
Collection collection,
InputStream pkg,
PackageParameters params,
String license)
Create new Item out of the ingested package, in the indicated collection. |
WorkspaceItem |
PackageIngester.ingest(Context context,
Collection collection,
InputStream in,
PackageParameters params,
String license)
Create new Item out of the ingested package. |
WorkspaceItem |
AbstractMETSIngester.ingest(Context context,
Collection collection,
InputStream pkg,
PackageParameters params,
String license)
Create a new DSpace item out of a METS content package. |
| Uses of Collection in org.dspace.eperson |
|---|
| Methods in org.dspace.eperson that return Collection | |
|---|---|
static Collection[] |
Subscribe.getSubscriptions(Context context,
EPerson eperson)
Find out which collections an e-person is subscribed to |
| Methods in org.dspace.eperson with parameters of type Collection | |
|---|---|
static boolean |
Subscribe.isSubscribed(Context context,
EPerson eperson,
Collection collection)
Is that e-person subscribed to that collection? |
static void |
Subscribe.subscribe(Context context,
EPerson eperson,
Collection collection)
Subscribe an e-person to a collection. |
static void |
Subscribe.unsubscribe(Context context,
EPerson eperson,
Collection collection)
Unsubscribe an e-person to a collection. |
| Uses of Collection in org.dspace.plugin |
|---|
| Methods in org.dspace.plugin with parameters of type Collection | |
|---|---|
void |
CollectionHomeProcessor.process(Context context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Collection collection)
execute the process |
| Uses of Collection in org.dspace.search |
|---|
| Methods in org.dspace.search with parameters of type Collection | |
|---|---|
static QueryResults |
DSQuery.doQuery(Context c,
QueryArgs args,
Collection coll)
Do a query, restricted to a collection |
| Uses of Collection in org.dspace.workflow |
|---|
| Methods in org.dspace.workflow that return Collection | |
|---|---|
Collection |
WorkflowItem.getCollection()
|
| Methods in org.dspace.workflow with parameters of type Collection | |
|---|---|
static WorkflowItem[] |
WorkflowItem.findByCollection(Context context,
Collection c)
Get all workflow items for a particular collection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||