Package io.jmix.bpm.engine.variable
Class FileDescriptionVariableType
java.lang.Object
io.jmix.bpm.engine.variable.FileDescriptionVariableType
- All Implemented Interfaces:
- org.flowable.variable.api.types.VariableType
@Component("bpm_FileDescriptionVariableType")
public class FileDescriptionVariableType
extends Object
implements org.flowable.variable.api.types.VariableType
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetValue(org.flowable.variable.api.types.ValueFields valueFields) booleanisAbleToStore(Object value) booleanvoidMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.variable.api.types.VariableTypeisReadOnly
- 
Field Details- 
metadata
 
- 
- 
Constructor Details- 
FileDescriptionVariableType
 
- 
- 
Method Details- 
getTypeName- Specified by:
- getTypeNamein interface- org.flowable.variable.api.types.VariableType
 
- 
isCachablepublic boolean isCachable()- Specified by:
- isCachablein interface- org.flowable.variable.api.types.VariableType
 
- 
isAbleToStore- Specified by:
- isAbleToStorein interface- org.flowable.variable.api.types.VariableType
 
- 
setValue- Specified by:
- setValuein interface- org.flowable.variable.api.types.VariableType
 
- 
getValue- Specified by:
- getValuein interface- org.flowable.variable.api.types.VariableType
 
 
-