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 class
Default POJO implementation ofISummaryKeyValuePair
.Methods in de.xima.fc.workflow that return ISummaryKeyValuePairModifier and TypeMethodDescriptionSummaryKeyValuePair.setDisplayKeyStyleClass
(String styleClass) SummaryKeyValuePair.setDisplayValueStyleClass
(String styleClass) static ISummaryKeyValuePair
static ISummaryKeyValuePair
static ISummaryKeyValuePair
static ISummaryKeyValuePair
SummaryKeyValuePair.withI18nKey
(String i18nKey, Object value) static ISummaryKeyValuePair
SummaryKeyValuePair.withI18nKey
(String i18nKey, Object value, boolean keyHtml, boolean valueHtml) static ISummaryKeyValuePair
SummaryKeyValuePair.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 specifiedMultiFile
instance.static List<ISummaryKeyValuePair>
WorkflowSummaryHelper.getSingleFileSummaryKeyValuePairs
(IEntityContext ec, IWorkflowProvider wfProvider, SingleFile singleFile) Creates a summary entries for a givenSingleFile
instance.static List<ISummaryKeyValuePair>
WorkflowSummaryHelper.getSingleFileSummaryKeyValuePairs
(IEntityContext ec, IWorkflowProvider provider, SingleFile singleFile, String i18nSingleFileResourceKey) Creates summary entries for a specifiedSingleFile
instance.