1 package org.enhydra.shark.api.internal.assignment; 2 3 import org.enhydra.shark.api.*; 4 import org.enhydra.shark.api.internal.working.CallbackUtilities; 5 6 import java.util.List ; 7 8 13 public interface AssignmentManager { 14 15 24 void configure (CallbackUtilities cus) throws RootException; 25 26 47 List getAssignments ( 48 SharkTransaction t, 49 String engineName, 50 String procId, 51 String actId, 52 List userIds, 53 List responsibleIds, 54 String processRequesterId, 55 PerformerData xpdlParticipant, 56 List xpdlResponsibleParticipants) throws RootException; 57 58 } 59 60 | Popular Tags |