Class GetFormInstanceRawValueCmd
java.lang.Object
com.flowable.form.engine.impl.cmd.GetFormInstanceRawValueCmd
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.impl.interceptor.Command<byte[]>
public class GetFormInstanceRawValueCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<byte[]>, Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
execute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
formInstanceId
-
-
Constructor Details
-
GetFormInstanceRawValueCmd
-
-
Method Details
-
execute
public byte[] execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<byte[]>
-