- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
public class SetMetaDataValueCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Void>
-
-
Constructor Summary
Constructors
-
Method Summary
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
contentItemId
protected String contentItemId
-
-
-
Constructor Details
-
SetMetaDataValueCmd
public SetMetaDataValueCmd(String contentItemId,
String metadataName,
Object metadataValue)
-
Method Details
-
execute
public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interface org.flowable.common.engine.impl.interceptor.Command<Void>