Package org.fao.geonet.kernel.metadata

Examples of org.fao.geonet.kernel.metadata.StatusActions.onEdit()


      //--- use StatusActionsFactory and StatusActions class to possibly
      //--- change status as a result of this edit (use onEdit method)
      StatusActionsFactory saf = new StatusActionsFactory(gc.getStatusActionsClass());
      StatusActions sa = saf.createStatusActions(context);
            sa.onEdit(iLocalId, minor.equals("true"));

      if (data != null) {
        Element md = Xml.loadString(data, false);

                String changeDate = null;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.