Package com.day.cq.workflow.exec
Interface ParticipantChooser
-
public interface ParticipantChooserDeprecated.UseParticipantStepChooserinstead.TheParticipantChooserinterface 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.StringgetParticipant(WorkItem workItem, WorkflowSession workflowSession, java.lang.String[] args)Deprecated.UseParticipantStepChooserinstead.
-
-
-
Method Detail
-
getParticipant
java.lang.String getParticipant(WorkItem workItem, WorkflowSession workflowSession, java.lang.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
-
-