Class GuiGrouperWorkflowInstance
java.lang.Object
edu.internet2.middleware.grouper.grouperUi.beans.ui.GuiGrouperWorkflowInstance
-
Method Summary
Modifier and TypeMethodDescriptionstatic GuiGrouperWorkflowInstanceconvertFromGrouperWorkflowInstance(GrouperWorkflowInstance grouperWorkflowInstance) convert from grouper workflow instance to gui grouper workflow instancestatic List<GuiGrouperWorkflowInstance>convertFromGrouperWorkflowInstances(List<GrouperWorkflowInstance> grouperWorkflowInstances) convert from list of configs to list of gui configsvoidsetGuiInitiatorSubject(GuiSubject guiInitiatorSubject)
-
Method Details
-
getGrouperWorkflowInstance
-
convertFromGrouperWorkflowInstance
public static GuiGrouperWorkflowInstance convertFromGrouperWorkflowInstance(GrouperWorkflowInstance grouperWorkflowInstance) convert from grouper workflow instance to gui grouper workflow instance- Parameters:
grouperWorkflowInstance-- Returns:
-
convertFromGrouperWorkflowInstances
public static List<GuiGrouperWorkflowInstance> convertFromGrouperWorkflowInstances(List<GrouperWorkflowInstance> grouperWorkflowInstances) convert from list of configs to list of gui configs- Parameters:
grouperWorkflowConfigs-- Returns:
-
getGuiInitiatorSubject
-
setGuiInitiatorSubject
-