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<FileDescriptorRow>createCurrentFileRows()List<ValueDescriptorRow>createCurrentRows()List<ErrorCodeSection>createErrorCodeSections()List<FileDescriptorRow>createFileRows()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, getElementType, getSummaryXhtml 
 - 
 
 - 
 
- 
- 
Method Detail
- 
createAlwaysRows
public List<ValueDescriptorRow> createAlwaysRows()
 
- 
createCurrentRows
public List<ValueDescriptorRow> createCurrentRows()
 
- 
createErrorCodeSections
public List<ErrorCodeSection> createErrorCodeSections()
 
- 
createSoftErrorCodeSections
public List<ErrorCodeSection> createSoftErrorCodeSections()
 
- 
createSuccessRows
public List<ValueDescriptorRow> createSuccessRows()
 
- 
createFileRows
public List<FileDescriptorRow> createFileRows()
 
- 
createCurrentFileRows
public List<FileDescriptorRow> createCurrentFileRows()
 
- 
newHelper
public static ElementNodeInfoHelper newHelper(Mandant client, Locale locale, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, ElementKey elementKey, String nodeType)
 
 - 
 
 -