Uses of Interface
de.xima.fc.interfaces.workflow.mixin.ISummaryKeyValuePair
Packages that use ISummaryKeyValuePair
Package
Description
-
Uses of ISummaryKeyValuePair in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin that return types with arguments of type ISummaryKeyValuePair -
Uses of ISummaryKeyValuePair in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement ISummaryKeyValuePairModifier and TypeClassDescriptionfinal classDefault POJO implementation ofISummaryKeyValuePair.Methods in de.xima.fc.workflow that return ISummaryKeyValuePairModifier and TypeMethodDescriptionSummaryKeyValuePair.setDisplayKeyStyleClass(String styleClass) SummaryKeyValuePair.setDisplayValueStyleClass(String styleClass) static ISummaryKeyValuePairstatic ISummaryKeyValuePairstatic ISummaryKeyValuePairstatic ISummaryKeyValuePairSummaryKeyValuePair.withI18nKey(String i18nKey, Object value) static ISummaryKeyValuePairSummaryKeyValuePair.withI18nKey(String i18nKey, Object value, boolean keyHtml, boolean valueHtml) static ISummaryKeyValuePairSummaryKeyValuePair.withI18nKey(String i18nKey, Object value, String keyStyle, String valueStyle) Methods in de.xima.fc.workflow with parameters of type ISummaryKeyValuePairModifier and TypeMethodDescriptionSummaryKeyValueModelBuilder.addKeyValuePair(ISummaryKeyValuePair pair) Method parameters in de.xima.fc.workflow with type arguments of type ISummaryKeyValuePairModifier and TypeMethodDescriptionSummaryKeyValueModelBuilder.addKeyValuePairs(Iterable<? extends ISummaryKeyValuePair> pairs) -
Uses of ISummaryKeyValuePair in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type ISummaryKeyValuePairModifier and TypeMethodDescriptionstatic List<ISummaryKeyValuePair>WorkflowSummaryHelper.getMultiFileSummaryKeyValuePairs(IEntityContext ec, IWorkflowProvider provider, MultiFile multiFile) Creates summary entries for a specifiedMultiFileinstance.static List<ISummaryKeyValuePair>WorkflowSummaryHelper.getSingleFileSummaryKeyValuePairs(IEntityContext ec, IWorkflowProvider wfProvider, SingleFile singleFile) Creates a summary entries for a givenSingleFileinstance.static List<ISummaryKeyValuePair>WorkflowSummaryHelper.getSingleFileSummaryKeyValuePairs(IEntityContext ec, IWorkflowProvider provider, SingleFile singleFile, String i18nSingleFileResourceKey) Creates summary entries for a specifiedSingleFileinstance.