Package com.day.cq.workflow.exec
Interface ParticipantChooser
public interface ParticipantChooser
Deprecated.
The
ParticipantChooser interface is intended for impls that will
define the participant dynamically.-
Method Summary
Modifier and TypeMethodDescriptiongetParticipant(WorkItem workItem, WorkflowSession workflowSession, String[] args) Deprecated.UseParticipantStepChooserinstead.
-
Method Details
-
getParticipant
String getParticipant(WorkItem workItem, WorkflowSession workflowSession, String[] args) throws WorkflowException Deprecated.UseParticipantStepChooserinstead.Returns the dynamically resolvedPrincipalid- Parameters:
workItem- current workitemworkflowSession- workflow sessionargs- Participant chooser specific arguments can be passed here- Returns:
- the dynamically resolved
Principalid - Throws:
WorkflowException- When an error is encountered
-
ParticipantStepChooserinstead.