Uses of Class
org.dspace.content.Collection
-
Packages that use Collection Package Description org.dspace.app.bulkedit The DSpace Batch Metadata Editor, which uses a CSV file to export/import item metadata.org.dspace.app.itemexport org.dspace.app.itemimport org.dspace.app.itemimport.service org.dspace.app.mediafilter org.dspace.app.mediafilter.service org.dspace.app.util Miscellaneous utility classes.org.dspace.authorize Represents permissions for access to DSpace content.org.dspace.authorize.service org.dspace.browse Provides classes and methods 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.authority org.dspace.content.authority.service org.dspace.content.crosswalk Provides an API and implementations of metadata crosswalks, which are directional mappings from one schema to another, performed in the context of Item ingestion or dissemination.org.dspace.content.dao org.dspace.content.dao.impl org.dspace.content.packager Provides an API and implementations of content packages, used in the context of ingest (SIP), or dissemination (DIP)org.dspace.content.service org.dspace.curate In DSpace, "curation" refers to the application of one or more "tasks" to one or more model objects.org.dspace.discovery.indexobject org.dspace.discovery.indexobject.factory org.dspace.embargo Embargo allows the deposit of Items whose content should not be made visible until later.org.dspace.eperson Provides classes representing e-people and groups of e-people.org.dspace.eperson.service org.dspace.external.service org.dspace.external.service.impl org.dspace.harvest org.dspace.harvest.dao org.dspace.harvest.dao.impl org.dspace.harvest.service org.dspace.iiif.canvasdimension org.dspace.iiif.canvasdimension.service org.dspace.rdf.conversion org.dspace.submit.service org.dspace.usage Capture of "usage events".org.dspace.workflow DSpace has a simple workflow system, which models the workflows as named steps: SUBMIT, arbitrary named steps that you define, and ARCHIVE.org.dspace.xmlworkflow An Item submission begins as aWorkspaceItemin some user's workspace.org.dspace.xmlworkflow.factory org.dspace.xmlworkflow.storedcomponents The state of an item in a workflow is persisted in a number of objects.org.dspace.xmlworkflow.storedcomponents.dao org.dspace.xmlworkflow.storedcomponents.dao.impl org.dspace.xmlworkflow.storedcomponents.service -
-
Uses of Collection in org.dspace.app.bulkedit
Methods in org.dspace.app.bulkedit that return Collection Modifier and Type Method Description CollectionBulkEditChange. getNewOwningCollection()Get the new owning collectionCollectionBulkEditChange. getOldOwningCollection()Get the old owning collectionMethods in org.dspace.app.bulkedit that return types with arguments of type Collection Modifier and Type Method Description List<Collection>BulkEditChange. getNewMappedCollections()Get the list of new mapped CollectionsList<Collection>BulkEditChange. getOldMappedCollections()Get the list of old mapped CollectionsMethods in org.dspace.app.bulkedit with parameters of type Collection Modifier and Type Method Description voidBulkEditChange. changeOwningCollection(Collection oldC, Collection newC)Register a change to the owning collectionvoidBulkEditChange. registerNewMappedCollection(Collection c)Add a new mapped CollectionvoidBulkEditChange. registerOldMappedCollection(Collection c)Add an old mapped CollectionvoidBulkEditChange. setOwningCollection(Collection newC)Set the owning collection of an item -
Uses of Collection in org.dspace.app.itemexport
Fields in org.dspace.app.itemexport declared as Collection Modifier and Type Field Description protected CollectionItemExport. collection -
Uses of Collection in org.dspace.app.itemimport
Methods in org.dspace.app.itemimport that return types with arguments of type Collection Modifier and Type Method Description protected List<Collection>ItemImportServiceImpl. processCollectionFile(Context c, String path, String filename)Read the collections file inside the item directory.Methods in org.dspace.app.itemimport with parameters of type Collection Modifier and Type Method Description voidItemImportServiceImpl. processUIImport(String filepath, Collection owningCollection, String[] otherCollections, String resumeDir, String inputType, Context context, boolean template)Given a local file or public URL to a zip file that has the Simple Archive Format, this method imports the contents to DSpaceMethod parameters in org.dspace.app.itemimport with type arguments of type Collection Modifier and Type Method Description protected ItemItemImportServiceImpl. addItem(Context c, List<Collection> mycollections, String path, String itemname, PrintWriter mapOut, boolean template)item? try and add it to the archive.voidItemImportServiceImpl. addItems(Context c, List<Collection> mycollections, String sourceDir, String mapFile, boolean template)voidItemImportServiceImpl. addItemsAtomic(Context c, List<Collection> mycollections, String sourceDir, String mapFile, boolean template)protected voidItemImport. process(Context context, ItemImportService itemImportService, List<Collection> collections)Process the importprotected voidItemImportCLI. process(Context context, ItemImportService itemImportService, List<Collection> collections)voidItemImportServiceImpl. replaceItems(Context c, List<Collection> mycollections, String sourceDir, String mapFile, boolean template) -
Uses of Collection in org.dspace.app.itemimport.service
Methods in org.dspace.app.itemimport.service with parameters of type Collection Modifier and Type Method Description voidItemImportService. processUIImport(String url, Collection owningCollection, String[] collections, String resumeDir, String inputType, Context context, boolean template)Given a public URL to a zip file that has the Simple Archive Format, this method imports the contents to DSpaceMethod parameters in org.dspace.app.itemimport.service with type arguments of type Collection Modifier and Type Method Description voidItemImportService. addItems(Context c, List<Collection> mycollections, String sourceDir, String mapFile, boolean template)Add itemsvoidItemImportService. addItemsAtomic(Context c, List<Collection> mycollections, String sourceDir, String mapFile, boolean template)voidItemImportService. replaceItems(Context c, List<Collection> mycollections, String sourcedir, String mapfile, boolean template)Replace items -
Uses of Collection in org.dspace.app.mediafilter
Methods in org.dspace.app.mediafilter with parameters of type Collection Modifier and Type Method Description voidMediaFilterServiceImpl. applyFiltersCollection(Context context, Collection collection) -
Uses of Collection in org.dspace.app.mediafilter.service
Methods in org.dspace.app.mediafilter.service with parameters of type Collection Modifier and Type Method Description voidMediaFilterService. applyFiltersCollection(Context context, Collection collection) -
Uses of Collection in org.dspace.app.util
Fields in org.dspace.app.util declared as Collection Modifier and Type Field Description CollectionCollectionDropDown.CollectionPathEntry. collectionMethods in org.dspace.app.util that return types with arguments of type Collection Modifier and Type Method Description List<Collection>SubmissionConfigReader. getCollectionsBySubmissionConfig(Context context, String submitName)Methods in org.dspace.app.util with parameters of type Collection Modifier and Type Method Description static voidAuthorizeUtil. authorizeManageAdminGroup(Context context, Collection collection)Can the current user create/edit the admins group of the collection? please note that the remove action need a separate checkstatic voidAuthorizeUtil. authorizeManageCollectionPolicy(Context context, Collection collection)Is allowed manage (create, remove, edit) collection's policies in the current context?static voidAuthorizeUtil. authorizeManageDefaultReadGroup(Context context, Collection collection)This method will check whether the current user is authorized to manage the default read groupstatic voidAuthorizeUtil. authorizeManageSubmittersGroup(Context context, Collection collection)Can the current user manage (create, remove, edit) the submitters group of the collection?static voidAuthorizeUtil. authorizeManageTemplateItem(Context context, Collection collection)Is the current user allowed to manage (create, remove, edit) the collection's template item?static voidAuthorizeUtil. authorizeManageWorkflowsGroup(Context context, Collection collection)Can the current user manage (create, remove, edit) the workflow groups of the collection?static voidAuthorizeUtil. authorizeRemoveAdminGroup(Context context, Collection collection)Can the current user remove the admins group of the collection? please note that the create/edit actions need separate checkstatic StringCollectionDropDown. collectionPath(Context context, Collection col)Get full path starting from a top-level community via subcommunities down to a collection.static StringCollectionDropDown. collectionPath(Context context, Collection col, int maxchars)Get full path starting from a top-level community via subcommunities down to a collection.static List<String>Util. differenceInSubmissionFields(Collection fromCollection, Collection toCollection)StringDCInputsReader. getInputFormNameByCollectionAndField(Collection collection, String field)Method parameters in org.dspace.app.util with type arguments of type Collection Modifier and Type Method Description static CollectionDropDown.CollectionPathEntry[]CollectionDropDown. annotateWithPaths(Context context, List<Collection> collections)Annotates an array of collections with their respective full paths (@see #collectionPath() method in this class).Constructors in org.dspace.app.util with parameters of type Collection Constructor Description CollectionPathEntry(Collection collection, String path) -
Uses of Collection in org.dspace.authorize
Methods in org.dspace.authorize that return types with arguments of type Collection Modifier and Type Method Description List<Collection>AuthorizeServiceImpl. findAdminAuthorizedCollection(Context context, String query, int offset, int limit)Finds collections for which the logged in user has ADMIN rights. -
Uses of Collection in org.dspace.authorize.service
Methods in org.dspace.authorize.service that return types with arguments of type Collection Modifier and Type Method Description List<Collection>AuthorizeService. findAdminAuthorizedCollection(Context context, String query, int offset, int limit)Finds collections for which the current user is admin, AND which match the query. -
Uses of Collection in org.dspace.browse
Methods in org.dspace.browse that return Collection Modifier and Type Method Description CollectionBrowserScope. getCollection()Methods in org.dspace.browse with parameters of type Collection Modifier and Type Method Description voidBrowserScope. setCollection(Collection collection) -
Uses of Collection in org.dspace.content
Fields in org.dspace.content with type parameters of type Collection Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<Collection,Group>Collection_. adminsstatic javax.persistence.metamodel.SingularAttribute<Bitstream,Collection>Bitstream_. collectionstatic javax.persistence.metamodel.SingularAttribute<WorkspaceItem,Collection>WorkspaceItem_. collectionstatic javax.persistence.metamodel.SetAttribute<Community,Collection>Community_. collectionsstatic javax.persistence.metamodel.SetAttribute<Item,Collection>Item_. collectionsstatic javax.persistence.metamodel.SetAttribute<Collection,Community>Collection_. communitiesstatic javax.persistence.metamodel.SingularAttribute<Collection,Integer>Collection_. legacyIdstatic javax.persistence.metamodel.SingularAttribute<Collection,Bitstream>Collection_. logostatic javax.persistence.metamodel.SingularAttribute<Item,Collection>Item_. owningCollectionstatic javax.persistence.metamodel.SingularAttribute<Collection,Group>Collection_. submittersstatic javax.persistence.metamodel.SingularAttribute<Collection,Item>Collection_. templatestatic javax.persistence.metamodel.SingularAttribute<Item,Collection>Item_. templateItemOfMethods in org.dspace.content that return Collection Modifier and Type Method Description CollectionCollectionServiceImpl. create(Context context, Community community)CollectionCollectionServiceImpl. create(Context context, Community community, String handle)CollectionCollectionServiceImpl. create(Context context, Community community, String handle, UUID uuid)CollectionCollectionServiceImpl. find(Context context, UUID id)CollectionCollectionServiceImpl. findByGroup(Context context, Group group)CollectionCollectionServiceImpl. findByIdOrLegacyId(Context context, String id)CollectionCollectionServiceImpl. findByLegacyId(Context context, int id)CollectionBitstream. getCollection()CollectionInProgressSubmission. getCollection()Get the collection being submitted toCollectionWorkspaceItem. getCollection()CollectionItem. getOwningCollection()Get the owning Collection for the itemCollectionItem. getTemplateItemOf()Methods in org.dspace.content that return types with arguments of type Collection Modifier and Type Method Description List<Collection>CollectionServiceImpl. findAll(Context context)List<Collection>CollectionServiceImpl. findAll(Context context, Integer limit, Integer offset)List<Collection>CollectionServiceImpl. findAllCollectionsByEntityType(Context context, String entityType)List<Collection>CollectionServiceImpl. findAuthorized(Context context, Community community, int actionID)List<Collection>CollectionServiceImpl. findAuthorizedOptimized(Context context, int actionID)List<Collection>CollectionServiceImpl. findCollectionsWithSubmit(String q, Context context, Community community, int offset, int limit)List<Collection>CollectionServiceImpl. findCollectionsWithSubmit(String q, Context context, Community community, String entityType, int offset, int limit)List<Collection>CollectionServiceImpl. findCollectionsWithSubscribers(Context context)List<Collection>CollectionServiceImpl. findDirectMapped(Context context, int actionID)List<Collection>CollectionServiceImpl. findGroup2CommunityMapped(Context context)List<Collection>CollectionServiceImpl. findGroup2GroupMapped(Context context, int actionID)List<Collection>CollectionServiceImpl. findGroupMapped(Context context, int actionID)List<Collection>CommunityServiceImpl. getAllCollections(Context context, Community community)List<Collection>Community. getCollections()Get the collections in this community.List<Collection>Item. getCollections()Get the collections this item is in.List<Collection>ItemServiceImpl. getCollectionsNotLinked(Context context, Item item)List<Map.Entry<Collection,Long>>CollectionServiceImpl. getCollectionsWithBitstreamSizesTotal(Context context)Methods in org.dspace.content with parameters of type Collection Modifier and Type Method Description voidCommunityServiceImpl. addCollection(Context context, Community community, Collection collection)voidCollectionServiceImpl. addItem(Context context, Collection collection, Item item)voidItemServiceImpl. adjustBitstreamPolicies(Context context, Item item, Collection collection, Bitstream bitstream)voidItemServiceImpl. adjustBitstreamPolicies(Context context, Item item, Collection collection, Bitstream bitstream, boolean replaceReadRPWithCollectionRP)voidItemServiceImpl. adjustBundleBitstreamPolicies(Context context, Item item, Collection collection)voidItemServiceImpl. adjustBundleBitstreamPolicies(Context context, Item item, Collection collection, boolean replaceReadRPWithCollectionRP)voidItemServiceImpl. adjustItemPolicies(Context context, Item item, Collection collection)voidItemServiceImpl. adjustItemPolicies(Context context, Item item, Collection collection, boolean replaceReadRPWithCollectionRP)voidCollectionServiceImpl. canEdit(Context context, Collection collection)voidCollectionServiceImpl. canEdit(Context context, Collection collection, boolean useInheritance)booleanCollectionServiceImpl. canEditBoolean(Context context, Collection collection)booleanCollectionServiceImpl. canEditBoolean(Context context, Collection collection, boolean useInheritance)intCollectionNameComparator. compare(Collection collection1, Collection collection2)intItemServiceImpl. countAllItems(Context context, Collection collection)intCollectionServiceImpl. countArchivedItems(Collection collection)Returns total collection archived itemsintItemServiceImpl. countByCollectionMapping(Context context, Collection collection)intItemServiceImpl. countItems(Context context, Collection collection)WorkspaceItemWorkspaceItemServiceImpl. create(Context context, Collection collection, boolean template)WorkspaceItemWorkspaceItemServiceImpl. create(Context context, Collection collection, UUID uuid, boolean template)GroupCollectionServiceImpl. createAdministrators(Context context, Collection collection)GroupCollectionServiceImpl. createDefaultReadGroup(Context context, Collection collection, String typeOfGroupString, int defaultRead)GroupCollectionServiceImpl. createSubmitters(Context context, Collection collection)voidCollectionServiceImpl. createTemplateItem(Context context, Collection collection)ItemItemServiceImpl. createTemplateItem(Context context, Collection collection)GroupCollectionServiceImpl. createWorkflowGroup(Context context, Collection collection, int step)voidCollectionServiceImpl. delete(Context context, Collection collection)Iterator<Item>ItemServiceImpl. findAllByCollection(Context context, Collection collection)Iterator<Item>ItemServiceImpl. findAllByCollection(Context context, Collection collection, Integer limit, Integer offset)Iterator<Item>ItemServiceImpl. findByCollection(Context context, Collection collection)Iterator<Item>ItemServiceImpl. findByCollection(Context context, Collection collection, Integer limit, Integer offset)List<WorkspaceItem>WorkspaceItemServiceImpl. findByCollection(Context context, Collection collection)Iterator<Item>ItemServiceImpl. findByCollectionMapping(Context context, Collection collection, Integer limit, Integer offset)DSpaceObjectCollectionServiceImpl. getAdminObject(Context context, Collection collection, int action)List<Community>CommunityServiceImpl. getAllParents(Context context, Collection collection)protected voidDSpaceObjectServiceImpl. getAuthoritiesAndConfidences(String fieldKey, Collection collection, List<String> values, List<String> authorities, List<Integer> confidences, int i)protected voidItemServiceImpl. getAuthoritiesAndConfidences(String fieldKey, Collection collection, List<String> values, List<String> authorities, List<Integer> confidences, int i)Iterator<Bitstream>BitstreamServiceImpl. getCollectionBitstreams(Context context, Collection collection)StringCollectionServiceImpl. getDefaultReadGroupName(Collection collection, String typeOfGroupString)StringCollectionServiceImpl. getLicense(Collection collection)static StringLicenseUtils. getLicenseText(Locale locale, Collection collection, Item item, EPerson eperson)Utility method if no additional arguments are to be supplied to the license template.static StringLicenseUtils. getLicenseText(Locale locale, Collection collection, Item item, EPerson eperson, Map<String,Object> additionalInfo)Return the text of the license that the user has granted/must grant before for submit the item.DSpaceObjectCollectionServiceImpl. getParentObject(Context context, Collection collection)GroupCollectionServiceImpl. getWorkflowGroup(Context context, Collection collection, int step)booleanCollectionServiceImpl. hasCustomLicense(Collection collection)voidBundleServiceImpl. inheritCollectionDefaultPolicies(Context context, Bundle bundle, Collection collection)voidItemServiceImpl. inheritCollectionDefaultPolicies(Context context, Item item, Collection collection)voidItemServiceImpl. inheritCollectionDefaultPolicies(Context context, Item item, Collection collection, boolean replaceReadRPWithCollectionRP)booleanItemServiceImpl. isIn(Item item, Collection collection)booleanItemServiceImpl. isOwningCollection(Item item, Collection collection)voidItemServiceImpl. move(Context context, Item item, Collection from, Collection to)voidItemServiceImpl. move(Context context, Item item, Collection from, Collection to, boolean inheritDefaultPolicies)voidWorkspaceItemServiceImpl. move(Context context, WorkspaceItem source, Collection fromCollection, Collection toCollection)voidCollectionServiceImpl. removeAdministrators(Context context, Collection collection)voidCommunityServiceImpl. removeCollection(Context context, Community community, Collection collection)voidCollectionServiceImpl. removeItem(Context context, Collection collection, Item item)voidCollectionServiceImpl. removeSubmitters(Context context, Collection collection)voidCollectionServiceImpl. removeTemplateItem(Context context, Collection collection)BitstreamCollectionServiceImpl. setLogo(Context context, Collection collection, InputStream is)voidCollectionServiceImpl. setMetadataSingleValue(Context context, Collection collection, MetadataFieldName field, String language, String value)voidItem. setOwningCollection(Collection c)Set the owning Collection for the itemvoidCollectionServiceImpl. setWorkflowGroup(Context context, Collection collection, int step, Group group)voidCollectionServiceImpl. update(Context context, Collection collection)voidCollectionServiceImpl. updateLastModified(Context context, Collection collection)Method parameters in org.dspace.content with type arguments of type Collection Modifier and Type Method Description protected voidCommunityServiceImpl. addCollectionList(Community community, List<Collection> collectionList)Internal method to process subcommunities recursively -
Uses of Collection in org.dspace.content.authority
Methods in org.dspace.content.authority with parameters of type Collection Modifier and Type Method Description ChoicesChoiceAuthorityServiceImpl. getBestMatch(String fieldKey, String query, Collection collection, String locale)StringChoiceAuthorityServiceImpl. getChoiceAuthorityName(String schema, String element, String qualifier, Collection collection)StringChoiceAuthorityServiceImpl. getLabel(String fieldKey, Collection collection, String authKey, String locale)StringChoiceAuthorityServiceImpl. getLabel(MetadataValue metadataValue, Collection collection, String locale)ChoicesChoiceAuthorityServiceImpl. getMatches(String schema, String element, String qualifier, String query, Collection collection, int start, int limit, String locale)ChoicesChoiceAuthorityServiceImpl. getMatches(String fieldKey, String query, Collection collection, int start, int limit, String locale)List<String>ChoiceAuthorityServiceImpl. getVariants(MetadataValue metadataValue, Collection collection)booleanChoiceAuthorityServiceImpl. isChoicesConfigured(String fieldKey, Collection collection)booleanChoiceAuthorityServiceImpl. storeAuthority(String fieldKey, Collection collection) -
Uses of Collection in org.dspace.content.authority.service
Methods in org.dspace.content.authority.service with parameters of type Collection Modifier and Type Method Description ChoicesChoiceAuthorityService. getBestMatch(String fieldKey, String query, Collection collection, String locale)Wrapper that calls getBestMatch method of the plugin corresponding to the metadata field defined by single field key.StringChoiceAuthorityService. getChoiceAuthorityName(String schema, String element, String qualifier, Collection collection)StringChoiceAuthorityService. getLabel(String fieldKey, Collection collection, String authKey, String locale)Wrapper that calls getLabel method of the plugin corresponding to the metadata field defined by single field key.StringChoiceAuthorityService. getLabel(MetadataValue metadataValue, Collection collection, String locale)Wrapper that calls getLabel method of the plugin corresponding to the metadata field defined by schema,element,qualifier.ChoicesChoiceAuthorityService. getMatches(String schema, String element, String qualifier, String query, Collection collection, int start, int limit, String locale)Wrapper that calls getMatches method of the plugin corresponding to the metadata field defined by schema,element,qualifier.ChoicesChoiceAuthorityService. getMatches(String fieldKey, String query, Collection collection, int start, int limit, String locale)Wrapper calls getMatches method of the plugin corresponding to the metadata field defined by single field key.List<String>ChoiceAuthorityService. getVariants(MetadataValue metadataValue, Collection collection)Wrapper to call plugin's getVariants().booleanChoiceAuthorityService. isChoicesConfigured(String fieldKey, Collection collection)Predicate, is there a Choices configuration of any kind for the given metadata field?booleanChoiceAuthorityService. storeAuthority(String fieldKey, Collection collection)Should we store the authority key (if any) for such field key and collection? -
Uses of Collection in org.dspace.content.crosswalk
Methods in org.dspace.content.crosswalk with parameters of type Collection Modifier and Type Method Description protected List<MetadataValueDTO>MODSDisseminationCrosswalk. collection2Metadata(Collection collection)Generate a list of metadata elements for the given DSpace collection. -
Uses of Collection in org.dspace.content.dao
Methods in org.dspace.content.dao that return Collection Modifier and Type Method Description CollectionCollectionDAO. findByGroup(Context context, Group group)CollectionCollectionDAO. findByTemplateItem(Context context, Item item)Methods in org.dspace.content.dao that return types with arguments of type Collection Modifier and Type Method Description List<Collection>CollectionDAO. findAll(Context context, MetadataField order)List<Collection>CollectionDAO. findAll(Context context, MetadataField order, Integer limit, Integer offset)List<Collection>CollectionDAO. findAuthorized(Context context, EPerson ePerson, List<Integer> actions)List<Collection>CollectionDAO. findAuthorizedByGroup(Context context, EPerson ePerson, List<Integer> actions)List<Collection>CollectionDAO. findCollectionsWithSubscribers(Context context)List<Map.Entry<Collection,Long>>CollectionDAO. getCollectionsWithBitstreamSizesTotal(Context context)Methods in org.dspace.content.dao with parameters of type Collection Modifier and Type Method Description intItemDAO. countArchivedByCollectionExcludingOwning(Context context, Collection collection)Counts all the items that are archived and for which the given Collection is part of the Item's Collections but it is not the owning CollectionintItemDAO. countItems(Context context, Collection collection, boolean includeArchived, boolean includeWithdrawn)Count number of items in a given collectionIterator<Item>ItemDAO. findAllByCollection(Context context, Collection collection)Iterator<Item>ItemDAO. findAllByCollection(Context context, Collection collection, Integer limit, Integer offset)Iterator<Item>ItemDAO. findArchivedByCollection(Context context, Collection collection, Integer limit, Integer offset)Iterator<Item>ItemDAO. findArchivedByCollectionExcludingOwning(Context context, Collection collection, Integer limit, Integer offset)Returns all the Items in an iterator that are archived and for which the given Collection is part of the Item's Collections but it is not the owning collectionIterator<Bitstream>BitstreamDAO. findByCollection(Context context, Collection collection)List<WorkspaceItem>WorkspaceItemDAO. findByCollection(Context context, Collection c)Method parameters in org.dspace.content.dao with type arguments of type Collection Modifier and Type Method Description intItemDAO. countItems(Context context, List<Collection> collections, boolean includeArchived, boolean includeWithdrawn)Count number of unique items across several collections at once. -
Uses of Collection in org.dspace.content.dao.impl
Methods in org.dspace.content.dao.impl that return Collection Modifier and Type Method Description CollectionCollectionDAOImpl. findByGroup(Context context, Group group)CollectionCollectionDAOImpl. findByTemplateItem(Context context, Item item)Methods in org.dspace.content.dao.impl that return types with arguments of type Collection Modifier and Type Method Description List<Collection>CollectionDAOImpl. findAll(Context context, MetadataField order)Get all collections in the system.List<Collection>CollectionDAOImpl. findAll(Context context, MetadataField order, Integer limit, Integer offset)List<Collection>CollectionDAOImpl. findAuthorized(Context context, EPerson ePerson, List<Integer> actions)List<Collection>CollectionDAOImpl. findAuthorizedByGroup(Context context, EPerson ePerson, List<Integer> actions)List<Collection>CollectionDAOImpl. findCollectionsWithSubscribers(Context context)List<Map.Entry<Collection,Long>>CollectionDAOImpl. getCollectionsWithBitstreamSizesTotal(Context context)Methods in org.dspace.content.dao.impl with parameters of type Collection Modifier and Type Method Description intItemDAOImpl. countArchivedByCollectionExcludingOwning(Context context, Collection collection)intItemDAOImpl. countItems(Context context, Collection collection, boolean includeArchived, boolean includeWithdrawn)Iterator<Item>ItemDAOImpl. findAllByCollection(Context context, Collection collection)Iterator<Item>ItemDAOImpl. findAllByCollection(Context context, Collection collection, Integer limit, Integer offset)Iterator<Item>ItemDAOImpl. findArchivedByCollection(Context context, Collection collection, Integer limit, Integer offset)Iterator<Item>ItemDAOImpl. findArchivedByCollectionExcludingOwning(Context context, Collection collection, Integer limit, Integer offset)Iterator<Bitstream>BitstreamDAOImpl. findByCollection(Context context, Collection collection)List<WorkspaceItem>WorkspaceItemDAOImpl. findByCollection(Context context, Collection c)Method parameters in org.dspace.content.dao.impl with type arguments of type Collection Modifier and Type Method Description intItemDAOImpl. countItems(Context context, List<Collection> collections, boolean includeArchived, boolean includeWithdrawn) -
Uses of Collection in org.dspace.content.packager
Methods in org.dspace.content.packager with parameters of type Collection Modifier and Type Method Description static voidPackageUtils. addDepositLicense(Context context, String license, Item item, Collection collection)Add DSpace Deposit License to an Item.abstract voidAbstractMETSIngester. addLicense(Context context, Item item, String license, Collection collection, PackageParameters params)Add license(s) to Item based on contents of METS and other policies.voidDSpaceAIPIngester. addLicense(Context context, Item item, String license, Collection collection, PackageParameters params)Ignore license when restoring an manifest-only AIP, since it should be a bitstream in the AIP already.voidDSpaceMETSIngester. addLicense(Context context, Item item, String license, Collection collection, PackageParameters params)Policy: For DSpace deposit license, take deposit license supplied by explicit argument first, else use collection's default deposit license. -
Uses of Collection in org.dspace.content.service
Methods in org.dspace.content.service that return Collection Modifier and Type Method Description CollectionCollectionService. create(Context context, Community community)Create a new collection with a new ID.CollectionCollectionService. create(Context context, Community community, String handle)Create a new collection with the supplied handle and with a new ID.CollectionCollectionService. create(Context context, Community community, String handle, UUID uuid)Create a new collection with the supplied handle and ID.CollectionCollectionService. findByGroup(Context context, Group group)Methods in org.dspace.content.service that return types with arguments of type Collection Modifier and Type Method Description List<Collection>CollectionService. findAll(Context context)Get all collections in the system.List<Collection>CollectionService. findAll(Context context, Integer limit, Integer offset)Get all collections in the system.List<Collection>CollectionService. findAllCollectionsByEntityType(Context context, String entityType)Returns a list of all collections for a specific entity type.List<Collection>CollectionService. findAuthorized(Context context, Community community, 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.List<Collection>CollectionService. findAuthorizedOptimized(Context context, int actionID)List<Collection>CollectionService. findCollectionsWithSubmit(String q, Context context, Community community, int offset, int limit)Returns Collections for which the current user has 'submit' privileges.List<Collection>CollectionService. findCollectionsWithSubmit(String q, Context context, Community community, String entityType, int offset, int limit)Returns Collections for which the current user has 'submit' privileges.List<Collection>CollectionService. findCollectionsWithSubscribers(Context context)List<Collection>CollectionService. findDirectMapped(Context context, int actionID)List<Collection>CollectionService. findGroup2CommunityMapped(Context context)List<Collection>CollectionService. findGroup2GroupMapped(Context context, int actionID)List<Collection>CollectionService. findGroupMapped(Context context, int actionID)List<Collection>CommunityService. getAllCollections(Context context, Community community)Return an array of collections of this community and its subcommunitiesList<Collection>ItemService. getCollectionsNotLinked(Context context, Item item)Get the collections this item is not in.List<Map.Entry<Collection,Long>>CollectionService. getCollectionsWithBitstreamSizesTotal(Context context)The map entry returned contains a collection as a key and sum of bitstream sizes in bytes as a valueMethods in org.dspace.content.service with parameters of type Collection Modifier and Type Method Description voidCommunityService. addCollection(Context context, Community community, Collection collection)Add an exisiting collection to the communityvoidCollectionService. addItem(Context context, Collection collection, Item item)Add an item to the collection.voidItemService. adjustBitstreamPolicies(Context context, Item item, Collection collection, Bitstream bitstream)Adjust the Bitstream policies to reflect what have been defined during the submission/workflow.voidItemService. adjustBitstreamPolicies(Context context, Item item, Collection collection, Bitstream bitstream, boolean replaceReadRPWithCollectionRP)Adjust the Bitstream policies to reflect what have been defined during the submission/workflow.voidItemService. adjustBundleBitstreamPolicies(Context context, Item item, Collection collection)Adjust the Bundle and Bitstream policies to reflect what have been defined during the submission/workflow.voidItemService. adjustBundleBitstreamPolicies(Context context, Item item, Collection collection, boolean replaceReadRPWithCollectionRP)Adjust the Bundle and Bitstream policies to reflect what have been defined during the submission/workflow.voidItemService. adjustItemPolicies(Context context, Item item, Collection collection)Adjust the Item's policies to reflect what have been defined during the submission/workflow.voidItemService. adjustItemPolicies(Context context, Item item, Collection collection, boolean replaceReadRPWithCollectionRP)Adjust the Item's policies to reflect what have been defined during the submission/workflow.voidCollectionService. canEdit(Context context, Collection collection)voidCollectionService. canEdit(Context context, Collection collection, boolean useInheritance)booleanCollectionService. canEditBoolean(Context context, Collection collection)booleanCollectionService. canEditBoolean(Context context, Collection collection, boolean useInheritance)intItemService. countAllItems(Context context, Collection collection)counts all items in the given collection including withdrawn itemsintCollectionService. countArchivedItems(Collection collection)Returns total collection archived itemsintItemService. countByCollectionMapping(Context context, Collection collection)Count all the archived items mapped to this collection (excludes owning collection).intItemService. countItems(Context context, Collection collection)counts items in the given collectionWorkspaceItemWorkspaceItemService. create(Context context, Collection collection, boolean template)Create a new workspace item, with a new ID.WorkspaceItemWorkspaceItemService. create(Context context, Collection collection, UUID uuid, boolean template)Create a new workspace item, with a new ID.GroupCollectionService. createAdministrators(Context context, Collection collection)Create a default administrators group if one does not already exist.GroupCollectionService. createDefaultReadGroup(Context context, Collection collection, String typeOfGroupString, int defaultRead)This method will create a default read group for the given Collection.GroupCollectionService. createSubmitters(Context context, Collection collection)Create a default submitters group if one does not already exist.voidCollectionService. createTemplateItem(Context context, Collection collection)Create an empty template item for this collection.ItemItemService. createTemplateItem(Context context, Collection collection)Create an empty template item for this collection.GroupCollectionService. createWorkflowGroup(Context context, Collection collection, int step)Create a workflow group for the given step if one does not already exist.Iterator<Item>ItemService. findAllByCollection(Context context, Collection collection)Get all the items (including private and withdrawn) in this collection.Iterator<Item>ItemService. findAllByCollection(Context context, Collection collection, Integer limit, Integer offset)Get all the items (including private and withdrawn) in this collection.Iterator<Item>ItemService. findByCollection(Context context, Collection collection)Get all the archived items in this collection.Iterator<Item>ItemService. findByCollection(Context context, Collection collection, Integer limit, Integer offset)Get all the archived items in this collection.List<WorkspaceItem>WorkspaceItemService. findByCollection(Context context, Collection collection)Get all workspace items for a particular collection.Iterator<Item>ItemService. findByCollectionMapping(Context context, Collection collection, Integer limit, Integer offset)Get all the archived items mapped to this collection (excludes owning collection).List<Community>CommunityService. getAllParents(Context context, Collection collection)Return an array of parent communities of this collection.Iterator<Bitstream>BitstreamService. getCollectionBitstreams(Context context, Collection collection)StringCollectionService. getDefaultReadGroupName(Collection collection, String typeOfGroupString)This method will return the name to give to the group created by theCollectionService.createDefaultReadGroup(Context, Collection, String, int)methodStringCollectionService. getLicense(Collection collection)Get the license that users must grant before submitting to this collection.GroupCollectionService. getWorkflowGroup(Context context, Collection collection, int step)Get the the workflow group corresponding to a particular workflow step.booleanCollectionService. hasCustomLicense(Collection collection)Find out if the collection has a custom licensevoidBundleService. inheritCollectionDefaultPolicies(Context context, Bundle bundle, Collection collection)remove all policies on the bundle and its contents, and replace them with the DEFAULT_BITSTREAM_READ policies belonging to the collection.voidItemService. inheritCollectionDefaultPolicies(Context context, Item item, Collection collection)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.voidItemService. inheritCollectionDefaultPolicies(Context context, Item item, Collection collection, boolean overrideItemReadPolicies)Remove all submission and workflow policies on an item and its contents, and add default collection policies which are not yet already in place.booleanItemService. isIn(Item item, Collection collection)See whether this Item is contained by a given Collection.booleanItemService. isOwningCollection(Item item, Collection collection)Return true if this Collection 'owns' this itemvoidInProgressSubmissionService. move(Context context, T inProgressSubmission, Collection fromCollection, Collection toCollection)voidItemService. move(Context context, Item item, Collection from, Collection to)Moves the item from one collection to another onevoidItemService. move(Context context, Item item, Collection from, Collection to, boolean inheritDefaultPolicies)Moves the item from one collection to another onevoidCollectionService. removeAdministrators(Context context, Collection collection)Remove the administrators group, if no group has already been created then return without error.voidCommunityService. removeCollection(Context context, Community community, Collection c)Remove a collection.voidCollectionService. removeItem(Context context, Collection collection, Item item)Remove an item.voidCollectionService. removeSubmitters(Context context, Collection collection)Remove the submitters group, if no group has already been created then return without error.voidCollectionService. removeTemplateItem(Context context, Collection collection)Remove the template item for this collection, if there is one.BitstreamCollectionService. setLogo(Context context, Collection collection, InputStream is)Give the collection a logo.voidCollectionService. setWorkflowGroup(Context context, Collection collection, int step, Group group)Set the workflow group corresponding to a particular workflow step. -
Uses of Collection in org.dspace.curate
Methods in org.dspace.curate with parameters of type Collection Modifier and Type Method Description protected booleanCurator. doCollection(Curator.TaskRunner tr, Collection coll)Run task for Collection along with all Items in that collection. -
Uses of Collection in org.dspace.discovery.indexobject
Methods in org.dspace.discovery.indexobject with parameters of type Collection Modifier and Type Method Description List<String>CollectionIndexFactoryImpl. getCollectionLocations(Context context, Collection collection)ListCollectionIndexFactoryImpl. getIndexableObjects(Context context, Collection object)Constructors in org.dspace.discovery.indexobject with parameters of type Collection Constructor Description IndexableCollection(Collection dso) -
Uses of Collection in org.dspace.discovery.indexobject.factory
Methods in org.dspace.discovery.indexobject.factory with parameters of type Collection Modifier and Type Method Description List<String>CollectionIndexFactory. getCollectionLocations(Context context, Collection collection)Return a list of the identifiers of the owning communities from the provided collection prepended by "m" -
Uses of Collection in org.dspace.embargo
Methods in org.dspace.embargo with parameters of type Collection Modifier and Type Method Description protected voidDefaultEmbargoSetter. generatePolicies(Context context, Date embargoDate, String reason, DSpaceObject dso, Collection owningCollection) -
Uses of Collection in org.dspace.eperson
Methods in org.dspace.eperson that return types with arguments of type Collection Modifier and Type Method Description List<Collection>SubscribeServiceImpl. findAvailableSubscriptions(Context context)List<Collection>SubscribeServiceImpl. findAvailableSubscriptions(Context context, EPerson eperson) -
Uses of Collection in org.dspace.eperson.service
Methods in org.dspace.eperson.service that return types with arguments of type Collection Modifier and Type Method Description List<Collection>SubscribeService. findAvailableSubscriptions(Context context)Find out which collections the currently logged in e-person can subscribe toList<Collection>SubscribeService. findAvailableSubscriptions(Context context, EPerson eperson)Find out which collections an e-person can subscribe to -
Uses of Collection in org.dspace.external.service
Methods in org.dspace.external.service with parameters of type Collection Modifier and Type Method Description WorkspaceItemExternalDataService. createWorkspaceItemFromExternalDataObject(Context context, ExternalDataObject externalDataObject, Collection collection)This method will create a WorkspaceItem in the given Collection based on the given ExternalDataObject. -
Uses of Collection in org.dspace.external.service.impl
Methods in org.dspace.external.service.impl with parameters of type Collection Modifier and Type Method Description WorkspaceItemExternalDataServiceImpl. createWorkspaceItemFromExternalDataObject(Context context, ExternalDataObject externalDataObject, Collection collection) -
Uses of Collection in org.dspace.harvest
Fields in org.dspace.harvest with type parameters of type Collection Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Collection>HarvestedCollection_. collectionMethods in org.dspace.harvest that return Collection Modifier and Type Method Description CollectionHarvestedCollection. getCollection()Methods in org.dspace.harvest with parameters of type Collection Modifier and Type Method Description HarvestedCollectionHarvestedCollectionServiceImpl. create(Context context, Collection collection)HarvestedCollectionHarvestedCollectionServiceImpl. find(Context context, Collection collection)ItemHarvestedItemServiceImpl. getItemByOAIId(Context context, String itemOaiID, Collection collection)booleanHarvestedCollectionServiceImpl. isHarvestable(Context context, Collection collection)booleanHarvestedCollectionServiceImpl. isReady(Context context, Collection collection) -
Uses of Collection in org.dspace.harvest.dao
Methods in org.dspace.harvest.dao with parameters of type Collection Modifier and Type Method Description HarvestedCollectionHarvestedCollectionDAO. findByCollection(Context context, Collection collection)HarvestedItemHarvestedItemDAO. findByOAIId(Context context, String itemOaiID, Collection collection) -
Uses of Collection in org.dspace.harvest.dao.impl
Methods in org.dspace.harvest.dao.impl with parameters of type Collection Modifier and Type Method Description HarvestedCollectionHarvestedCollectionDAOImpl. findByCollection(Context context, Collection collection)HarvestedItemHarvestedItemDAOImpl. findByOAIId(Context context, String itemOaiID, Collection collection) -
Uses of Collection in org.dspace.harvest.service
Methods in org.dspace.harvest.service with parameters of type Collection Modifier and Type Method Description HarvestedCollectionHarvestedCollectionService. create(Context context, Collection collection)Create a new harvest instance row for a specified collection.HarvestedCollectionHarvestedCollectionService. find(Context context, Collection collection)Find the harvest settings corresponding to this collectionItemHarvestedItemService. getItemByOAIId(Context context, String itemOaiID, Collection collection)Retrieve a DSpace Item that corresponds to this particular combination of owning collection and OAI ID.booleanHarvestedCollectionService. isHarvestable(Context context, Collection collection)Returns whether the specified collection is harvestable, i.e.booleanHarvestedCollectionService. isReady(Context context, Collection collection)Returns whether the specified collection is ready for immediate harvest. -
Uses of Collection in org.dspace.iiif.canvasdimension
Methods in org.dspace.iiif.canvasdimension with parameters of type Collection Modifier and Type Method Description intIIIFCanvasDimensionServiceImpl. processCollection(Context context, Collection collection) -
Uses of Collection in org.dspace.iiif.canvasdimension.service
Methods in org.dspace.iiif.canvasdimension.service with parameters of type Collection Modifier and Type Method Description intIIIFCanvasDimensionService. processCollection(Context context, Collection collection)Set IIIF canvas dimensions on all IIIF items in a collection. -
Uses of Collection in org.dspace.rdf.conversion
Methods in org.dspace.rdf.conversion with parameters of type Collection Modifier and Type Method Description com.hp.hpl.jena.rdf.model.ModelSimpleDSORelationsConverterPlugin. convertCollection(Context context, Collection collection) -
Uses of Collection in org.dspace.submit.service
Methods in org.dspace.submit.service that return types with arguments of type Collection Modifier and Type Method Description List<Collection>SubmissionConfigService. getCollectionsBySubmissionConfig(Context context, String submitName)List<Collection>SubmissionConfigServiceImpl. getCollectionsBySubmissionConfig(Context context, String submitName) -
Uses of Collection in org.dspace.usage
Methods in org.dspace.usage that return Collection Modifier and Type Method Description CollectionUsageWorkflowEvent. getScope()Constructors in org.dspace.usage with parameters of type Collection Constructor Description UsageWorkflowEvent(Context context, Item item, InProgressSubmission workflowItem, String workflowStep, String oldState, Collection scope, EPerson actor) -
Uses of Collection in org.dspace.workflow
Methods in org.dspace.workflow with parameters of type Collection Modifier and Type Method Description TWorkflowItemService. create(Context context, Item item, Collection collection)Wrap an Item in a WorkflowItem to place it in a Collection's workflow.GroupWorkflowService. createWorkflowRoleGroup(Context context, Collection collection, String roleName)This method will create the workflowRoleGroup for a collection and the given rolenamevoidWorkflowItemService. deleteByCollection(Context context, Collection collection)Delete all workflow items present in the specified collection.voidWorkflowService. deleteCollection(Context context, Collection collection)List<T>WorkflowItemService. findByCollection(Context context, Collection collection)Get all workflow items for a particular collection.GroupWorkflowService. getWorkflowRoleGroup(Context context, Collection collection, String roleName, Group roleGroup) -
Uses of Collection in org.dspace.xmlworkflow
Methods in org.dspace.xmlworkflow that return types with arguments of type Collection Modifier and Type Method Description List<Collection>XmlWorkflowFactoryImpl. getAllNonMappedCollectionsHandles(Context context)List<Collection>XmlWorkflowFactoryImpl. getCollectionHandlesMappedToWorkflow(Context context, String workflowName)Methods in org.dspace.xmlworkflow with parameters of type Collection Modifier and Type Method Description static voidWorkflowUtils. createCollectionWorkflowRole(Context context, Collection collection, String roleId, Group group)Creates a role for a collection by linking a group of epersons to a role IDGroupXmlWorkflowServiceImpl. createWorkflowRoleGroup(Context context, Collection collection, String roleName)voidXmlWorkflowServiceImpl. deleteCollection(Context context, Collection collection)static voidWorkflowUtils. deleteRoleGroup(Context context, Collection collection, String roleID)static Map<String,Role>WorkflowUtils. getAllExternalRoles(Collection thisCollection)static Map<String,Role>WorkflowUtils. getCollectionAndRepositoryRoles(Collection thisCollection)static Map<String,Role>WorkflowUtils. getCollectionRoles(Collection thisCollection)static GroupWorkflowUtils. getRoleGroup(Context context, Collection collection, Role role)WorkflowXmlWorkflowFactoryImpl. getWorkflow(Collection collection)GroupXmlWorkflowServiceImpl. getWorkflowRoleGroup(Context context, Collection collection, String roleName, Group roleGroup)protected voidXmlWorkflowServiceImpl. notifyOfArchive(Context context, Item item, Collection coll)notify the submitter that the item is archived -
Uses of Collection in org.dspace.xmlworkflow.factory
Methods in org.dspace.xmlworkflow.factory that return types with arguments of type Collection Modifier and Type Method Description List<Collection>XmlWorkflowFactory. getAllNonMappedCollectionsHandles(Context context)Returns list of collections that are not mapped to any configured workflow, and thus use the default workflowList<Collection>XmlWorkflowFactory. getCollectionHandlesMappedToWorkflow(Context context, String workflowName)Return a list of collections that are mapped to the given workflow in the workflow configuration.Methods in org.dspace.xmlworkflow.factory with parameters of type Collection Modifier and Type Method Description WorkflowXmlWorkflowFactory. getWorkflow(Collection collection)Retrieve the workflow configuration for a single collection -
Uses of Collection in org.dspace.xmlworkflow.storedcomponents
Fields in org.dspace.xmlworkflow.storedcomponents with type parameters of type Collection Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<CollectionRole,Collection>CollectionRole_. collectionstatic javax.persistence.metamodel.SingularAttribute<XmlWorkflowItem,Collection>XmlWorkflowItem_. collectionMethods in org.dspace.xmlworkflow.storedcomponents that return Collection Modifier and Type Method Description CollectionCollectionRole. getCollection()CollectionXmlWorkflowItem. getCollection()Methods in org.dspace.xmlworkflow.storedcomponents with parameters of type Collection Modifier and Type Method Description intXmlWorkflowItemServiceImpl. countAllInCollection(Context context, Collection collection)CollectionRoleCollectionRoleServiceImpl. create(Context context, Collection collection, String roleId, Group group)XmlWorkflowItemXmlWorkflowItemServiceImpl. create(Context context, Item item, Collection collection)voidCollectionRoleServiceImpl. deleteByCollection(Context context, Collection collection)voidXmlWorkflowItemServiceImpl. deleteByCollection(Context context, Collection collection)CollectionRoleCollectionRoleServiceImpl. find(Context context, Collection collection, String role)List<XmlWorkflowItem>XmlWorkflowItemServiceImpl. findAllInCollection(Context context, Integer page, Integer pagesize, Collection collection)List<CollectionRole>CollectionRoleServiceImpl. findByCollection(Context context, Collection collection)List<XmlWorkflowItem>XmlWorkflowItemServiceImpl. findByCollection(Context context, Collection collection)voidXmlWorkflowItemServiceImpl. move(Context context, XmlWorkflowItem inProgressSubmission, Collection fromCollection, Collection toCollection)voidCollectionRole. setCollection(Collection collection)voidXmlWorkflowItem. setCollection(Collection collection) -
Uses of Collection in org.dspace.xmlworkflow.storedcomponents.dao
Methods in org.dspace.xmlworkflow.storedcomponents.dao with parameters of type Collection Modifier and Type Method Description intXmlWorkflowItemDAO. countAllInCollection(Context context, Collection collection)voidCollectionRoleDAO. deleteByCollection(Context context, Collection collection)List<XmlWorkflowItem>XmlWorkflowItemDAO. findAllInCollection(Context context, Integer offset, Integer limit, Collection collection)Find all the workflow items in a specific collection using the pagination parameters (offset, limit)List<CollectionRole>CollectionRoleDAO. findByCollection(Context context, Collection collection)List<XmlWorkflowItem>XmlWorkflowItemDAO. findByCollection(Context context, Collection collection)CollectionRoleCollectionRoleDAO. findByCollectionAndRole(Context context, Collection collection, String role) -
Uses of Collection in org.dspace.xmlworkflow.storedcomponents.dao.impl
Methods in org.dspace.xmlworkflow.storedcomponents.dao.impl with parameters of type Collection Modifier and Type Method Description intXmlWorkflowItemDAOImpl. countAllInCollection(Context context, Collection collection)voidCollectionRoleDAOImpl. deleteByCollection(Context context, Collection collection)List<XmlWorkflowItem>XmlWorkflowItemDAOImpl. findAllInCollection(Context context, Integer offset, Integer limit, Collection collection)List<CollectionRole>CollectionRoleDAOImpl. findByCollection(Context context, Collection collection)List<XmlWorkflowItem>XmlWorkflowItemDAOImpl. findByCollection(Context context, Collection collection)CollectionRoleCollectionRoleDAOImpl. findByCollectionAndRole(Context context, Collection collection, String role) -
Uses of Collection in org.dspace.xmlworkflow.storedcomponents.service
Methods in org.dspace.xmlworkflow.storedcomponents.service with parameters of type Collection Modifier and Type Method Description intXmlWorkflowItemService. countAllInCollection(Context context, Collection collection)return how many workflow items that appear in the collectionCollectionRoleCollectionRoleService. create(Context context, Collection collection, String roleId, Group group)voidCollectionRoleService. deleteByCollection(Context context, Collection collection)CollectionRoleCollectionRoleService. find(Context context, Collection collection, String role)List<XmlWorkflowItem>XmlWorkflowItemService. findAllInCollection(Context context, Integer page, Integer pagesize, Collection collection)return all workflowitems for a certain page with a certain collectionList<CollectionRole>CollectionRoleService. findByCollection(Context context, Collection collection)
-