Class ElementNodeInfoHelper
- java.lang.Object
-
- de.xima.fc.workflow.designer.helper.AElementInfoHelper<INodeHandler<?>>
-
- de.xima.fc.workflow.designer.helper.ElementNodeInfoHelper
-
public final class ElementNodeInfoHelper extends AElementInfoHelper<INodeHandler<?>>
Helper methods for creating and modifying aElementInfoPanelModelfor nodes.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
-
Fields inherited from class de.xima.fc.workflow.designer.helper.AElementInfoHelper
data, elementKey, elementName, elementType, handler, locale, LOG
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ValueDescriptorRow>createAlwaysRows()List<ErrorCodeSection>createErrorCodeSections()List<ErrorCodeSection>createSoftErrorCodeSections()List<ValueDescriptorRow>createSuccessRows()static ElementNodeInfoHelpernewHelper(Mandant client, Locale locale, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, ElementKey elementKey, String nodeType)-
Methods inherited from class de.xima.fc.workflow.designer.helper.AElementInfoHelper
createElementHelp, createSummaryModel, createValueDescriptorRows, getElementType, getSummaryXhtml, localize
-
-
-
-
Method Detail
-
createAlwaysRows
public List<ValueDescriptorRow> createAlwaysRows()
-
createErrorCodeSections
public List<ErrorCodeSection> createErrorCodeSections()
-
createSoftErrorCodeSections
public List<ErrorCodeSection> createSoftErrorCodeSections()
-
createSuccessRows
public List<ValueDescriptorRow> createSuccessRows()
-
newHelper
public static ElementNodeInfoHelper newHelper(Mandant client, Locale locale, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, ElementKey elementKey, String nodeType)
-
-