Examples of SchrittDurchBenutzerAbschliessen()


Examples of de.sub.goobi.forms.AktuelleSchritteForm.SchrittDurchBenutzerAbschliessen()

    AktuelleSchritteForm dialog = new AktuelleSchritteForm();
    Integer stepID = ticket.getMandatoryInteger("id");
    dialog.setMySchritt(new SchrittDAO().get(stepID));
    if (ticket.hasField("properties")) updateProperties(dialog, ticket.getMapOfStringToString("properties"));
    if (ticket.hasField("message")) addMessageToWikiField(dialog, ticket.getString("message"));
    dialog.SchrittDurchBenutzerAbschliessen();
  }

  /**
   * The method updateProperties() transfers the properties to set into
   * Goobi’s data model.
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.