|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
protected static FlowResult |
FlowCurationUtils.getQueueFlowResult(String taskName,
boolean status,
String objId,
String queueName)
Build a FlowResult which will provide a Notice to users, notifying them of whether the Curation task was queued successfully or not |
protected static FlowResult |
FlowCurationUtils.getRunFlowResult(String taskName,
Curator curator,
boolean success)
Build a FlowResult which will provide a Notice to users, notifying them of whether the Curation task succeeded or failed. |
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,
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,
String element,
String qualifier,
String note)
Add a new metadata field. |
static FlowResult |
FlowRegistryUtils.processAddMetadataSchema(Context context,
String namespace,
String name)
Add a new metadata schema. |
static FlowResult |
FlowAuthorizationUtils.processAdvancedPolicyAdd(Context context,
String[] groupIDs,
int actionID,
int resourceID,
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,
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 |
FlowCurationUtils.processCurateObject(Context context,
org.apache.cocoon.environment.Request request)
Utility method to process curation tasks submitted via the DSpace Admin UI Curate Form. |
static FlowResult |
FlowRegistryUtils.processDeleteBitstreamFormats(Context context,
String[] formatIDs)
Delete the specified bitstream formats. |
static FlowResult |
FlowItemUtils.processDeleteBitstreams(Context context,
int itemID,
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,
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,
String roleName,
int groupID)
Delete one of a community's roles |
static FlowResult |
FlowEPersonUtils.processDeleteEPeople(Context context,
String[] epeopleIDs)
Delete the epeople specified by the epeopleIDs parameter. |
static FlowResult |
FlowGroupUtils.processDeleteGroups(Context context,
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,
String[] fieldIDs)
Delete the specified metadata fields. |
static FlowResult |
FlowRegistryUtils.processDeleteMetadataSchemas(Context context,
String[] schemaIDs)
Delete the given schemas. |
static FlowResult |
FlowAuthorizationUtils.processDeletePolicies(Context context,
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,
String bitstreamName,
String primary,
String description,
int formatID,
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,
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,
String element,
String qualifier,
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,
Map objectModel,
int epersonID)
Log this user in as another user. |
static FlowResult |
FlowMapperUtils.processMapItems(Context context,
int collectionID,
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,
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 |
FlowCurationUtils.processQueueObject(Context context,
org.apache.cocoon.environment.Request request)
Utility method to queue curation tasks submitted via the DSpace Admin UI Curate Form. |
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 |
FlowItemUtils.processReorderBitstream(Context context,
int itemID,
org.apache.cocoon.environment.Request request)
|
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,
String newName,
String[] newEPeopleIDsArray,
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,
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,
String identifier)
Resolve the given identifier to an item. |
static FlowResult |
FlowAuthorizationUtils.resolveItemIdentifier(Context context,
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||