Package com.adobe.granite.workflow.exec
Interface Participant
-
public interface ParticipantInterface which returns information about a workflow participant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetID()Returns the ID for the participantjava.lang.StringgetName()Returns the Name for the participant if available to the current user's session, null otherwise
-