Class GetParentWorkObjectIdCmd
java.lang.Object
com.flowable.workobject.engine.impl.cmd.GetParentWorkObjectIdCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<java.lang.String>
public class GetParentWorkObjectIdCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<java.lang.String>
Returns parent workObject Id for the given workObjectId
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
workObjectId
-
Constructor Summary
Constructors Constructor Description GetParentWorkObjectIdCmd(java.lang.String workObjectId)
-
Method Summary
Modifier and Type Method Description java.lang.String
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
workObjectId
protected final java.lang.String workObjectId
-
-
Constructor Details
-
GetParentWorkObjectIdCmd
public GetParentWorkObjectIdCmd(java.lang.String workObjectId)
-
-
Method Details
-
execute
public java.lang.String execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<java.lang.String>
-