Uses of Interface
de.xima.fc.interfaces.workflow.mixin.ISummaryKeyValuePair
-
Packages that use ISummaryKeyValuePair Package Description de.xima.fc.interfaces.workflow.mixin de.xima.fc.workflow de.xima.fc.workflow.processor.logic -
-
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 Modifier and Type Method Description List<ISummaryKeyValuePair>
ISummaryKeyValueModel. getElementSummaryKeyValuePairs()
-
Uses of ISummaryKeyValuePair in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement ISummaryKeyValuePair Modifier and Type Class Description class
SummaryKeyValuePair
Default POJO implementation ofISummaryKeyValuePair
.Methods in de.xima.fc.workflow that return ISummaryKeyValuePair Modifier and Type Method Description ISummaryKeyValuePair
SummaryKeyValuePair. setDisplayKeyStyleClass(String styleClass)
ISummaryKeyValuePair
SummaryKeyValuePair. setDisplayValueStyleClass(String styleClass)
static ISummaryKeyValuePair
SummaryKeyValuePair. with(String key, Object value)
static ISummaryKeyValuePair
SummaryKeyValuePair. with(String key, Object value, boolean keyHtml, boolean valueHtml)
static ISummaryKeyValuePair
SummaryKeyValuePair. with(String key, Object value, String keyStyle, String valueStyle)
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 ISummaryKeyValuePair Modifier and Type Method Description SummaryKeyValueModelBuilder
SummaryKeyValueModelBuilder. addKeyValuePair(ISummaryKeyValuePair pair)
Method parameters in de.xima.fc.workflow with type arguments of type ISummaryKeyValuePair Modifier and Type Method Description SummaryKeyValueModelBuilder
SummaryKeyValueModelBuilder. 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 ISummaryKeyValuePair Modifier and Type Method Description static List<ISummaryKeyValuePair>
WorkflowSummaryHelper. getMultiFileSummaryKeyValuePairs(IEntityContext ec, IWorkflowProvider wfProvider, 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 wfProvider, SingleFile singleFile, String i18nSingleFileResourceKey)
Creates summary entries for a specifiedSingleFile
instance.
-