Class WfGuiUtil
java.lang.Object
com.evolveum.midpoint.web.component.wf.WfGuiUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getLocalizedProcessName
(ApprovalContextType wfc, org.apache.wicket.Component component) Creates localized process instance name from the workflow context (if possible); otherwise returns null.static String
getLocalizedTaskName
(ApprovalContextType wfc, org.apache.wicket.Component component)
-
Constructor Details
-
WfGuiUtil
public WfGuiUtil()
-
-
Method Details
-
getLocalizedProcessName
public static String getLocalizedProcessName(ApprovalContextType wfc, org.apache.wicket.Component component) Creates localized process instance name from the workflow context (if possible); otherwise returns null. -
getLocalizedTaskName
public static String getLocalizedTaskName(ApprovalContextType wfc, org.apache.wicket.Component component)
-