Class CQDynamicParticipantExecutor

    • Constructor Detail

      • CQDynamicParticipantExecutor

        public CQDynamicParticipantExecutor()
    • Method Detail

      • bindParticipantChooser

        public void bindParticipantChooser​(ParticipantChooser aParticipantChooser)
      • unbindParticipantChooser

        public void unbindParticipantChooser​(ParticipantChooser aParticipantChooser)
      • bindParticipantStepChooser

        public void bindParticipantStepChooser​(ParticipantStepChooser aParticipantStepChooser)
      • unbindParticipantStepChooser

        public void unbindParticipantStepChooser​(ParticipantStepChooser aParticipantStepChooser)
      • canExecute

        public boolean canExecute​(String aResourceName)
        Description copied from interface: DynamicParticipantExecutor
        Returns true if this service can process the specified resource, false otherwise.
        Specified by:
        canExecute in interface DynamicParticipantExecutor
        Parameters:
        aResourceName - the resource identifying the code to execute for this workflow step.
        Returns:
        true if this service can process the specified resource, false otherwise.