Class GetIdentityLinksForDataObjectInstanceCmd
- java.lang.Object
-
- com.flowable.dataobject.engine.impl.cmd.GetIdentityLinksForDataObjectInstanceCmd
-
- All Implemented Interfaces:
Command<List<IdentityLink>>
public class GetIdentityLinksForDataObjectInstanceCmd extends Object implements Command<List<IdentityLink>>
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected String
dataObjectDefinitionKey
protected String
lookupId
-
Constructor Summary
Constructors Constructor Description GetIdentityLinksForDataObjectInstanceCmd(String lookupId, String dataObjectDefinitionKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IdentityLink>
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public List<IdentityLink> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<List<IdentityLink>>
-
-