Uses of Class
org.dspace.content.Item
-
-
Uses of Item in org.dspace.app.bulkedit
Methods in org.dspace.app.bulkedit that return Item Modifier and Type Method Description ItemBulkEditChange. getItem()Get the DSpace Item that these changes are applicable to.Methods in org.dspace.app.bulkedit with parameters of type Item Modifier and Type Method Description voidDSpaceCSV. addItem(Item i)Add a DSpace item to the CSV fileprotected voidMetadataImport. compare(Context c, Item item, List<String> collections, List<Collection> actualCollections, BulkEditChange bechange, boolean change)Compare changes between an items owning collection and mapped collections and what is in the CSV fileprotected voidMetadataImport. compareAndUpdate(Context c, Item item, String[] fromCSV, boolean change, String md, BulkEditChange changes, DSpaceCSVLine line)Compare an item metadata with a line from CSV, and optionally update the item.voidBulkEditChange. setItem(Item i)Store the item - used when a new item is createdConstructors in org.dspace.app.bulkedit with parameters of type Item Constructor Description BulkEditChange(Item i)Initialise a new change holder for an existing item -
Uses of Item in org.dspace.app.itemexport
Methods in org.dspace.app.itemexport with parameters of type Item Modifier and Type Method Description protected voidItemExportServiceImpl. exportItem(Context c, Item myItem, String destDirName, int seqStart, boolean migrate, boolean excludeBitstreams)protected voidItemExportServiceImpl. writeBitstreams(Context c, Item i, File destDir, boolean excludeBitstreams)Create both the bitstreams and the contents file.protected voidItemExportServiceImpl. writeHandle(Context c, Item i, File destDir)create the file 'handle' which contains the handle assigned to the itemprotected voidItemExportServiceImpl. writeMetadata(Context c, String schema, Item i, File destDir, boolean migrate)output the item's dublin core into the item directoryprotected voidItemExportServiceImpl. writeMetadata(Context c, Item i, File destDir, boolean migrate)Discover the different schemas in use and output a separate metadata XML file for each schema.Method parameters in org.dspace.app.itemexport with type arguments of type Item Modifier and Type Method Description voidItemExportServiceImpl. exportAsZip(Context context, Iterator<Item> items, String destDirName, String zipFileName, int seqStart, boolean migrate, boolean excludeBitstreams)voidItemExportServiceImpl. exportItem(Context c, Iterator<Item> i, String destDirName, int seqStart, boolean migrate, boolean excludeBitstreams) -
Uses of Item in org.dspace.app.itemexport.service
Method parameters in org.dspace.app.itemexport.service with type arguments of type Item Modifier and Type Method Description voidItemExportService. exportAsZip(Context context, Iterator<Item> items, String destDirName, String zipFileName, int seqStart, boolean migrate, boolean excludeBitstreams)Method to perform an export and save it as a zip file.voidItemExportService. exportItem(Context c, Iterator<Item> i, String destDirName, int seqStart, boolean migrate, boolean excludeBitstreams) -
Uses of Item in org.dspace.app.itemimport
Methods in org.dspace.app.itemimport that return Item 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.protected ItemItemImportServiceImpl. findItemByMetaValue(Context c, String metaKey, String metaValue)Lookup an item by a (unique) meta value.protected ItemItemImportServiceImpl. resolveRelatedItem(Context c, String itemIdentifier)Resolve an item identifier referred to in the relationships manifest file.Methods in org.dspace.app.itemimport with parameters of type Item Modifier and Type Method Description protected voidItemImportServiceImpl. addDCValue(Context c, Item i, String schema, Node n)protected voidItemImportServiceImpl. deleteItem(Context c, Item myitem)protected StringItemImportServiceImpl. getEntityType(Item item)Get the item's entity type from meta.protected voidItemImportServiceImpl. loadDublinCore(Context c, Item myitem, String filename)protected voidItemImportServiceImpl. loadMetadata(Context c, Item myitem, String path)protected voidItemImportServiceImpl. processContentFileEntry(Context c, Item i, String path, String fileName, String bundleName, boolean primary)each entry represents a bitstream....protected List<String>ItemImportServiceImpl. processContentsFile(Context c, Item i, String path, String filename)Given a contents file and an item, stuffing it with bitstreams from the contents file Returns a List of Strings with lines from the contents file that request non-default bitstream permissionprotected StringItemImportServiceImpl. processHandleFile(Context c, Item i, String path, String filename)Read in the handle file contents or return null if empty or doesn't existprotected voidItemImportServiceImpl. processOptions(Context c, Item myItem, List<String> options)Process the Options to apply to the Item.protected voidItemImportServiceImpl. registerBitstream(Context c, Item i, int assetstore, String bitstreamPath, String bundleName, String description)Register the bitstream file into DSpace -
Uses of Item in org.dspace.app.itemmarking
Methods in org.dspace.app.itemmarking with parameters of type Item Modifier and Type Method Description ItemMarkingInfoItemMarkingAvailabilityBitstreamStrategy. getItemMarkingInfo(Context context, Item item)ItemMarkingInfoItemMarkingCollectionStrategy. getItemMarkingInfo(Context context, Item item)ItemMarkingInfoItemMarkingExtractor. getItemMarkingInfo(Context context, Item item)ItemMarkingInfoItemMarkingMetadataStrategy. getItemMarkingInfo(Context context, Item item) -
Uses of Item in org.dspace.app.itemupdate
Fields in org.dspace.app.itemupdate declared as Item Modifier and Type Field Description protected ItemItemArchive. itemMethods in org.dspace.app.itemupdate that return Item Modifier and Type Method Description ItemItemArchive. getItem()Getter for the DSpace item referenced in the archiveMethods in org.dspace.app.itemupdate with parameters of type Item Modifier and Type Method Description protected StringAddBitstreamsAction. addBitstream(Context context, ItemArchive itarch, Item item, File dir, ContentsEntry ce, boolean suppressUndo, boolean isTest)Add bitstreamstatic voidMetadataUtilities. appendMetadata(Context context, Item item, org.dspace.app.itemupdate.DtoMetadata dtom, boolean isLanguageStrict, String textToAppend)Append text to value metadata field to itemstatic booleanMetadataUtilities. deleteMetadataByValue(Context context, Item item, org.dspace.app.itemupdate.DtoMetadata dtom, boolean isLanguageStrict)Working around Item API to delete a value-specific Metadatum For a given element/qualifier/lang: get all DCValues clear (i.e. -
Uses of Item in org.dspace.app.mediafilter
Fields in org.dspace.app.mediafilter declared as Item Modifier and Type Field Description protected ItemMediaFilterServiceImpl. currentItemMethods in org.dspace.app.mediafilter that return Item Modifier and Type Method Description ItemMediaFilterServiceImpl. getCurrentItem()Methods in org.dspace.app.mediafilter with parameters of type Item Modifier and Type Method Description voidMediaFilterServiceImpl. applyFiltersItem(Context c, Item item)booleanMediaFilterServiceImpl. filterBitstream(Context context, Item myItem, Bitstream myBitstream)booleanMediaFilterServiceImpl. filterItem(Context context, Item myItem)InputStreamBrandedPreviewJPEGFilter. getDestinationStream(Item currentItem, InputStream source, boolean verbose)InputStreamExcelFilter. getDestinationStream(Item item, InputStream source, boolean verbose)InputStreamFormatFilter. getDestinationStream(Item item, InputStream source, boolean verbose)Read the source stream and produce the filtered content.InputStreamHTMLFilter. getDestinationStream(Item currentItem, InputStream source, boolean verbose)InputStreamImageMagickImageThumbnailFilter. getDestinationStream(Item currentItem, InputStream source, boolean verbose)InputStreamImageMagickPdfThumbnailFilter. getDestinationStream(Item currentItem, InputStream source, boolean verbose)InputStreamJPEGFilter. getDestinationStream(Item currentItem, InputStream source, boolean verbose)InputStreamPDFBoxThumbnail. getDestinationStream(Item currentItem, InputStream source, boolean verbose)InputStreamPDFFilter. getDestinationStream(Item currentItem, InputStream source, boolean verbose)InputStreamPoiWordFilter. getDestinationStream(Item currentItem, InputStream source, boolean verbose)InputStreamPowerPointFilter. getDestinationStream(Item currentItem, InputStream source, boolean verbose)InputStreamJPEGFilter. getThumb(Item currentItem, BufferedImage buf, boolean verbose)InputStreamJPEGFilter. getThumbDim(Item currentItem, BufferedImage buf, boolean verbose, float xmax, float ymax, boolean blurring, boolean hqscaling, int brandHeight, int brandFontPoint, String brandFont)voidFormatFilter. postProcessBitstream(Context c, Item item, Bitstream generatedBitstream)Perform any post-processing of the generated bitstream *after* this filter has already been run.voidMediaFilter. postProcessBitstream(Context c, Item item, Bitstream generatedBitstream)Perform any post-processing of the generated bitstream *after* this filter has already been run.booleanFormatFilter. preProcessBitstream(Context c, Item item, Bitstream source, boolean verbose)Perform any pre-processing of the source bitstream *before* the actual filtering takes place in MediaFilterManager.processBitstream().booleanImageMagickThumbnailFilter. preProcessBitstream(Context c, Item item, Bitstream source, boolean verbose)booleanMediaFilter. preProcessBitstream(Context c, Item item, Bitstream source, boolean verbose)Perform any pre-processing of the source bitstream *before* the actual filtering takes place in MediaFilterManager.processBitstream().booleanMediaFilterServiceImpl. processBitstream(Context context, Item item, Bitstream source, FormatFilter formatFilter) -
Uses of Item in org.dspace.app.mediafilter.service
Methods in org.dspace.app.mediafilter.service that return Item Modifier and Type Method Description ItemMediaFilterService. getCurrentItem()Return the item that is currently being processed/filtered by the MediaFilterManager.Methods in org.dspace.app.mediafilter.service with parameters of type Item Modifier and Type Method Description voidMediaFilterService. applyFiltersItem(Context c, Item item)booleanMediaFilterService. filterBitstream(Context c, Item myItem, Bitstream myBitstream)Attempt to filter a bitstream.booleanMediaFilterService. filterItem(Context context, Item myItem)Iterate through the item's bitstreams in the ORIGINAL bundle, applying filters if possible.booleanMediaFilterService. processBitstream(Context context, Item item, Bitstream source, FormatFilter formatFilter)A utility class that calls the virtual methods from the current MediaFilter class. -
Uses of Item in org.dspace.app.requestitem
Fields in org.dspace.app.requestitem with type parameters of type Item Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<RequestItem,Item>RequestItem_. itemMethods in org.dspace.app.requestitem that return Item Modifier and Type Method Description ItemRequestItem. getItem()Methods in org.dspace.app.requestitem with parameters of type Item Modifier and Type Method Description StringRequestItemServiceImpl. createRequest(Context context, Bitstream bitstream, Item item, boolean allFiles, String reqEmail, String reqName, String reqMessage)RequestItemAuthorRequestItemAuthorExtractor. getRequestItemAuthor(Context context, Item item)Retrieve the auhtor to contact for a request copy of the give item.RequestItemAuthorRequestItemHelpdeskStrategy. getRequestItemAuthor(Context context, Item item)RequestItemAuthorRequestItemMetadataStrategy. getRequestItemAuthor(Context context, Item item)RequestItemAuthorRequestItemSubmitterStrategy. getRequestItemAuthor(Context context, Item item)Returns the submitter of an Item as RequestItemAuthor or null if the Submitter is deleted. -
Uses of Item in org.dspace.app.requestitem.service
Methods in org.dspace.app.requestitem.service with parameters of type Item Modifier and Type Method Description StringRequestItemService. createRequest(Context context, Bitstream bitstream, Item item, boolean allFiles, String reqEmail, String reqName, String reqMessage)Generate a request item representing the request and put it into the DB -
Uses of Item in org.dspace.app.sfx
Methods in org.dspace.app.sfx with parameters of type Item Modifier and Type Method Description StringSFXFileReaderServiceImpl. doNodes(Node node, Item item)StringSFXFileReaderServiceImpl. loadSFXFile(String fileName, Item item)protected StringSFXFileReaderServiceImpl. processFields(Node e, Item item)Process the field nodes, mapping each metadata field defined in the configuration file to an OpenURL parameter -
Uses of Item in org.dspace.app.sfx.service
Methods in org.dspace.app.sfx.service with parameters of type Item Modifier and Type Method Description StringSFXFileReaderService. doNodes(Node node, Item item)Process the item, mapping each of its metadata fields defined in the configuration file to an OpenURL parameterStringSFXFileReaderService. loadSFXFile(String fileName, Item item)Loads the SFX configuration file -
Uses of Item in org.dspace.app.sherpa.submit
Methods in org.dspace.app.sherpa.submit with parameters of type Item Modifier and Type Method Description List<String>ISSNItemExtractor. getISSNs(Context context, Item item)List<String>MetadataAuthorityISSNExtractor. getISSNs(Context context, Item item)List<String>MetadataValueISSNExtractor. getISSNs(Context context, Item item)Set<String>SHERPASubmitService. getISSNs(Context context, Item item)Using the configured itemIssnExtractors from SHERPA configuration, extract ISSNs from item metadata or authority valuesbooleanSHERPASubmitService. hasISSNs(Context context, Item item)Simple boolean test that runs the getISSNs extraction method to determine whether an item has any ISSNs at allList<SHERPAResponse>SHERPASubmitService. searchRelatedJournals(Context context, Item item)Search SHERPA for journal policies matching the ISSNs in the item. -
Uses of Item in org.dspace.app.util
Fields in org.dspace.app.util declared as Item Modifier and Type Field Description protected ItemGoogleMetadata. itemMethods in org.dspace.app.util with parameters of type Item Modifier and Type Method Description static voidAuthorizeUtil. authorizeManageCCLicense(Context context, Item item)Is the current user allowed to manage (add, remove, replace) the item's CC Licensestatic voidAuthorizeUtil. authorizeManageItemPolicy(Context context, Item item)Is allowed manage (create, remove, edit) item's policies in the current context?static voidAuthorizeUtil. authorizeReinstateItem(Context context, Item item)Can the current user reinstate the item?static voidAuthorizeUtil. authorizeWithdrawItem(Context context, Item item)Can the current user withdraw the item?protected BitstreamGoogleMetadata. findLinkableFulltext(Item item)A bitstream is considered linkable fulltext when it is either the item's only bitstream (in the ORIGINAL bundle); or the primary bitstream Additionally, this bitstream must be publicly viewable.static List<String>Util. getControlledVocabulariesDisplayValueLocalized(Item item, List<MetadataValue> values, String schema, String element, String qualifier, Locale locale)Get a list of all the respective "displayed-value(s)" from the given "stored-value(s)" for a specific metadata field of a DSpace Item, by reading submission-forms.xmlprotected StringSyndicationFeed. getOneDC(Item item, String field)protected StringGoogleMetadata. getPDFSimpleUrl(Item item)Gets the URL to a PDF using a very basic strategy by assuming that the PDF is in the default content bundle, and that the item only has one public bitstream and it is a PDF.Constructors in org.dspace.app.util with parameters of type Item Constructor Description GoogleMetadata(Context context, Item item)Wrap the item, parse all configured fields and generate metadata field values. -
Uses of Item in org.dspace.authority
Methods in org.dspace.authority with parameters of type Item Modifier and Type Method Description voidAuthorityServiceImpl. indexItem(Context context, Item item)voidAuthorityValue. updateItem(Context context, Item currentItem, MetadataValue value)Replace an item's DCValue with this authority -
Uses of Item in org.dspace.authority.indexer
Methods in org.dspace.authority.indexer with parameters of type Item Modifier and Type Method Description List<AuthorityValue>AuthorityIndexerInterface. getAuthorityValues(Context context, Item item)List<AuthorityValue>AuthorityIndexerInterface. getAuthorityValues(Context context, Item item, Map<String,AuthorityValue> cache)List<AuthorityValue>DSpaceAuthorityIndexer. getAuthorityValues(Context context, Item item)List<AuthorityValue>DSpaceAuthorityIndexer. getAuthorityValues(Context context, Item item, Map<String,AuthorityValue> cache) -
Uses of Item in org.dspace.authority.service
Methods in org.dspace.authority.service with parameters of type Item Modifier and Type Method Description voidAuthorityService. indexItem(Context context, Item item)Add anItemto the authority index. -
Uses of Item in org.dspace.browse
Methods in org.dspace.browse that return Item Modifier and Type Method Description Item[]BrowseInfo. getItemResults()Deprecated.Methods in org.dspace.browse that return types with arguments of type Item Modifier and Type Method Description List<Item>BrowseDAO. doQuery()This executes a query which returns a List object containing BrowseItem objects representing the results of a full item browse.List<Item>SolrBrowseDAO. doQuery()List<Item>BrowseInfo. getBrowseItemResults()Return the results of the Browse as a BrowseItem arrayList<Item>BrowseInfo. getResults()The results of the Browse. -
Uses of Item in org.dspace.content
Fields in org.dspace.content with type parameters of type Item Modifier and Type Field Description static javax.persistence.metamodel.ListAttribute<Item,Bundle>Item_. bundlesstatic javax.persistence.metamodel.SetAttribute<Item,Collection>Item_. collectionsstatic javax.persistence.metamodel.SingularAttribute<Item,Boolean>Item_. discoverablestatic javax.persistence.metamodel.SingularAttribute<Item,Boolean>Item_. inArchivestatic javax.persistence.metamodel.SingularAttribute<WorkspaceItem,Item>WorkspaceItem_. itemstatic javax.persistence.metamodel.ListAttribute<Bundle,Item>Bundle_. itemsstatic javax.persistence.metamodel.SingularAttribute<Item,Date>Item_. lastModifiedstatic javax.persistence.metamodel.SingularAttribute<Relationship,Item>Relationship_. leftItemstatic javax.persistence.metamodel.SingularAttribute<Item,Integer>Item_. legacyIdstatic javax.persistence.metamodel.SingularAttribute<Item,Collection>Item_. owningCollectionstatic javax.persistence.metamodel.SingularAttribute<Relationship,Item>Relationship_. rightItemstatic javax.persistence.metamodel.SingularAttribute<Item,EPerson>Item_. submitterstatic javax.persistence.metamodel.SingularAttribute<Collection,Item>Collection_. templatestatic javax.persistence.metamodel.SingularAttribute<Item,Collection>Item_. templateItemOfstatic javax.persistence.metamodel.SingularAttribute<Item,Boolean>Item_. withdrawnMethods in org.dspace.content that return Item Modifier and Type Method Description ItemItemServiceImpl. create(Context context, WorkspaceItem workspaceItem)ItemItemServiceImpl. create(Context context, WorkspaceItem workspaceItem, UUID uuid)protected ItemItemServiceImpl. createItem(Context context)protected ItemItemServiceImpl. createItem(Context context, UUID uuid)ItemItemServiceImpl. createTemplateItem(Context context, Collection collection)ItemItemServiceImpl. find(Context context, UUID id)ItemItemServiceImpl. findByIdOrLegacyId(Context context, String id)ItemItemServiceImpl. findByLegacyId(Context context, int id)protected ItemInstallItemServiceImpl. finishItem(Context c, Item item, InProgressSubmission is)Final housekeeping when adding a new Item into the archive.ItemEntity. getItem()Standard getter for the Item for this Entity objectItemInProgressSubmission. getItem()Get the incomplete item objectItemWorkspaceItem. getItem()ItemRelationship. getLeftItem()Standard getter for the leftItem fieldItemRelationship. getRightItem()Standard getter for the rightItem Item object in this RelationshipItemCollection. getTemplateItem()Get the template item for this collection.ItemInstallItemServiceImpl. installItem(Context c, InProgressSubmission is)ItemInstallItemServiceImpl. installItem(Context c, InProgressSubmission is, String suppliedHandle)ItemInstallItemServiceImpl. restoreItem(Context c, InProgressSubmission is, String suppliedHandle)Methods in org.dspace.content that return types with arguments of type Item Modifier and Type Method Description Iterator<Item>ItemServiceImpl. findAll(Context context)Iterator<Item>ItemServiceImpl. findAll(Context context, Integer limit, Integer offset)Iterator<Item>ItemServiceImpl. findAllByCollection(Context context, Collection collection)Iterator<Item>ItemServiceImpl. findAllByCollection(Context context, Collection collection, Integer limit, Integer offset)Iterator<Item>ItemServiceImpl. findAllUnfiltered(Context context)Iterator<Item>ItemServiceImpl. findByAuthorityValue(Context context, String schema, String element, String qualifier, String value)Iterator<Item>ItemServiceImpl. findByCollection(Context context, Collection collection)Iterator<Item>ItemServiceImpl. findByCollection(Context context, Collection collection, Integer limit, Integer offset)Iterator<Item>ItemServiceImpl. findByCollectionMapping(Context context, Collection collection, Integer limit, Integer offset)Iterator<Item>ItemServiceImpl. findByLastModifiedSince(Context context, Date last)Iterator<Item>ItemServiceImpl. findByMetadataField(Context context, String schema, String element, String qualifier, String value)Returns an iterator of Items possessing the passed metadata field, or only those matching the passed value, if value is not Item.ANYIterator<Item>ItemServiceImpl. findByMetadataFieldAuthority(Context context, String mdString, String authority)Iterator<Item>ItemServiceImpl. findByMetadataQuery(Context context, List<List<MetadataField>> listFieldList, List<String> query_op, List<String> query_val, List<UUID> collectionUuids, String regexClause, int offset, int limit)Iterator<Item>ItemServiceImpl. findBySubmitter(Context context, EPerson eperson)Iterator<Item>ItemServiceImpl. findBySubmitter(Context context, EPerson eperson, boolean retrieveAllItems)Iterator<Item>ItemServiceImpl. findBySubmitterDateSorted(Context context, EPerson eperson, Integer limit)Iterator<Item>ItemServiceImpl. findInArchiveOrWithdrawnDiscoverableModifiedSince(Context context, Date since)Iterator<Item>ItemServiceImpl. findInArchiveOrWithdrawnNonDiscoverableModifiedSince(Context context, Date since)List<Item>Bundle. getItems()Get the items this bundle appears inMethods in org.dspace.content with parameters of type Item Modifier and Type Method Description voidItemServiceImpl. addBundle(Context context, Item item, Bundle bundle)voidCollectionServiceImpl. addItem(Context context, Collection collection, Item item)MetadataValueItemServiceImpl. addMetadata(Context context, Item dso, String schema, String element, String qualifier, String lang, String value, String authority, int confidence, int place)voidItemServiceImpl. adjustBundleBitstreamPolicies(Context context, Item item, Collection collection)voidItemServiceImpl. adjustItemPolicies(Context context, Item item, Collection collection)booleanItemServiceImpl. canCreateNewVersion(Context context, Item item)booleanItemServiceImpl. canEdit(Context context, Item item)intRelationshipServiceImpl. countByItem(Context context, Item item)intRelationshipServiceImpl. countByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, boolean isLeft)BundleBundleServiceImpl. create(Context context, Item item, String name)RelationshipRelationshipServiceImpl. create(Context c, Item leftItem, Item rightItem, RelationshipType relationshipType, int leftPlace, int rightPlace)RelationshipRelationshipServiceImpl. create(Context c, Item leftItem, Item rightItem, RelationshipType relationshipType, int leftPlace, int rightPlace, String leftwardValue, String rightwardValue)BitstreamItemServiceImpl. createSingleBitstream(Context context, InputStream is, Item item)BitstreamItemServiceImpl. createSingleBitstream(Context context, InputStream is, Item item, String name)voidItemServiceImpl. delete(Context context, Item item)protected voidItemServiceImpl. deleteBundle(Context context, Item item, Bundle b)List<Relationship>RelationshipServiceImpl. findByItem(Context context, Item item)List<Relationship>RelationshipServiceImpl. findByItem(Context context, Item item, Integer limit, Integer offset, boolean excludeTilted)WorkspaceItemWorkspaceItemServiceImpl. findByItem(Context context, Item item)List<Relationship>RelationshipServiceImpl. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType)List<Relationship>RelationshipServiceImpl. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, boolean isLeft)List<Relationship>RelationshipServiceImpl. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, boolean isLeft, int limit, int offset)List<Relationship>RelationshipServiceImpl. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, int limit, int offset)intRelationshipServiceImpl. findNextLeftPlaceByLeftItem(Context context, Item item)intRelationshipServiceImpl. findNextRightPlaceByRightItem(Context context, Item item)List<RelationshipMetadataValue>RelationshipMetadataService. findRelationshipMetadataValueForItemRelationship(Context context, Item item, String entityType, Relationship relationship, boolean enableVirtualMetadata)Retrieves the list of RelationshipMetadataValue objects specific to only one Relationship of the item.List<RelationshipMetadataValue>RelationshipMetadataServiceImpl. findRelationshipMetadataValueForItemRelationship(Context context, Item item, String entityType, Relationship relationship, boolean enableVirtualMetadata)protected ItemInstallItemServiceImpl. finishItem(Context c, Item item, InProgressSubmission is)Final housekeeping when adding a new Item into the archive.DSpaceObjectItemServiceImpl. getAdminObject(Context context, Item item, int action)BitstreamBitstreamServiceImpl. getBitstreamByName(Item item, String bundleName, String bitstreamName)StringInstallItemServiceImpl. getBitstreamProvenanceMessage(Context context, Item myitem)List<Bundle>ItemServiceImpl. getBundles(Item item, String name)List<Collection>ItemServiceImpl. getCollectionsNotLinked(Context context, Item item)List<Community>ItemServiceImpl. getCommunities(Context context, Item item)StringRelationshipMetadataService. getEntityTypeStringFromMetadata(Item item)This method will retrieve the EntityType String from an itemStringRelationshipMetadataServiceImpl. getEntityTypeStringFromMetadata(Item item)BitstreamBitstreamServiceImpl. getFirstBitstream(Item item, String bundleName)Iterator<Bitstream>BitstreamServiceImpl. getItemBitstreams(Context context, Item item)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.List<MetadataValue>ItemServiceImpl. getMetadata(Item item, String schema, String element, String qualifier, String lang)This method will return a list of MetadataValue objects that contains all the regular metadata of the item passed along in the parameters as well as all the virtual metadata which will be generated and processed together with theVirtualMetadataPopulatorby processing the item's relationshipsList<MetadataValue>ItemServiceImpl. getMetadata(Item item, String schema, String element, String qualifier, String lang, boolean enableVirtualMetadata)List<Bitstream>ItemServiceImpl. getNonInternalBitstreams(Context context, Item item)DSpaceObjectItemServiceImpl. getParentObject(Context context, Item item)List<RelationshipMetadataValue>RelationshipMetadataService. getRelationshipMetadata(Item item, boolean enableVirtualMetadata)This method retrieves a list of MetadataValue objects that get constructed from processing the given Item's Relationships through the config given to theVirtualMetadataPopulatorList<RelationshipMetadataValue>RelationshipMetadataServiceImpl. getRelationshipMetadata(Item item, boolean enableVirtualMetadata)ThumbnailItemServiceImpl. getThumbnail(Context context, Item item, boolean requireOriginal)protected StringItemComparator. getValue(Item item)Choose the canonical value from an item for comparison.static voidLicenseUtils. grantLicense(Context context, Item item, String licenseText, String acceptanceDate)Store a copy of the license a user granted in the item.booleanItemServiceImpl. hasUploadedFiles(Item item)voidItemServiceImpl. inheritCollectionDefaultPolicies(Context context, Item item, Collection collection)booleanItemServiceImpl. isIn(Item item, Collection collection)booleanItemServiceImpl. isInProgressSubmission(Context context, Item item)Check if the item is an inprogress submissionbooleanItemServiceImpl. isItemListedForUser(Context context, Item item)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)protected voidItemServiceImpl. moveSingleMetadataValue(Context context, Item dso, int place, MetadataValue rr)Supports moving metadata by adding the metadata value or updating the place of the relationshipprotected voidInstallItemServiceImpl. populateMetadata(Context c, Item item)protected voidItemServiceImpl. rawDelete(Context context, Item item)voidItemServiceImpl. reinstate(Context context, Item item)voidItemServiceImpl. removeAllBundles(Context context, Item item)voidItemServiceImpl. removeBundle(Context context, Item item, Bundle bundle)voidItemServiceImpl. removeDSpaceLicense(Context context, Item item)voidItemServiceImpl. removeGroupPolicies(Context context, Item item, Group group)voidCollectionServiceImpl. removeItem(Context context, Collection collection, Item item)voidItemServiceImpl. removeLicenses(Context context, Item item)protected voidItemServiceImpl. removeVersion(Context context, Item item)voidItemServiceImpl. replaceAllBitstreamPolicies(Context context, Item item, List<ResourcePolicy> newpolicies)voidItemServiceImpl. replaceAllItemPolicies(Context context, Item item, List<ResourcePolicy> newpolicies)voidEntity. setItem(Item item)Standard setter for the Item for this Entity objectvoidRelationship. setLeftItem(Item leftItem)Standard setter for the leftItem fieldvoidRelationship. setRightItem(Item rightItem)Standard setter for the rightItem Item object in this RelationshipvoidItemServiceImpl. update(Context context, Item item)voidRelationshipServiceImpl. updateItem(Context context, Item relatedItem)voidItemServiceImpl. updateLastModified(Context context, Item item)voidItemServiceImpl. withdraw(Context context, Item item)Method parameters in org.dspace.content with type arguments of type Item Modifier and Type Method Description DSpaceCSVMetadataDSpaceCsvExportServiceImpl. export(Context context, Iterator<Item> toExport, boolean exportAll)Constructors in org.dspace.content with parameters of type Item Constructor Description Entity(Item item, List<Relationship> relationshipList)constructor for the Entity object -
Uses of Item in org.dspace.content.crosswalk
Methods in org.dspace.content.crosswalk with parameters of type Item Modifier and Type Method Description protected List<MetadataValueDTO>MODSDisseminationCrosswalk. item2Metadata(Item item)Generate a list of metadata elements for the given DSpace item.protected static List<MetadataValueDTO>XSLTDisseminationCrosswalk. item2Metadata(Item item) -
Uses of Item in org.dspace.content.dao
Methods in org.dspace.content.dao that return types with arguments of type Item Modifier and Type Method Description Iterator<Item>ItemDAO. findAll(Context context, boolean archived)Iterator<Item>ItemDAO. findAll(Context context, boolean archived, boolean withdrawn)Iterator<Item>ItemDAO. findAll(Context context, boolean archived, boolean withdrawn, boolean discoverable, Date lastModified)Get all Items installed or withdrawn, discoverable, and modified since a Date.Iterator<Item>ItemDAO. findAll(Context context, boolean archived, int limit, int offset)Iterator<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<Item>ItemDAO. findByAuthorityValue(Context context, MetadataField metadataField, String authority, boolean inArchive)Iterator<Item>ItemDAO. findByLastModifiedSince(Context context, Date since)Find all Items modified since a Date.Iterator<Item>ItemDAO. findByMetadataField(Context context, MetadataField metadataField, String value, boolean inArchive)Iterator<Item>ItemDAO. findByMetadataQuery(Context context, List<List<MetadataField>> listFieldList, List<String> query_op, List<String> query_val, List<UUID> collectionUuids, String regexClause, int offset, int limit)Iterator<Item>ItemDAO. findBySubmitter(Context context, EPerson eperson)Iterator<Item>ItemDAO. findBySubmitter(Context context, EPerson eperson, boolean retrieveAllItems)Find all the items by a given submitter.Iterator<Item>ItemDAO. findBySubmitter(Context context, EPerson eperson, MetadataField metadataField, int limit)Methods in org.dspace.content.dao with parameters of type Item Modifier and Type Method Description intRelationshipDAO. countByItem(Context context, Item item)This method returns a count of Relationship objects that have the given Item object as a leftItem or a rightItemintRelationshipDAO. countByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, boolean isLeft)Count total number of relationships (rows in relationship table) by an item and a relationship type and a boolean indicating whether the item should be the leftItem or the rightItemIterator<Bitstream>BitstreamDAO. findByItem(Context context, Item item)List<Relationship>RelationshipDAO. findByItem(Context context, Item item, boolean excludeTilted)This method returns a list of Relationship objects that have the given Item object as a leftItem or a rightItemList<Relationship>RelationshipDAO. findByItem(Context context, Item item, Integer limit, Integer offset, boolean excludeTilted)This method returns a list of Relationship objects that have the given Item object as a leftItem or a rightItemWorkspaceItemWorkspaceItemDAO. findByItem(Context context, Item i)List<Relationship>RelationshipDAO. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, boolean isLeft, Integer limit, Integer offset)This method returns a list of Relationship objects for the given RelationshipType object.List<Relationship>RelationshipDAO. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, Integer limit, Integer offset)This method returns a list of Relationship objects for the given RelationshipType object.CollectionCollectionDAO. findByTemplateItem(Context context, Item item)intRelationshipDAO. findNextLeftPlaceByLeftItem(Context context, Item item)This method returns the next leftplace integer to use for a relationship with this item as the leftItemintRelationshipDAO. findNextRightPlaceByRightItem(Context context, Item item)This method returns the next rightplace integer to use for a relationship with this item as the rightItem -
Uses of Item in org.dspace.content.dao.impl
Methods in org.dspace.content.dao.impl that return types with arguments of type Item Modifier and Type Method Description Iterator<Item>ItemDAOImpl. findAll(Context context, boolean archived)Iterator<Item>ItemDAOImpl. findAll(Context context, boolean archived, boolean withdrawn)Iterator<Item>ItemDAOImpl. findAll(Context context, boolean archived, boolean withdrawn, boolean discoverable, Date lastModified)Iterator<Item>ItemDAOImpl. findAll(Context context, boolean archived, int limit, int offset)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<Item>ItemDAOImpl. findByAuthorityValue(Context context, MetadataField metadataField, String authority, boolean inArchive)Iterator<Item>ItemDAOImpl. findByLastModifiedSince(Context context, Date since)Iterator<Item>ItemDAOImpl. findByMetadataField(Context context, MetadataField metadataField, String value, boolean inArchive)Iterator<Item>ItemDAOImpl. findByMetadataQuery(Context context, List<List<MetadataField>> listFieldList, List<String> query_op, List<String> query_val, List<UUID> collectionUuids, String regexClause, int offset, int limit)Deprecated.Iterator<Item>ItemDAOImpl. findBySubmitter(Context context, EPerson eperson)Iterator<Item>ItemDAOImpl. findBySubmitter(Context context, EPerson eperson, boolean retrieveAllItems)Iterator<Item>ItemDAOImpl. findBySubmitter(Context context, EPerson eperson, MetadataField metadataField, int limit)Methods in org.dspace.content.dao.impl with parameters of type Item Modifier and Type Method Description intRelationshipDAOImpl. countByItem(Context context, Item item)intRelationshipDAOImpl. countByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, boolean isLeft)Iterator<Bitstream>BitstreamDAOImpl. findByItem(Context context, Item item)List<Relationship>RelationshipDAOImpl. findByItem(Context context, Item item, boolean excludeTilted)List<Relationship>RelationshipDAOImpl. findByItem(Context context, Item item, Integer limit, Integer offset, boolean excludeTilted)WorkspaceItemWorkspaceItemDAOImpl. findByItem(Context context, Item i)List<Relationship>RelationshipDAOImpl. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, boolean isLeft, Integer limit, Integer offset)List<Relationship>RelationshipDAOImpl. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, Integer limit, Integer offset)CollectionCollectionDAOImpl. findByTemplateItem(Context context, Item item)intRelationshipDAOImpl. findNextLeftPlaceByLeftItem(Context context, Item item)intRelationshipDAOImpl. findNextRightPlaceByRightItem(Context context, Item item) -
Uses of Item in org.dspace.content.logic
Methods in org.dspace.content.logic with parameters of type Item Modifier and Type Method Description booleanDefaultFilter. getResult(Context context, Item item)Get the result of logical evaluation for an itembooleanFilter. getResult(Context context, Item item)Get the result of logical evaluation for an itembooleanLogicalStatement. getResult(Context context, Item item)Get the result of logical evaluation for an item -
Uses of Item in org.dspace.content.logic.condition
Methods in org.dspace.content.logic.condition with parameters of type Item Modifier and Type Method Description booleanAbstractCondition. getResult(Context context, Item item)Get the result of logical evaluation for an itembooleanBitstreamCountCondition. getResult(Context context, Item item)Return true if bitstream count is within bounds of min and/or max parameters Return false if out of boundsbooleanCondition. getResult(Context context, Item item)Get the result of logical evaluation for an itembooleanInCollectionCondition. getResult(Context context, Item item)Return true if item is in one of the specified collections Return false if notbooleanInCommunityCondition. getResult(Context context, Item item)Return true if item is in one of the specified collections Return false if notbooleanIsWithdrawnCondition. getResult(Context context, Item item)Return true if item is withdrawn Return false if notbooleanMetadataValueMatchCondition. getResult(Context context, Item item)Return true if any value for a specified field in the item matches a specified regex pattern Return false if notbooleanMetadataValuesMatchCondition. getResult(Context context, Item item)Return true if any value for a specified field in the item matches any of the specified regex patterns Return false if notbooleanReadableByGroupCondition. getResult(Context context, Item item)Return true if this item allows a specified action (eg READ, WRITE, ADD) by a specified group -
Uses of Item in org.dspace.content.logic.operator
Methods in org.dspace.content.logic.operator with parameters of type Item Modifier and Type Method Description booleanAbstractOperator. getResult(Context context, Item item)booleanAnd. getResult(Context context, Item item)Return true if ALL statements return true Return false otherwisebooleanNand. getResult(Context context, Item item)Return true if the result of AND'ing all sub-statements is false (ie.booleanNor. getResult(Context context, Item item)Return true if the result of OR'ing the sub-statements is false Return false otherwisebooleanNot. getResult(Context context, Item item)Return true if the result of the sub-statement is false Return false otherwisebooleanOr. getResult(Context context, Item item)Return true if any sub-statement returns true Return false otherwise -
Uses of Item in org.dspace.content.packager
Methods in org.dspace.content.packager that return Item Modifier and Type Method Description static ItemPackageUtils. finishCreateItem(Context context, WorkspaceItem wsi, String handle, PackageParameters params)Perform any final tasks on a newly created WorkspaceItem in order to finish ingestion of an Item.Methods in org.dspace.content.packager with parameters of type Item Modifier and Type Method Description protected voidAbstractMETSIngester. addBitstreams(Context context, Item item, METSManifest manifest, File pkgFile, PackageParameters params, AbstractMETSIngester.MdrefManager mdRefCallback)Add Bitstreams to an Item, based on the files listed in the METS Manifeststatic 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.protected voidAbstractMETSIngester. addManifestBitstream(Context context, Item item, METSManifest manifest)Save/Preserve the METS Manifest as a Bitstream attached to the given DSpace item.static voidPackageUtils. checkItemMetadata(Item item)Test that item has adequate metadata.static BitstreamPackageUtils. findDepositLicense(Context context, Item item)Utility to find the license bitstream from an itemprotected BitstreamAbstractMETSDisseminator. findOriginalBitstream(Item item, Bitstream derived)For a bitstream that's a thumbnail or extracted text, find the corresponding bitstream it was derived from, in the ORIGINAL bundle.static BitstreamPackageUtils. getBitstreamByFormat(Context context, Item item, BitstreamFormat bsf, String bnName)Find bitstream by its format, looking in a specific bundle.static BitstreamPackageUtils. getBitstreamByName(Item item, String name)Find bitstream by its Name, looking in all bundles.static BitstreamPackageUtils. getBitstreamByName(Item item, String bsName, String bnName)Find bitstream by its Name, looking in specific named bundle. -
Uses of Item in org.dspace.content.service
Methods in org.dspace.content.service that return Item Modifier and Type Method Description ItemItemService. create(Context context, WorkspaceItem workspaceItem)Create a new item, with a new internal ID.ItemItemService. create(Context context, WorkspaceItem workspaceItem, UUID uuid)Create a new item, with a provided ID.ItemItemService. createTemplateItem(Context context, Collection collection)Create an empty template item for this collection.ItemInstallItemService. installItem(Context context, InProgressSubmission is)Take an InProgressSubmission and turn it into a fully-archived Item, creating a new Handle.ItemInstallItemService. installItem(Context c, InProgressSubmission is, String suppliedHandle)Take an InProgressSubmission and turn it into a fully-archived Item.ItemInstallItemService. restoreItem(Context c, InProgressSubmission is, String suppliedHandle)Turn an InProgressSubmission into a fully-archived Item, for a "restore" operation such as ingestion of an AIP to recreate an archive.Methods in org.dspace.content.service that return types with arguments of type Item Modifier and Type Method Description Iterator<Item>ItemService. findAll(Context context)Get all the items in the archive.Iterator<Item>ItemService. findAll(Context context, Integer limit, Integer offset)Get all the items in the archive.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. findAllUnfiltered(Context context)Get all "final" items in the archive, both archived ("in archive" flag) or withdrawn items are included.Iterator<Item>ItemService. findByAuthorityValue(Context context, String schema, String element, String qualifier, String value)Find all the items in the archive with a given authority key value in the indicated metadata field.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.Iterator<Item>ItemService. findByCollectionMapping(Context context, Collection collection, Integer limit, Integer offset)Get all the archived items mapped to this collection (excludes owning collection).Iterator<Item>ItemService. findByLastModifiedSince(Context context, Date last)Find all Items modified since a Date.Iterator<Item>ItemService. findByMetadataField(Context context, String schema, String element, String qualifier, String value)Returns an iterator of Items possessing the passed metadata field, or only those matching the passed value, if value is not Item.ANYIterator<Item>ItemService. findByMetadataFieldAuthority(Context context, String mdString, String authority)Iterator<Item>ItemService. findByMetadataQuery(Context context, List<List<MetadataField>> listFieldList, List<String> query_op, List<String> query_val, List<UUID> collectionUuids, String regexClause, int offset, int limit)Iterator<Item>ItemService. findBySubmitter(Context context, EPerson eperson)Find all the items in the archive by a given submitter.Iterator<Item>ItemService. findBySubmitter(Context context, EPerson eperson, boolean retrieveAllItems)Find all the items by a given submitter.Iterator<Item>ItemService. findBySubmitterDateSorted(Context context, EPerson eperson, Integer limit)Retrieve the list of items submitted by eperson, ordered by recently submitted, optionally limitableIterator<Item>ItemService. findInArchiveOrWithdrawnDiscoverableModifiedSince(Context context, Date since)Get all Items installed or withdrawn, discoverable, and modified since a Date.Iterator<Item>ItemService. findInArchiveOrWithdrawnNonDiscoverableModifiedSince(Context context, Date since)Get all Items installed or withdrawn, NON-discoverable, and modified since a Date.Methods in org.dspace.content.service with parameters of type Item Modifier and Type Method Description voidItemService. addBundle(Context context, Item item, Bundle bundle)Add an existing bundle to this item.voidCollectionService. addItem(Context context, Collection collection, Item item)Add an item to the collection.voidItemService. adjustBundleBitstreamPolicies(Context context, Item item, Collection collection)voidItemService. adjustItemPolicies(Context context, Item item, Collection collection)booleanItemService. canCreateNewVersion(Context context, Item item)return TRUE if context's user can create new version of the item, false otherwise.booleanItemService. canEdit(Context context, Item item)return TRUE if context's user can edit item, false otherwiseintRelationshipService. countByItem(Context context, Item item)This method returns a count of Relationship objects that have the given Item object as a leftItem or a rightItemintRelationshipService. countByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, boolean isLeft)Count total number of relationships (rows in relationship table) by a relationship type and a boolean indicating whether the relationship should contain the item on the left side or notBundleBundleService. create(Context context, Item item, String name)Create a new bundle, with a new ID and link it to the provided itemRelationshipRelationshipService. create(Context c, Item leftItem, Item rightItem, RelationshipType relationshipType, int leftPlace, int rightPlace)This method is used to construct a Relationship object with all it's variables, except the leftward and rightward labelsRelationshipRelationshipService. create(Context c, Item leftItem, Item rightItem, RelationshipType relationshipType, int leftPlace, int rightPlace, String leftwardValue, String rightwardValue)This method is used to construct a Relationship object with all it's variablesBitstreamItemService. createSingleBitstream(Context context, InputStream is, Item item)Convenience method, calls createSingleBitstream() with name "ORIGINAL"BitstreamItemService. createSingleBitstream(Context context, InputStream is, Item item, String name)Create a single bitstream in a new bundle.List<Relationship>RelationshipService. findByItem(Context context, Item item)Retrieves the list of Relationships currently in the system for which the given Item is either a leftItem or a rightItem objectList<Relationship>RelationshipService. findByItem(Context context, Item item, Integer limit, Integer offset, boolean excludeTilted)Retrieves the list of Relationships currently in the system for which the given Item is either a leftItem or a rightItem objectWorkspaceItemWorkspaceItemService. findByItem(Context context, Item item)Check to see if a particular item is currently still in a user's Workspace.List<Relationship>RelationshipService. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType)This method returns a list of Relationships for which the leftItem or rightItem is equal to the given Item object and for which the RelationshipType object is equal to the relationshipType propertyList<Relationship>RelationshipService. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, boolean isLeft, int limit, int offset)This method returns a list of Relationships for which the leftItem or rightItem is equal to the given Item object and for which the RelationshipType object is equal to the relationshipType propertyList<Relationship>RelationshipService. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, int limit, int offset)This method returns a list of Relationships for which the leftItem or rightItem is equal to the given Item object and for which the RelationshipType object is equal to the relationshipType propertyintRelationshipService. findNextLeftPlaceByLeftItem(Context context, Item item)This method returns the next leftplace integer to use for a relationship with this item as the leftItemintRelationshipService. findNextRightPlaceByRightItem(Context context, Item item)This method returns the next rightplace integer to use for a relationship with this item as the rightItemBitstreamBitstreamService. getBitstreamByName(Item item, String bundleName, String bitstreamName)StringInstallItemService. getBitstreamProvenanceMessage(Context context, Item myitem)Generate provenance-worthy description of the bitstreams contained in an item.List<Bundle>ItemService. getBundles(Item item, String name)Get the bundles matching a bundle name (name corresponds roughly to type)List<Collection>ItemService. getCollectionsNotLinked(Context context, Item item)Get the collections this item is not in.List<Community>ItemService. getCommunities(Context context, Item item)Get the communities this item is in.BitstreamBitstreamService. getFirstBitstream(Item item, String bundleName)Iterator<Bitstream>BitstreamService. getItemBitstreams(Context context, Item item)List<MetadataValue>ItemService. getMetadata(Item item, String schema, String element, String qualifier, String lang, boolean enableVirtualMetadata)Get metadata for the DSpace Object in a chosen schema.List<Bitstream>ItemService. getNonInternalBitstreams(Context context, Item item)Get all non-internal bitstreams in the item.ThumbnailItemService. getThumbnail(Context context, Item item, boolean requireOriginal)booleanItemService. hasUploadedFiles(Item item)Check the bundle ORIGINAL to see if there are any uploaded filesvoidItemService. 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.booleanItemService. isIn(Item item, Collection collection)See whether this Item is contained by a given Collection.booleanItemService. isInProgressSubmission(Context context, Item item)Check if the supplied item is an inprogress submissionbooleanItemService. isItemListedForUser(Context context, Item item)Service method for knowing if this Item should be visible in the item list.booleanItemService. isOwningCollection(Item item, Collection collection)Return true if this Collection 'owns' this itemvoidItemService. 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 onevoidItemService. reinstate(Context context, Item item)Reinstate a withdrawn itemvoidItemService. removeAllBundles(Context context, Item item)Remove all bundles linked to this item.voidItemService. removeBundle(Context context, Item item, Bundle bundle)Remove a bundle.voidItemService. removeDSpaceLicense(Context context, Item item)Remove just the DSpace license from an item This is useful to update the current DSpace license, in case the user must accept the DSpace license again (either the item was rejected, or resumed after saving)voidItemService. removeGroupPolicies(Context context, Item item, Group group)remove all of the policies for item's bitstreams and bundles that belong to a given GroupvoidCollectionService. removeItem(Context context, Collection collection, Item item)Remove an item.voidItemService. removeLicenses(Context context, Item item)Remove all licenses from an item - it was rejectedvoidItemService. replaceAllBitstreamPolicies(Context context, Item item, List<ResourcePolicy> newpolicies)remove all of the policies for item's bitstreams and bundles and replace them with a new list of policiesvoidItemService. replaceAllItemPolicies(Context context, Item item, List<ResourcePolicy> newpolicies)remove all of the policies for item and replace them with a new list of policiesvoidRelationshipService. updateItem(Context context, Item relatedItem)This method will update the given item's metadata order.voidItemService. withdraw(Context context, Item item)Withdraw the item from the archive.Method parameters in org.dspace.content.service with type arguments of type Item Modifier and Type Method Description DSpaceCSVMetadataDSpaceCsvExportService. export(Context context, Iterator<Item> toExport, boolean exportAll)This method will export all the Items in the given toExport iterator to a DSpaceCSV -
Uses of Item in org.dspace.content.virtual
Methods in org.dspace.content.virtual with parameters of type Item Modifier and Type Method Description List<String>Collected. getValues(Context context, Item item)this method will retrieve the metadata values from the given item for all the metadata fields listed in the fields property and it'll return all those values as a listList<String>Concatenate. getValues(Context context, Item item)this method will retrieve the metadata values from the given item for all the metadata fields listed in the fields property and it'll concatenate all those values together with the separator specified in this classList<String>Related. getValues(Context context, Item item)This method will find the correct Relationship from the given item to retrieve the other item from it and pass this along to the next VirtualBean that's stored in this class.List<String>UUIDValue. getValues(Context context, Item item)List<String>VirtualMetadataConfiguration. getValues(Context context, Item item)This method will return a list filled with String values which will be determine by the bean that's responsible of handling the metadata fields when fully traversed through all theRelatedbeans -
Uses of Item in org.dspace.ctask.general
Methods in org.dspace.ctask.general with parameters of type Item Modifier and Type Method Description protected voidBitstreamsIntoMetadata. addMetadata(Item item, Bitstream bitstream, String type)Add the bitstream metadata to the itemprotected intMetadataWebService. callService(String value, Item item, StringBuilder resultSb)protected voidClamScan. formatResults(Item item)protected StringBasicLinkChecker. getItemHandle(Item item)Internal utitity method to get a description of the handleprotected StringClamScan. getItemHandle(Item item)protected List<String>BasicLinkChecker. getURLs(Item item)Get the URLs to checkprotected List<String>MetadataValueLinkChecker. getURLs(Item item)protected voidProfileFormats. performItem(Item item)protected voidRegisterDOI. performItem(Item item)This is called when the task is distributed (ie.protected intMetadataWebService. processResponse(Document doc, Item item, StringBuilder resultSb) -
Uses of Item in org.dspace.curate
Methods in org.dspace.curate with parameters of type Item Modifier and Type Method Description protected voidCitationPage. addCitedPageToItem(InputStream citedDoc, Bundle bundle, Bundle pBundle, Bundle dBundle, Map<String,Bitstream> displayMap, Item item, Bitstream bitstream)A helper function forCitationPage.performItem(Item).protected voidAbstractCurationTask. performItem(Item item)Performs task upon a single DSpace Item.protected voidCitationPage. performItem(Item item)Performs task upon a single DSpace Item. -
Uses of Item in org.dspace.discovery
Methods in org.dspace.discovery that return types with arguments of type Item Modifier and Type Method Description List<Item>SearchService. getRelatedItems(Context context, Item item, DiscoveryMoreLikeThisConfiguration moreLikeThisConfiguration)List<Item>SolrServiceImpl. getRelatedItems(Context context, Item item, DiscoveryMoreLikeThisConfiguration mltConfig)Methods in org.dspace.discovery with parameters of type Item Modifier and Type Method Description static List<DiscoveryConfiguration>SearchUtils. getAllDiscoveryConfigurations(Item item)Method that retrieves a list of all the configuration objects from the given item A configuration object can be returned for each parent community/collectionList<Item>SearchService. getRelatedItems(Context context, Item item, DiscoveryMoreLikeThisConfiguration moreLikeThisConfiguration)List<Item>SolrServiceImpl. getRelatedItems(Context context, Item item, DiscoveryMoreLikeThisConfiguration mltConfig)protected voidFullTextContentStreams. init(Item parentItem)Constructors in org.dspace.discovery with parameters of type Item Constructor Description FullTextContentStreams(Context context, Item parentItem) -
Uses of Item in org.dspace.discovery.indexobject
Methods in org.dspace.discovery.indexobject with parameters of type Item Modifier and Type Method Description voidItemIndexFactoryImpl. addDiscoveryFields(org.apache.solr.common.SolrInputDocument doc, Context context, Item item, List<DiscoveryConfiguration> discoveryConfigurations)ListItemIndexFactoryImpl. getIndexableObjects(Context context, Item object)Constructors in org.dspace.discovery.indexobject with parameters of type Item Constructor Description IndexableItem(Item dso) -
Uses of Item in org.dspace.discovery.indexobject.factory
Methods in org.dspace.discovery.indexobject.factory with parameters of type Item Modifier and Type Method Description voidItemIndexFactory. addDiscoveryFields(org.apache.solr.common.SolrInputDocument doc, Context context, Item item, List<DiscoveryConfiguration> discoveryConfigurations)Store item fields in the solr document -
Uses of Item in org.dspace.disseminate
Methods in org.dspace.disseminate with parameters of type Item Modifier and Type Method Description protected voidCitationDocumentServiceImpl. generateCoverPage(Context context, org.apache.pdfbox.pdmodel.PDDocument document, org.apache.pdfbox.pdmodel.PDPage coverPage, Item item)StringCitationDocumentServiceImpl. getAllMetadataSeparated(Item item, String metadataKey)StringCitationDocumentServiceImpl. getOwningCollection(Item item)StringCitationDocumentServiceImpl. getOwningCommunity(Context context, Item item) -
Uses of Item in org.dspace.disseminate.service
Methods in org.dspace.disseminate.service with parameters of type Item Modifier and Type Method Description StringCitationDocumentService. getAllMetadataSeparated(Item item, String metadataKey)Get metadata separated by value separator (semicolon)StringCitationDocumentService. getOwningCollection(Item item)Get name of owning collectionStringCitationDocumentService. getOwningCommunity(Context context, Item item)Get name of owning community -
Uses of Item in org.dspace.embargo
Methods in org.dspace.embargo that return types with arguments of type Item Modifier and Type Method Description Iterator<Item>EmbargoServiceImpl. findItemsByLiftMetadata(Context context)Methods in org.dspace.embargo with parameters of type Item Modifier and Type Method Description voidDefaultEmbargoSetter. checkEmbargo(Context context, Item item)Check that embargo is properly set on Item: no read access to bitstreams.voidEmbargoServiceImpl. checkEmbargo(Context context, Item item)voidEmbargoSetter. checkEmbargo(Context context, Item item)Check that embargo is properly set on Item.DCDateEmbargoServiceImpl. getEmbargoTermsAsDate(Context context, Item item)List<MetadataValue>EmbargoServiceImpl. getLiftMetadata(Context context, Item item)voidDefaultEmbargoLifter. liftEmbargo(Context context, Item item)Enforce lifting of embargo by turning read access to bitstreams in this Item back on.voidEmbargoLifter. liftEmbargo(Context context, Item item)Implement the lifting of embargo in the "resource policies" (access control) by (for example) turning on default read access to all Bitstreams.voidEmbargoServiceImpl. liftEmbargo(Context context, Item item)DCDateDayTableEmbargoSetter. parseTerms(Context context, Item item, String terms)Parse the terms into a definite date.DCDateDefaultEmbargoSetter. parseTerms(Context context, Item item, String terms)Parse the terms into a definite date.DCDateEmbargoSetter. parseTerms(Context context, Item item, String terms)Get lift date of embargo from the "terms" supplied in the metadata (or other available state) of this Item.protected static booleanEmbargoCLITool. processOneItem(Context context, Item item, org.apache.commons.cli.CommandLine line, Date now)protected DCDateEmbargoServiceImpl. recoverEmbargoDate(Item item)voidDefaultEmbargoSetter. setEmbargo(Context context, Item item)Enforce embargo by turning off all read access to bitstreams in this Item.voidEmbargoServiceImpl. setEmbargo(Context context, Item item)voidEmbargoSetter. setEmbargo(Context context, Item item)Enforce embargo by (for example) turning off all read access to bitstreams in this Item. -
Uses of Item in org.dspace.embargo.service
Methods in org.dspace.embargo.service that return types with arguments of type Item Modifier and Type Method Description Iterator<Item>EmbargoService. findItemsByLiftMetadata(Context context)Methods in org.dspace.embargo.service with parameters of type Item Modifier and Type Method Description voidEmbargoService. checkEmbargo(Context context, Item item)DCDateEmbargoService. getEmbargoTermsAsDate(Context context, Item item)Get the embargo lift date for an Item, if any.List<MetadataValue>EmbargoService. getLiftMetadata(Context context, Item item)voidEmbargoService. liftEmbargo(Context context, Item item)Lift the embargo on an item which is assumed to be under embargo.voidEmbargoService. setEmbargo(Context context, Item item)Put an Item under embargo until the specified lift date. -
Uses of Item in org.dspace.harvest
Fields in org.dspace.harvest with type parameters of type Item Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<HarvestedItem,Item>HarvestedItem_. itemMethods in org.dspace.harvest that return Item Modifier and Type Method Description ItemHarvestedItem. getItem()ItemHarvestedItemServiceImpl. getItemByOAIId(Context context, String itemOaiID, Collection collection)Methods in org.dspace.harvest with parameters of type Item Modifier and Type Method Description HarvestedItemHarvestedItemServiceImpl. create(Context context, Item item, String itemOAIid)protected StringOAIHarvester. extractHandle(Item item)Scan an item's metadata, looking for the value "identifier.*".HarvestedItemHarvestedItemServiceImpl. find(Context context, Item item) -
Uses of Item in org.dspace.harvest.dao
Methods in org.dspace.harvest.dao with parameters of type Item Modifier and Type Method Description HarvestedItemHarvestedItemDAO. findByItem(Context context, Item item) -
Uses of Item in org.dspace.harvest.dao.impl
Methods in org.dspace.harvest.dao.impl with parameters of type Item Modifier and Type Method Description HarvestedItemHarvestedItemDAOImpl. findByItem(Context context, Item item) -
Uses of Item in org.dspace.harvest.service
Methods in org.dspace.harvest.service that return Item Modifier and Type Method Description ItemHarvestedItemService. getItemByOAIId(Context context, String itemOaiID, Collection collection)Retrieve a DSpace Item that corresponds to this particular combination of owning collection and OAI ID.Methods in org.dspace.harvest.service with parameters of type Item Modifier and Type Method Description HarvestedItemHarvestedItemService. create(Context context, Item item, String itemOAIid)Create a new harvested item row for a specified item id.HarvestedItemHarvestedItemService. find(Context context, Item item)Find the harvest parameters corresponding to the specified DSpace item -
Uses of Item in org.dspace.identifier
Methods in org.dspace.identifier with parameters of type Item Modifier and Type Method Description protected StringVersionedHandleIdentifierProviderWithCanonicalHandles. getCanonical(Context context, Item item)protected voidVersionedHandleIdentifierProviderWithCanonicalHandles. modifyHandleMetadata(Context context, Item item, String handle)Remove all handles from an item's metadata and add the supplied handle instead.protected voidVersionedHandleIdentifierProviderWithCanonicalHandles. restoreItAsCanonical(Context context, DSpaceObject dso, String identifier, Item item, String canonical)protected voidVersionedHandleIdentifierProvider. restoreItAsVersion(Context context, Item item, String identifier, int versionNumber)protected voidVersionedHandleIdentifierProviderWithCanonicalHandles. restoreItAsVersion(Context context, DSpaceObject dso, String identifier, Item item, String canonical, VersionHistory history) -
Uses of Item in org.dspace.importer.external.arxiv.service
Methods in org.dspace.importer.external.arxiv.service with parameters of type Item Modifier and Type Method Description Collection<ImportRecord>ArXivImportMetadataSourceServiceImpl. findMatchingRecords(Item item)Expect this method will be not used and erased from the interface soon -
Uses of Item in org.dspace.importer.external.metadatamapping.transform
Methods in org.dspace.importer.external.metadatamapping.transform with parameters of type Item Modifier and Type Method Description QueryGenerateQueryService. generateQueryForItem(Item item) -
Uses of Item in org.dspace.importer.external.pubmed.metadatamapping.transform
Methods in org.dspace.importer.external.pubmed.metadatamapping.transform with parameters of type Item Modifier and Type Method Description QueryGeneratePubmedQueryService. generateQueryForItem(Item item)Create a Query object based on a given item. -
Uses of Item in org.dspace.importer.external.pubmed.service
Methods in org.dspace.importer.external.pubmed.service with parameters of type Item Modifier and Type Method Description Collection<ImportRecord>PubmedImportMetadataSourceServiceImpl. findMatchingRecords(Item item)Finds records based on an item -
Uses of Item in org.dspace.importer.external.service
Methods in org.dspace.importer.external.service with parameters of type Item Modifier and Type Method Description Collection<ImportRecord>ImportService. findMatchingRecords(String uri, Item item)Finds records based on an item Delegates to one or more MetadataSource implementations based on the uri. -
Uses of Item in org.dspace.importer.external.service.components
Methods in org.dspace.importer.external.service.components with parameters of type Item Modifier and Type Method Description Collection<ImportRecord>QuerySource. findMatchingRecords(Item item)Finds records based on an item Delegates to one or more MetadataSource implementations based on the uri. -
Uses of Item in org.dspace.license
Methods in org.dspace.license with parameters of type Item Modifier and Type Method Description voidCreativeCommonsServiceImpl. addLicense(Context context, Item item, String licenseUri, String licenseName, org.jdom.Document doc)Add a new license to the itemprotected BitstreamCreativeCommonsServiceImpl. getBitstream(Item item, String bitstream_name)This helper method retrieves the bytes of a bitstream for an item under the CC bundle, with the given bitstream nameprotected byte[]CreativeCommonsServiceImpl. getBytesFromBitstream(Context context, Item item, String bitstream_name)protected BundleCreativeCommonsServiceImpl. getCcBundle(Context context, Item item)StringCreativeCommonsServiceImpl. getLicenseName(Item item)Returns the stored license name of the itemBitstreamCreativeCommonsServiceImpl. getLicenseRdfBitstream(Item item)BitstreamCreativeCommonsServiceImpl. getLicenseTextBitstream(Item item)Deprecated.StringCreativeCommonsServiceImpl. getLicenseURI(Item item)Returns the stored license uri of the itemStringCreativeCommonsServiceImpl. getLicenseURL(Context context, Item item)protected StringCreativeCommonsServiceImpl. getStringFromBitstream(Context context, Item item, String bitstream_name)This helper method wraps a String around a byte array returned from the bitstream method further down Note: This helper method assumes that the CC bitstreams are short and easily expressed as byte arrays in RAMprotected static voidLicenseCleanup. handleItem(Context context, Item item)Process Item, correcting CC-License if encountered.voidCreativeCommonsServiceImpl. removeLicense(Context context, Item item)Remove license information, delete also the bitstreamvoidCreativeCommonsServiceImpl. removeLicenseFile(Context context, Item item)Removes the license file from the itemprotected voidCreativeCommonsServiceImpl. setBitstreamFromBytes(Context context, Item item, Bundle bundle, String bitstream_name, BitstreamFormat format, byte[] bytes)This helper method takes some bytes and stores them as a bitstream for an item, under the CC bundle, with the given bitstream name Note: This helper method assumes that the CC bitstreams are short and easily expressed as byte arrays in RAMvoidCreativeCommonsServiceImpl. setLicense(Context context, Item item, InputStream licenseStm, String mimeType)voidCreativeCommonsServiceImpl. setLicenseRDF(Context context, Item item, String licenseRdf)booleanCreativeCommonsServiceImpl. updateLicense(Context context, String licenseUri, Item item)Update the license of the item with a new one based on the provided license URI -
Uses of Item in org.dspace.license.service
Methods in org.dspace.license.service with parameters of type Item Modifier and Type Method Description voidCreativeCommonsService. addLicense(Context context, Item item, String licenseUri, String licenseName, org.jdom.Document doc)Add a new license to the itemStringCreativeCommonsService. getLicenseName(Item item)Returns the stored license name of the itemBitstreamCreativeCommonsService. getLicenseRdfBitstream(Item item)Get Creative Commons license RDF, returning Bitstream object.BitstreamCreativeCommonsService. getLicenseTextBitstream(Item item)Deprecated.the bitstream with the license in the textual format it is no longer stored (see https://jira.duraspace.org/browse/DS-2604)StringCreativeCommonsService. getLicenseURI(Item item)Returns the stored license uri of the itemStringCreativeCommonsService. getLicenseURL(Context context, Item item)voidCreativeCommonsService. removeLicense(Context context, Item item)Remove license information, delete also the bitstreamvoidCreativeCommonsService. removeLicenseFile(Context context, Item item)Removes the license file from the itemvoidCreativeCommonsService. setLicense(Context context, Item item, InputStream licenseStm, String mimeType)Used by DSpaceMetsIngestervoidCreativeCommonsService. setLicenseRDF(Context context, Item item, String licenseRdf)setLicenseRDF CC Web Service method for setting the RDF bitstreambooleanCreativeCommonsService. updateLicense(Context context, String licenseUri, Item item)Update the license of the item with a new one based on the provided license URI -
Uses of Item in org.dspace.rdf.conversion
Methods in org.dspace.rdf.conversion with parameters of type Item Modifier and Type Method Description com.hp.hpl.jena.rdf.model.ModelSimpleDSORelationsConverterPlugin. convertItem(Context context, Item item) -
Uses of Item in org.dspace.search
Fields in org.dspace.search declared as Item Modifier and Type Field Description ItemHarvestedItemInfo. itemThe item. -
Uses of Item in org.dspace.statistics.content
Methods in org.dspace.statistics.content with parameters of type Item Modifier and Type Method Description longStatisticsBSAdapter. getNumberOfVisits(int visitType, Item item)Returns the number of visits for the item. -
Uses of Item in org.dspace.statistics.export.processor
Methods in org.dspace.statistics.export.processor with parameters of type Item Modifier and Type Method Description protected StringItemEventProcessor. addObjectSpecificData(String string, Item item)Adds additional item data to the urlprotected StringExportEventProcessor. getBaseParameters(Item item)Get the base parameters for the url to be transmittedprotected booleanExportEventProcessor. shouldProcessEntityType(Item item)Checks if the item's entity type should be processed When no entity type is present, the check will not be performed and true will be returned.protected booleanExportEventProcessor. shouldProcessItem(Item item)Checks if an item should be processedprotected booleanExportEventProcessor. shouldProcessItemType(Item item)Checks if the item should be excluded based on the its typeConstructors in org.dspace.statistics.export.processor with parameters of type Item Constructor Description ItemEventProcessor(Context context, javax.servlet.http.HttpServletRequest request, Item item)Creates a new ItemEventProcessor that will set the params -
Uses of Item in org.dspace.submit.listener
Methods in org.dspace.submit.listener with parameters of type Item Modifier and Type Method Description protected StringSimpleMetadataListener. generateExternalId(Context context, ExternalDataProvider prov, Item item, Set<String> changedMetadata, String m)This is the simpler implementation, it assumes that the value of the metadata listened by the DataProvider can be used directly as identifier.ExternalDataObjectMetadataListener. getExternalDataObject(Context context, Item item, Set<String> changedMetadata)Retrieve an ExternalDataObject to enrich the current item using the current metadata and the information about which listened metadata are changedExternalDataObjectSimpleMetadataListener. getExternalDataObject(Context context, Item item, Set<String> changedMetadata) -
Uses of Item in org.dspace.usage
Constructors in org.dspace.usage with parameters of type Item Constructor Description UsageWorkflowEvent(Context context, Item item, InProgressSubmission workflowItem, String workflowStep, String oldState, Collection scope, EPerson actor) -
Uses of Item in org.dspace.versioning
Fields in org.dspace.versioning with type parameters of type Item Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<Version,Item>Version_. itemMethods in org.dspace.versioning that return Item Modifier and Type Method Description ItemDefaultItemVersionProvider. createNewItemAndAddItInWorkspace(Context context, Item nativeItem)ItemItemVersionProvider. createNewItemAndAddItInWorkspace(Context c, Item item)ItemVersion. getItem()ItemDefaultItemVersionProvider. updateItemState(Context c, Item itemNew, Item previousItem)ItemItemVersionProvider. updateItemState(Context c, Item itemNew, Item previousItem)Methods in org.dspace.versioning with parameters of type Item Modifier and Type Method Description protected voidAbstractVersionProvider. copyMetadata(Context context, Item itemNew, Item nativeItem)protected voidAbstractVersionProvider. createBundlesAndAddBitstreams(Context c, Item itemNew, Item nativeItem)ItemDefaultItemVersionProvider. createNewItemAndAddItInWorkspace(Context context, Item nativeItem)ItemItemVersionProvider. createNewItemAndAddItInWorkspace(Context c, Item item)VersionVersioningServiceImpl. createNewVersion(Context c, Item item)VersionVersioningServiceImpl. createNewVersion(Context c, Item item, String summary)VersionVersioningServiceImpl. createNewVersion(Context context, VersionHistory history, Item item, String summary, Date date, int versionNumber)protected VersionVersioningServiceImpl. createVersion(Context c, VersionHistory vh, Item item, String summary, Date date)VersionHistoryVersionHistoryServiceImpl. findByItem(Context context, Item item)VersionVersionHistoryServiceImpl. getVersion(Context context, VersionHistory versionHistory, Item item)VersionVersioningServiceImpl. getVersion(Context c, Item item)booleanVersionHistoryServiceImpl. hasNext(Context context, VersionHistory versionHistory, Item item)booleanVersionHistoryServiceImpl. hasVersionHistory(Context context, Item item)booleanVersionHistoryServiceImpl. isFirstVersion(Context context, Item item)booleanVersionHistoryServiceImpl. isLastVersion(Context context, Item item)voidVersioningServiceImpl. removeVersion(Context c, Item item)voidVersion. setItem(Item item)ItemDefaultItemVersionProvider. updateItemState(Context c, Item itemNew, Item previousItem)ItemItemVersionProvider. updateItemState(Context c, Item itemNew, Item previousItem)VersionVersioningServiceImpl. updateVersion(Context c, Item item, String summary) -
Uses of Item in org.dspace.versioning.dao
Methods in org.dspace.versioning.dao with parameters of type Item Modifier and Type Method Description VersionVersionDAO. findByItem(Context context, Item item)VersionHistoryVersionHistoryDAO. findByItem(Context context, Item item) -
Uses of Item in org.dspace.versioning.dao.impl
Methods in org.dspace.versioning.dao.impl with parameters of type Item Modifier and Type Method Description VersionVersionDAOImpl. findByItem(Context context, Item item)VersionHistoryVersionHistoryDAOImpl. findByItem(Context context, Item item) -
Uses of Item in org.dspace.versioning.service
Methods in org.dspace.versioning.service with parameters of type Item Modifier and Type Method Description VersionVersioningService. createNewVersion(Context c, Item itemId)VersionVersioningService. createNewVersion(Context c, Item itemId, String summary)VersionVersioningService. createNewVersion(Context context, VersionHistory history, Item item, String summary, Date date, int versionNumber)VersionHistoryVersionHistoryService. findByItem(Context context, Item item)VersionVersionHistoryService. getVersion(Context context, VersionHistory versionHistory, Item item)VersionVersioningService. getVersion(Context c, Item item)booleanVersionHistoryService. hasNext(Context context, VersionHistory versionHistory, Item item)booleanVersionHistoryService. hasVersionHistory(Context context, Item item)booleanVersionHistoryService. isFirstVersion(Context context, Item item)booleanVersionHistoryService. isLastVersion(Context context, Item item)voidVersioningService. removeVersion(Context c, Item item)VersionVersioningService. updateVersion(Context c, Item itemId, String summary) -
Uses of Item in org.dspace.workflow
Methods in org.dspace.workflow with parameters of type Item 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.TWorkflowItemService. findByItem(Context context, Item item)Check to see if a particular item is currently under Workflow. -
Uses of Item in org.dspace.xmlworkflow
Methods in org.dspace.xmlworkflow that return Item Modifier and Type Method Description protected ItemXmlWorkflowServiceImpl. archive(Context context, XmlWorkflowItem wfi)Commit the contained item to the main archive.Methods in org.dspace.xmlworkflow with parameters of type Item Modifier and Type Method Description protected voidXmlWorkflowServiceImpl. addGroupPolicyToItem(Context context, Item item, int action, Group group, String policyType)protected voidXmlWorkflowServiceImpl. addPolicyToItem(Context context, Item item, int action, EPerson epa, String policyType)protected voidXmlWorkflowServiceImpl. grantGroupAllItemPolicies(Context context, Item item, Group group, String policyType)protected voidXmlWorkflowServiceImpl. grantSubmitterReadPolicies(Context context, Item item)voidXmlWorkflowServiceImpl. grantUserAllItemPolicies(Context context, Item item, EPerson epa, String policyType)protected voidXmlWorkflowServiceImpl. notifyOfArchive(Context context, Item item, Collection coll)notify the submitter that the item is archivedprotected voidXmlWorkflowServiceImpl. recordStart(Context context, Item myitem, Action action)protected voidXmlWorkflowServiceImpl. removeGroupItemPolicies(Context context, Item item, Group e)voidXmlWorkflowServiceImpl. removeUserItemPolicies(Context context, Item item, EPerson e)protected voidXmlWorkflowServiceImpl. revokeReviewerPolicies(Context context, Item item) -
Uses of Item in org.dspace.xmlworkflow.service
Methods in org.dspace.xmlworkflow.service with parameters of type Item Modifier and Type Method Description voidXmlWorkflowService. grantUserAllItemPolicies(Context context, Item item, EPerson epa, String actionType)Grant a user full powers over an Item.voidXmlWorkflowService. removeUserItemPolicies(Context context, Item item, EPerson e) -
Uses of Item in org.dspace.xmlworkflow.storedcomponents
Fields in org.dspace.xmlworkflow.storedcomponents with type parameters of type Item Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<XmlWorkflowItem,Item>XmlWorkflowItem_. itemMethods in org.dspace.xmlworkflow.storedcomponents that return Item Modifier and Type Method Description ItemXmlWorkflowItem. getItem()Methods in org.dspace.xmlworkflow.storedcomponents with parameters of type Item Modifier and Type Method Description XmlWorkflowItemXmlWorkflowItemServiceImpl. create(Context context, Item item, Collection collection)XmlWorkflowItemXmlWorkflowItemServiceImpl. findByItem(Context context, Item item)voidXmlWorkflowItem. setItem(Item item) -
Uses of Item in org.dspace.xmlworkflow.storedcomponents.dao
Methods in org.dspace.xmlworkflow.storedcomponents.dao with parameters of type Item Modifier and Type Method Description XmlWorkflowItemXmlWorkflowItemDAO. findByItem(Context context, Item item) -
Uses of Item in org.dspace.xmlworkflow.storedcomponents.dao.impl
Methods in org.dspace.xmlworkflow.storedcomponents.dao.impl with parameters of type Item Modifier and Type Method Description XmlWorkflowItemXmlWorkflowItemDAOImpl. findByItem(Context context, Item item)
-