Class AddDataCaseFileInstanceCommand

  • All Implemented Interfaces:
    Serializable, org.kie.api.command.Command<Void>, org.kie.api.command.ExecutableCommand<Void>

    public class AddDataCaseFileInstanceCommand
    extends CaseCommand<Void>
    Updates case file with new data
    See Also:
    Serialized Form
    • Constructor Detail

      • AddDataCaseFileInstanceCommand

        public AddDataCaseFileInstanceCommand​(String deploymentId,
                                              Long processInstanceId,
                                              org.kie.internal.identity.IdentityProvider identityProvider,
                                              Map<String,​Object> parameters,
                                              List<String> accessRestriction,
                                              org.jbpm.casemgmt.api.auth.AuthorizationManager authorizationManager,
                                              org.jbpm.services.api.ProcessService processService,
                                              org.jbpm.casemgmt.api.CaseRuntimeDataService caseRuntimeDataService)
    • Method Detail

      • execute

        public Void execute​(org.kie.api.runtime.Context context)