ParticipantChooser.java
357 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.day.cq.workflow.exec;
import com.day.cq.workflow.WorkflowException;
import com.day.cq.workflow.WorkflowSession;
import com.day.cq.workflow.exec.WorkItem;
public interface ParticipantChooser {
public String getParticipant(WorkItem var1, WorkflowSession var2, String[] var3) throws WorkflowException;
}