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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValue
(org.flowable.variable.api.types.ValueFields valueFields) boolean
isAbleToStore
(Object value) boolean
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.variable.api.types.VariableType
isReadOnly
-
Field Details
-
metadata
-
-
Constructor Details
-
FileDescriptionVariableType
-
-
Method Details
-
getTypeName
- Specified by:
getTypeName
in interfaceorg.flowable.variable.api.types.VariableType
-
isCachable
public boolean isCachable()- Specified by:
isCachable
in interfaceorg.flowable.variable.api.types.VariableType
-
isAbleToStore
- Specified by:
isAbleToStore
in interfaceorg.flowable.variable.api.types.VariableType
-
setValue
- Specified by:
setValue
in interfaceorg.flowable.variable.api.types.VariableType
-
getValue
- Specified by:
getValue
in interfaceorg.flowable.variable.api.types.VariableType
-