Uses of Class
org.dspace.submit.model.AccessConditionOption
-
Packages that use AccessConditionOption Package Description org.dspace.app.bulkaccesscontrol.model org.dspace.submit.model -
-
Uses of AccessConditionOption in org.dspace.app.bulkaccesscontrol.model
Methods in org.dspace.app.bulkaccesscontrol.model that return types with arguments of type AccessConditionOption Modifier and Type Method Description List<AccessConditionOption>BulkAccessConditionConfiguration. getBitstreamAccessConditionOptions()List<AccessConditionOption>BulkAccessConditionConfiguration. getItemAccessConditionOptions()Method parameters in org.dspace.app.bulkaccesscontrol.model with type arguments of type AccessConditionOption Modifier and Type Method Description voidBulkAccessConditionConfiguration. setBitstreamAccessConditionOptions(List<AccessConditionOption> bitstreamAccessConditionOptions)voidBulkAccessConditionConfiguration. setItemAccessConditionOptions(List<AccessConditionOption> itemAccessConditionOptions) -
Uses of AccessConditionOption in org.dspace.submit.model
Methods in org.dspace.submit.model that return types with arguments of type AccessConditionOption Modifier and Type Method Description List<AccessConditionOption>AccessConditionConfiguration. getOptions()List<AccessConditionOption>UploadConfiguration. getOptions()The list of access restriction types from which a submitter may choose.Method parameters in org.dspace.submit.model with type arguments of type AccessConditionOption Modifier and Type Method Description voidAccessConditionConfiguration. setOptions(List<AccessConditionOption> options)voidUploadConfiguration. setOptions(List<AccessConditionOption> options)Set the list of access restriction types from which to choose.
-