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()
List<ErrorCodeSection>
ElementInfoPanelModel. getSoftErrorCodeSections()
Method parameters in de.xima.fc.workflow.designer.model with type arguments of type ErrorCodeSection Modifier and Type Method Description void
ElementInfoPanelModel. setErrorCodeSections(List<ErrorCodeSection> errorCodeSections)
void
ElementInfoPanelModel. setSoftErrorCodeSections(List<ErrorCodeSection> softErrorCodeSections)
-