Uses of Class
org.dspace.app.xmlui.aspect.administrative.FlowResult

Packages that use FlowResult
org.dspace.app.xmlui.aspect.administrative   
 

Uses of FlowResult in org.dspace.app.xmlui.aspect.administrative
 

Methods in org.dspace.app.xmlui.aspect.administrative that return FlowResult
static FlowResult FlowContainerUtils.changeCollectionDefaultReadToAnonymous(Context context, int collectionID)
          Change the default read privileges to the anonymous group.
static FlowResult FlowItemUtils.processAddBitstream(Context context, int itemID, org.apache.cocoon.environment.Request request)
          Add a new bitstream to the item.
static FlowResult FlowEPersonUtils.processAddEPerson(Context context, org.apache.cocoon.environment.Request request, java.util.Map objectModel)
          Add a new eperson.
static FlowResult FlowItemUtils.processAddMetadata(Context context, int itemID, org.apache.cocoon.environment.Request request)
          Process the request paramaters to add a new metadata entry for the item.
static FlowResult FlowRegistryUtils.processAddMetadataField(Context context, int schemaID, java.lang.String element, java.lang.String qualifier, java.lang.String note)
          Add a new metadata field.
static FlowResult FlowRegistryUtils.processAddMetadataSchema(Context context, java.lang.String namespace, java.lang.String name)
          Add a new metadata schema.
static FlowResult FlowAuthorizationUtils.processAdvancedPolicyAdd(Context context, java.lang.String[] groupIDs, int actionID, int resourceID, java.lang.String[] collectionIDs)
          Process addition of a several authorizations at once, as entered in the wildcard/advanced authorizations tool
static FlowResult FlowAuthorizationUtils.processAdvancedPolicyDelete(Context context, int resourceID, java.lang.String[] collectionIDs)
          Process the deletion of all authorizations across a set of collections, regardless of associated actions or groups.
static FlowResult FlowContainerUtils.processCreateCollection(Context context, int communityID, org.apache.cocoon.environment.Request request)
          Create a new collection
static FlowResult FlowContainerUtils.processCreateCommunity(Context context, int communityID, org.apache.cocoon.environment.Request request)
          Create a new community
static FlowResult FlowContainerUtils.processCurateCollection(Context context, int dsoID, org.apache.cocoon.environment.Request request)
          processCurateCollection Utility method to process curation tasks submitted via the DSpace GUI
static FlowResult FlowContainerUtils.processCurateCommunity(Context context, int dsoID, org.apache.cocoon.environment.Request request)
          processCurateCommunity Utility method to process curation tasks submitted via the DSpace GUI
static FlowResult FlowItemUtils.processCurateItem(Context context, int itemID, org.apache.cocoon.environment.Request request)
          processCurateDSO Utility method to process curation tasks submitted via the DSpace GUI
static FlowResult FlowRegistryUtils.processDeleteBitstreamFormats(Context context, java.lang.String[] formatIDs)
          Delete the specified bitstream formats.
static FlowResult FlowItemUtils.processDeleteBitstreams(Context context, int itemID, java.lang.String[] bitstreamIDs)
          Delete the given bitstreams from the bundle and item.
static FlowResult FlowContainerUtils.processDeleteCollection(Context context, int collectionID)
          Delete collection itself
static FlowResult FlowContainerUtils.processDeleteCollectionRole(Context context, int collectionID, java.lang.String roleName, int groupID)
          Delete one of collection's roles
static FlowResult FlowContainerUtils.processDeleteCommunity(Context context, int communityID)
          Delete community itself
static FlowResult FlowContainerUtils.processDeleteCommunityRole(Context context, int communityID, java.lang.String roleName, int groupID)
          Delete one of a community's roles
static FlowResult FlowEPersonUtils.processDeleteEPeople(Context context, java.lang.String[] epeopleIDs)
          Delete the epeople specified by the epeopleIDs parameter.
static FlowResult FlowGroupUtils.processDeleteGroups(Context context, java.lang.String[] groupIDs)
          Remove the specified groups.
static FlowResult FlowItemUtils.processDeleteItem(Context context, int itemID)
          Permanently delete the specified item, this method assumes that the action has been confirmed.
static FlowResult FlowRegistryUtils.processDeleteMetadataField(Context context, java.lang.String[] fieldIDs)
          Delete the specified metadata fields.
static FlowResult FlowRegistryUtils.processDeleteMetadataSchemas(Context context, java.lang.String[] schemaIDs)
          Delete the given schemas.
static FlowResult FlowAuthorizationUtils.processDeletePolicies(Context context, java.lang.String[] policyIDs)
          Delete the policies specified by the policyIDs parameter.
static FlowResult FlowContainerUtils.processDeleteTemplateItem(Context context, int collectionID)
          Delete a collection's template item (which is not a member of the collection).
static FlowResult FlowItemUtils.processEditBitstream(Context context, int itemID, int bitstreamID, java.lang.String primary, java.lang.String description, int formatID, java.lang.String userFormat)
          Update a bitstream's metadata.
static FlowResult FlowRegistryUtils.processEditBitstreamFormat(Context context, int formatID, org.apache.cocoon.environment.Request request)
          Edit a bitstream format.
static FlowResult FlowContainerUtils.processEditCollection(Context context, int collectionID, boolean deleteLogo, org.apache.cocoon.environment.Request request)
          Process the collection metadata edit form.
static FlowResult FlowContainerUtils.processEditCommunity(Context context, int communityID, boolean deleteLogo, org.apache.cocoon.environment.Request request)
          Process the community metadata edit form.
static FlowResult FlowEPersonUtils.processEditEPerson(Context context, org.apache.cocoon.environment.Request request, java.util.Map ObjectModel, int epersonID)
          Edit an eperson's metadata, the email address, first name, and last name are all required.
static FlowResult FlowItemUtils.processEditItem(Context context, int itemID, org.apache.cocoon.environment.Request request)
          Process the request parameters to update the item's metadata and remove any selected bitstreams.
static FlowResult FlowRegistryUtils.processEditMetadataField(Context context, int schemaID, int fieldID, java.lang.String element, java.lang.String qualifier, java.lang.String note)
          Edit a metadata field.
static FlowResult FlowAuthorizationUtils.processEditPolicy(Context context, int objectType, int objectID, int policyID, int groupID, int actionID)
          Process the editing of an existing or a newly created policy.
static FlowResult FlowEPersonUtils.processLoginAs(Context context, java.util.Map objectModel, int epersonID)
          Log this user in as another user.
static FlowResult FlowMapperUtils.processMapItems(Context context, int collectionID, java.lang.String[] itemIDs)
          Map the given items into this collection
static FlowResult FlowMetadataImportUtils.processMetadataImport(Context context, org.apache.cocoon.environment.Request request)
           
static FlowResult FlowItemUtils.processMoveItem(Context context, int itemID, int collectionID, boolean inherit)
          Move the specified item to another collection.
static FlowResult FlowRegistryUtils.processMoveMetadataField(Context context, int schemaID, java.lang.String[] fieldIDs)
          Move the specified metadata fields to the target schema.
static FlowResult FlowContainerUtils.processQueueCollection(Context context, int dsoID, org.apache.cocoon.environment.Request request)
          queues curation tasks
static FlowResult FlowContainerUtils.processQueueCommunity(Context context, int dsoID, org.apache.cocoon.environment.Request request)
          queues curation tasks
static FlowResult FlowItemUtils.processQueueItem(Context context, int itemID, org.apache.cocoon.environment.Request request)
          queues curation tasks
static FlowResult FlowContainerUtils.processReimportCollection(Context context, int collectionID, org.apache.cocoon.environment.Request request)
          Purge the collection of all items, then run a fresh harvest cycle.
static FlowResult FlowItemUtils.processReinstateItem(Context context, int itemID)
          Reinstate the specified item, this method assumes that the action has been confirmed.
static FlowResult FlowEPersonUtils.processResetPassword(Context context, int epersonID)
          Send the user a forgot password email message.
static FlowResult FlowContainerUtils.processRunCollectionHarvest(Context context, int collectionID, org.apache.cocoon.environment.Request request)
          Use the collection's harvest settings to immediately perform a harvest cycle.
static FlowResult FlowGroupUtils.processSaveGroup(Context context, int groupID, java.lang.String newName, java.lang.String[] newEPeopleIDsArray, java.lang.String[] newGroupIDsArray)
          Save the group.
static FlowResult FlowContainerUtils.processSetupCollectionHarvesting(Context context, int collectionID, org.apache.cocoon.environment.Request request)
          Process the collection harvesting options form.
static FlowResult FlowMapperUtils.processUnmapItems(Context context, int collectionID, java.lang.String[] itemIDs)
          Unmap the given items from this collection
static FlowResult FlowMetadataImportUtils.processUploadCSV(Context context, org.apache.cocoon.environment.Request request)
           
static FlowResult FlowItemUtils.processWithdrawItem(Context context, int itemID)
          Withdraw the specified item, this method assumes that the action has been confirmed.
static FlowResult FlowItemUtils.resolveItemIdentifier(Context context, java.lang.String identifier)
          Resolve the given identifier to an item.
static FlowResult FlowAuthorizationUtils.resolveItemIdentifier(Context context, java.lang.String identifier)
          Resolve an identifier submitted into the item lookup box.
static FlowResult FlowContainerUtils.testOAISettings(Context context, org.apache.cocoon.environment.Request request)
          Test the supplied OAI settings.
 



Copyright © 2010 DuraSpace. All Rights Reserved.