Package io.jmix.bpm.engine.variable
Class OutcomesContainerVariableType
java.lang.Object
io.jmix.bpm.engine.variable.OutcomesContainerVariableType
- All Implemented Interfaces:
org.flowable.variable.api.types.VariableType
public class OutcomesContainerVariableType
extends Object
implements org.flowable.variable.api.types.VariableType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected OutcomesContainergetValue(org.flowable.variable.api.types.ValueFields valueFields) booleanisAbleToStore(Object value) booleanprotected StringserializeOutcomesContainer(OutcomesContainer outcomesContainer) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.variable.api.types.VariableType
isReadOnly
-
Constructor Details
-
OutcomesContainerVariableType
public OutcomesContainerVariableType()
-
-
Method Details
-
getTypeName
- Specified by:
getTypeNamein interfaceorg.flowable.variable.api.types.VariableType
-
isCachable
public boolean isCachable()- Specified by:
isCachablein interfaceorg.flowable.variable.api.types.VariableType
-
isAbleToStore
- Specified by:
isAbleToStorein interfaceorg.flowable.variable.api.types.VariableType
-
setValue
- Specified by:
setValuein interfaceorg.flowable.variable.api.types.VariableType
-
getValue
- Specified by:
getValuein interfaceorg.flowable.variable.api.types.VariableType
-
serializeOutcomesContainer
-
deserializeOutcomesContainer
-