Class WfGuiUtil
- java.lang.Object
-
- com.evolveum.midpoint.web.component.wf.WfGuiUtil
-
public class WfGuiUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description WfGuiUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
-
-
-
Method Detail
-
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)
-
-