Package com.day.cq.workflow.exec
Interface ParticipantChooser
-
public interface ParticipantChooser
Deprecated.UseParticipantStepChooser
instead.TheParticipantChooser
interface is intended for impls that will define the participant dynamically.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getParticipant(WorkItem workItem, WorkflowSession workflowSession, java.lang.String[] args)
Deprecated.UseParticipantStepChooser
instead.
-
-
-
Method Detail
-
getParticipant
java.lang.String getParticipant(WorkItem workItem, WorkflowSession workflowSession, java.lang.String[] args) throws WorkflowException
Deprecated.UseParticipantStepChooser
instead.Returns the dynamically resolvedPrincipal
id- Parameters:
workItem
- current workitemworkflowSession
- workflow sessionargs
- Participant chooser specific arguments can be passed here- Returns:
- the dynamically resolved
Principal
id - Throws:
WorkflowException
- When an error is encountered
-
-