Class ScriptFormData.ScriptFieldData

java.lang.Object
org.alfresco.repo.forms.script.ScriptFormData.ScriptFieldData
Enclosing class:
ScriptFormData

public class ScriptFormData.ScriptFieldData extends Object
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Returns the name of the form field that data represents
      Returns:
      The name
    • getValue

      public Object getValue()
      Returns the value of the form field that data represents
      Returns:
      The value
    • isFile

      public boolean isFile()
      Determines whether the data represents a file
      Returns:
      true if the data is a file