Package org.dspace.app.xmlui.aspect.submission.submit

Examples of org.dspace.app.xmlui.aspect.submission.submit.AccessStepUtil


    description.setValue(bitstream.getDescription());

        // EMBARGO FIELD
        // if AdvancedAccessPolicy=false: add Embargo Fields.
        if(!isAdvancedFormEnabled){
            AccessStepUtil asu = new AccessStepUtil(context);
            // if the item is embargoed default value will be displayed.
            asu.addEmbargoDateSimpleForm(bitstream, edit, -1);
            asu.addReason(null, edit, -1);
        }

    edit.addItem(T_para1);

    // System supported formats
View Full Code Here


            }

            // EMBARGO FIELD
            // if AdvancedAccessPolicy=false: add Embargo Fields.
            if(!isAdvancedFormEnabled){
                AccessStepUtil asu = new AccessStepUtil(context);
                // if the item is embargoed default value will be displayed.
                asu.addEmbargoDateSimpleForm(item, upload, -1);
                asu.addReason(null, upload, -1);
            }



            // ITEM: actions
View Full Code Here

TOP

Related Classes of org.dspace.app.xmlui.aspect.submission.submit.AccessStepUtil

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.