Interface Participant


  • public interface Participant
    Interface which returns information about a workflow participant
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getID()
      Returns the ID for the participant
      java.lang.String getName()
      Returns the Name for the participant if available to the current user's session, null otherwise
    • Method Detail

      • getID

        java.lang.String getID()
        Returns the ID for the participant
        Returns:
        the participant's ID
      • getName

        java.lang.String getName()
        Returns the Name for the participant if available to the current user's session, null otherwise
        Returns:
        the participant's name