Package de.xima.fc.form.common.models
Interface IXProcessUploadParams
- 
public interface IXProcessUploadParamsInterface for the parameters passed to theIXItemBasic.processUpload(IXProcessUploadParams)method.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XItemgetItem()intgetRepetitionIndex()IXUploadgetUpload()IXFormgetXForm()booleanisRepeated() 
 - 
 
- 
- 
Method Detail
- 
getItem
XItem getItem()
- Returns:
 - The item for which the upload is processed.
 
 
- 
getRepetitionIndex
int getRepetitionIndex()
- Returns:
 - The repetition index (which may not start at 0 and is not uniformly increasing, treat this as an ID), when
 the element is repeated. When the element is not repeated, returns 
0. 
 
- 
getUpload
IXUpload getUpload()
- Returns:
 - The upload that was submitted.
 
 
- 
getXForm
IXForm getXForm()
- Returns:
 - The form which contains the element.
 
 
- 
isRepeated
boolean isRepeated()
- Returns:
 - Whether the element is a repeated element.
 
 
 - 
 
 -