Uses of Interface
de.xima.fc.interfaces.workflow.mixin.ISummaryKeyValuePair
-
Packages that use ISummaryKeyValuePair Package Description de.xima.fc.interfaces.workflow.mixin The workflow engine is generic in the sense that it never checks the type of atriggerornodefor special types, all logic is implemented in terms of theITriggerHandlerandINodeHandlerinterfaces.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 classSummaryKeyValuePairDefault POJO implementation ofISummaryKeyValuePair.Methods in de.xima.fc.workflow that return ISummaryKeyValuePair Modifier and Type Method Description ISummaryKeyValuePairSummaryKeyValuePair. setDisplayKeyStyleClass(String styleClass)ISummaryKeyValuePairSummaryKeyValuePair. setDisplayValueStyleClass(String styleClass)static ISummaryKeyValuePairSummaryKeyValuePair. with(String key, Object value)static ISummaryKeyValuePairSummaryKeyValuePair. with(String key, Object value, boolean keyHtml, boolean valueHtml)static ISummaryKeyValuePairSummaryKeyValuePair. with(String key, Object value, String keyStyle, String valueStyle)static 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 ISummaryKeyValuePair Modifier and Type Method Description SummaryKeyValueModelBuilderSummaryKeyValueModelBuilder. addKeyValuePair(ISummaryKeyValuePair pair)Method parameters in de.xima.fc.workflow with type arguments of type ISummaryKeyValuePair Modifier and Type Method Description SummaryKeyValueModelBuilderSummaryKeyValueModelBuilder. 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 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.
-