Class GetHistoricIdentityLinksForTaskCmd

    • Field Detail

      • taskId

        protected String taskId
      • processInstanceId

        protected String processInstanceId
    • Constructor Detail

      • GetHistoricIdentityLinksForTaskCmd

        public GetHistoricIdentityLinksForTaskCmd​(String taskId,
                                                  String processInstanceId)
    • Method Detail

      • execute

        public List<org.flowable.identitylink.api.history.HistoricIdentityLink> execute​(CommandContext commandContext)
        Specified by:
        execute in interface Command<List<org.flowable.identitylink.api.history.HistoricIdentityLink>>
      • getLinksForTask

        protected List<org.flowable.identitylink.api.history.HistoricIdentityLink> getLinksForTask​(CommandContext commandContext)
      • getLinksForProcessInstance

        protected List<org.flowable.identitylink.api.history.HistoricIdentityLink> getLinksForProcessInstance​(CommandContext commandContext)