Class InvokeServiceCmd.ValueWrapper
- java.lang.Object
-
- com.flowable.serviceregistry.engine.impl.cmd.InvokeServiceCmd.ValueWrapper
-
- Enclosing class:
- InvokeServiceCmd<T>
protected static class InvokeServiceCmd.ValueWrapper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleancollectionprotected static InvokeServiceCmd.ValueWrapperMISSINGprotected static InvokeServiceCmd.ValueWrapperNULLprotected InvokeServiceCmd.ValuePresencepresenceprotected Objectvalue
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InvokeServiceCmd.ValuePresencegetPresence()ObjectgetValue()booleanisCollection()booleanisMissing()booleanisNull()booleanisPresent()protected static InvokeServiceCmd.ValueWrappermissing()protected static InvokeServiceCmd.ValueWrapperofListValue(Object value)protected static InvokeServiceCmd.ValueWrapperofNullable(Object value)
-
-
-
Field Detail
-
MISSING
protected static final InvokeServiceCmd.ValueWrapper MISSING
-
NULL
protected static final InvokeServiceCmd.ValueWrapper NULL
-
presence
protected final InvokeServiceCmd.ValuePresence presence
-
value
protected final Object value
-
collection
protected boolean collection
-
-
Method Detail
-
getPresence
public InvokeServiceCmd.ValuePresence getPresence()
-
isPresent
public boolean isPresent()
-
isMissing
public boolean isMissing()
-
isNull
public boolean isNull()
-
getValue
public Object getValue()
-
isCollection
public boolean isCollection()
-
ofNullable
protected static InvokeServiceCmd.ValueWrapper ofNullable(Object value)
-
ofListValue
protected static InvokeServiceCmd.ValueWrapper ofListValue(Object value)
-
missing
protected static InvokeServiceCmd.ValueWrapper missing()
-
-