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
-
Method Summary
Modifier and TypeMethodDescriptionprotected OutcomesContainer
getValue
(org.flowable.variable.api.types.ValueFields valueFields) boolean
isAbleToStore
(Object value) boolean
protected String
serializeOutcomesContainer
(OutcomesContainer outcomesContainer) 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
-
Constructor Details
-
OutcomesContainerVariableType
public OutcomesContainerVariableType()
-
-
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
-
serializeOutcomesContainer
-
deserializeOutcomesContainer
-