Class FileListField
- java.lang.Object
-
- com.netgrif.application.engine.petrinet.domain.Imported
-
- com.netgrif.application.engine.petrinet.domain.dataset.Field<T>
-
- com.netgrif.application.engine.petrinet.domain.dataset.StorageField<FileListFieldValue>
-
- com.netgrif.application.engine.petrinet.domain.dataset.FileListField
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
,java.io.Serializable
public class FileListField extends StorageField<FileListFieldValue>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.netgrif.application.engine.petrinet.domain.dataset.StorageField
serialVersionUID
-
Fields inherited from class com.netgrif.application.engine.petrinet.domain.dataset.Field
_id, defaultValue, initExpression, parentCaseId, parentTaskId, validations
-
-
Constructor Summary
Constructors Constructor Description FileListField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addValue(java.lang.String fileName, java.lang.String path)
Field
clone()
FieldType
getType()
void
setDefaultValue(FileListFieldValue defaultValue)
void
setDefaultValue(java.lang.String defaultValue)
void
setDefaultValue(java.util.List<java.lang.String> defaultValues)
void
setMetaClass(groovy.lang.MetaClass mc)
void
setValue(FileListFieldValue value)
void
setValue(java.lang.String value)
-
Methods inherited from class com.netgrif.application.engine.petrinet.domain.dataset.StorageField
getStorage, getStorageType, setStorage, setStorageType
-
Methods inherited from class com.netgrif.application.engine.petrinet.domain.dataset.Field
addAction, addActions, addValidation, clearValue, clone, get_id, getBehavior, getComponent, getDefaultValue, getDescription, getEncryption, getEvents, getFormat, getInitExpression, getLayout, getLength, getMetaClass, getName, getOrder, getParentCaseId, getParentTaskId, getPlaceholder, getStringId, getTranslatedDescription, getTranslatedName, getTranslatedPlaceholder, getValidations, getValue, hasDefault, isDynamicDefaultValue, isImmediate, minus, multiply, plus, set_id, setBehavior, setComponent, setDescription, setEncryption, setEvents, setFormat, setImmediate, setImportId, setInitExpression, setLayout, setLength, setName, setOrder, setParentCaseId, setParentTaskId, setPlaceholder, setValidations, toString
-
Methods inherited from class com.netgrif.application.engine.petrinet.domain.Imported
getImportId, setImportId
-
-
-
-
Method Detail
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
- Overrides:
setMetaClass
in classStorageField<FileListFieldValue>
-
getType
public FieldType getType()
- Specified by:
getType
in classField<FileListFieldValue>
-
setValue
public void setValue(FileListFieldValue value)
- Overrides:
setValue
in classField<FileListFieldValue>
-
setValue
public void setValue(java.lang.String value)
-
setDefaultValue
public void setDefaultValue(FileListFieldValue defaultValue)
- Overrides:
setDefaultValue
in classField<FileListFieldValue>
-
setDefaultValue
public void setDefaultValue(java.lang.String defaultValue)
-
setDefaultValue
public void setDefaultValue(java.util.List<java.lang.String> defaultValues)
-
addValue
public void addValue(java.lang.String fileName, java.lang.String path)
-
clone
public Field clone()
- Specified by:
clone
in classField<FileListFieldValue>
-
-