org.kuali.rice.kew.actions.asyncservices
Interface BlanketApproveProcessorService

All Known Implementing Classes:
BlanketApproveProcessor

public interface BlanketApproveProcessorService

Created to front the BlanketApproveProcessor when it went to a service for async remoting.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 void doBlanketApproveWork(Long documentId, String principalId, Long actionTakenId, Set<String> nodeNames)
           
 void doBlanketApproveWork(Long documentId, String principalId, Long actionTakenId, Set<String> nodeNames, boolean shouldSearchIndex)
           
 

Method Detail

doBlanketApproveWork

void doBlanketApproveWork(Long documentId,
                          String principalId,
                          Long actionTakenId,
                          Set<String> nodeNames)

doBlanketApproveWork

void doBlanketApproveWork(Long documentId,
                          String principalId,
                          Long actionTakenId,
                          Set<String> nodeNames,
                          boolean shouldSearchIndex)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.