Class FileSelectionParameterDefinition

java.lang.Object
net.datenwerke.rs.core.service.parameters.entities.ParameterDefinition<FileSelectionParameterInstance>
net.datenwerke.rs.base.ext.service.parameters.fileselection.FileSelectionParameterDefinition
All Implemented Interfaces:
Serializable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@GenerateDto(dtoPackage="net.datenwerke.rs.base.ext.client.parameters.fileselection.dto", displayTitle="RsMessages.INSTANCE.fileSelectionParameterText()", additionalImports=RsMessages.class) public class FileSelectionParameterDefinition extends ParameterDefinition<FileSelectionParameterInstance>
See Also:
  • Constructor Details

    • FileSelectionParameterDefinition

      public FileSelectionParameterDefinition()
  • Method Details

    • getFileSize

      @ExposeMethodToClient public long getFileSize()
    • isAllowFileUpload

      public boolean isAllowFileUpload()
    • setAllowFileUpload

      public void setAllowFileUpload(boolean allowFileUpload)
    • isAllowTeamSpaceSelection

      public boolean isAllowTeamSpaceSelection()
    • setAllowTeamSpaceSelection

      public void setAllowTeamSpaceSelection(boolean allowTeamSpaceSelection)
    • isAllowFileServerSelection

      public boolean isAllowFileServerSelection()
    • setAllowFileServerSelection

      public void setAllowFileServerSelection(boolean allowFileServerSelection)
    • getFileSizeString

      public String getFileSizeString()
    • setFileSizeString

      public void setFileSizeString(String fileSizeString)
    • getAllowedFileExtensions

      public String getAllowedFileExtensions()
    • setAllowedFileExtensions

      public void setAllowedFileExtensions(String allowedFileExtensions)
    • getMinNumberOfFiles

      public Integer getMinNumberOfFiles()
    • setMinNumberOfFiles

      public void setMinNumberOfFiles(Integer minNumberOfFiles)
    • getMaxNumberOfFiles

      public Integer getMaxNumberOfFiles()
    • setMaxNumberOfFiles

      public void setMaxNumberOfFiles(Integer maxNumberOfFiles)
    • isAllowDownload

      public boolean isAllowDownload()
    • setAllowDownload

      public void setAllowDownload(boolean allowDownload)
    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth(int width)
    • getHeight

      public int getHeight()
    • setHeight

      public void setHeight(int height)