Uses of Class
de.xima.fc.workflow.designer.model.ErrorCodeSection
Packages that use ErrorCodeSection
-
Uses of ErrorCodeSection in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return types with arguments of type ErrorCodeSectionModifier and TypeMethodDescriptionElementNodeInfoHelper.createErrorCodeSections()ElementNodeInfoHelper.createSoftErrorCodeSections() -
Uses of ErrorCodeSection in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type ErrorCodeSectionModifier and TypeMethodDescriptionElementInfoPanelModel.getErrorCodeSections()A list with error code sections.ElementInfoPanelModel.getSoftErrorCodeSections()A list with soft error code sections.Method parameters in de.xima.fc.workflow.designer.model with type arguments of type ErrorCodeSectionModifier and TypeMethodDescriptionvoidElementInfoPanelModel.setErrorCodeSections(List<ErrorCodeSection> errorCodeSections) A list with error code sections.voidElementInfoPanelModel.setSoftErrorCodeSections(List<ErrorCodeSection> softErrorCodeSections) A list with soft error code sections.