Uses of Class
de.xima.fc.workflow.designer.model.ErrorCodeSection
-
Packages that use ErrorCodeSection Package Description de.xima.fc.workflow.designer.helper de.xima.fc.workflow.designer.model -
-
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 ErrorCodeSection Modifier and Type Method Description List<ErrorCodeSection>ElementNodeInfoHelper. createErrorCodeSections()List<ErrorCodeSection>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 ErrorCodeSection Modifier and Type Method Description List<ErrorCodeSection>ElementInfoPanelModel. getErrorCodeSections()A list with error code sections.List<ErrorCodeSection>ElementInfoPanelModel. getSoftErrorCodeSections()A list with soft error code sections.Method parameters in de.xima.fc.workflow.designer.model with type arguments of type ErrorCodeSection Modifier and Type Method Description voidElementInfoPanelModel. setErrorCodeSections(List<ErrorCodeSection> errorCodeSections)A list with error code sections.voidElementInfoPanelModel. setSoftErrorCodeSections(List<ErrorCodeSection> softErrorCodeSections)A list with soft error code sections.
-