Class GetIdentityLinksForProcessDefinitionCmd

java.lang.Object
org.flowable.engine.impl.cmd.GetIdentityLinksForProcessDefinitionCmd
All Implemented Interfaces:
Serializable, Command<List<org.flowable.identitylink.api.IdentityLink>>

public class GetIdentityLinksForProcessDefinitionCmd extends Object implements Command<List<org.flowable.identitylink.api.IdentityLink>>, Serializable
Author:
Tijs Rademakers
See Also:
  • Field Details

    • processDefinitionId

      protected String processDefinitionId
  • Constructor Details

    • GetIdentityLinksForProcessDefinitionCmd

      public GetIdentityLinksForProcessDefinitionCmd(String processDefinitionId)
  • Method Details

    • execute

      public List<org.flowable.identitylink.api.IdentityLink> execute(CommandContext commandContext)
      Specified by:
      execute in interface Command<List<org.flowable.identitylink.api.IdentityLink>>