Class GetHistoricIdentityLinksForCaseInstanceCmd

  • All Implemented Interfaces:
    Serializable, Command<List<org.flowable.identitylink.api.history.HistoricIdentityLink>>

    public class GetHistoricIdentityLinksForCaseInstanceCmd
    extends Object
    implements Command<List<org.flowable.identitylink.api.history.HistoricIdentityLink>>, Serializable
    Author:
    Tijs Rademakers
    See Also:
    Serialized Form
    • Field Detail

      • caseInstanceId

        protected String caseInstanceId
    • Constructor Detail

      • GetHistoricIdentityLinksForCaseInstanceCmd

        public GetHistoricIdentityLinksForCaseInstanceCmd​(String caseInstanceId)
    • 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>>