Class WorkflowSummaryHelper
java.lang.Object
de.xima.fc.workflow.processor.logic.WorkflowSummaryHelper
Helper methods for creating the summary of workflow elements, shown when clicking on the small info icon at the top
right corner of a node or trigger.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<ISummaryKeyValuePair>getMultiFileSummaryKeyValuePairs(IEntityContext ec, IWorkflowProvider provider, MultiFile multiFile) Creates summary entries for a specifiedMultiFileinstance.static List<ISummaryKeyValuePair>getSingleFileSummaryKeyValuePairs(IEntityContext ec, IWorkflowProvider wfProvider, SingleFile singleFile) Creates a summary entries for a givenSingleFileinstance.static List<ISummaryKeyValuePair>getSingleFileSummaryKeyValuePairs(IEntityContext ec, IWorkflowProvider provider, SingleFile singleFile, String i18nSingleFileResourceKey) Creates summary entries for a specifiedSingleFileinstance.
-
Method Details
-
getMultiFileSummaryKeyValuePairs
public static List<ISummaryKeyValuePair> getMultiFileSummaryKeyValuePairs(IEntityContext ec, IWorkflowProvider provider, MultiFile multiFile) Creates summary entries for a specifiedMultiFileinstance.- Parameters:
ec- aIEntityContextobjectprovider- aIWorkflowProviderobjectmultiFile- aMultiFileobject- Returns:
- a list of
ISummaryKeyValuePairwith detailed information about theMultiFileobject
-
getSingleFileSummaryKeyValuePairs
public static List<ISummaryKeyValuePair> getSingleFileSummaryKeyValuePairs(IEntityContext ec, IWorkflowProvider wfProvider, SingleFile singleFile) Creates a summary entries for a givenSingleFileinstance.- Parameters:
ec- theIEntityContextwfProvider- theIWorkflowProvidersingleFile- theSingleFile- Returns:
- a list of
ISummaryKeyValuePairwith detailed information about theSingleFileobject
-
getSingleFileSummaryKeyValuePairs
public static List<ISummaryKeyValuePair> getSingleFileSummaryKeyValuePairs(IEntityContext ec, IWorkflowProvider provider, SingleFile singleFile, String i18nSingleFileResourceKey) Creates summary entries for a specifiedSingleFileinstance.- Parameters:
ec- theIEntityContextprovider- theIWorkflowProvidersingleFile- theSingleFilei18nSingleFileResourceKey- the i18n key for the resource parameter name in the result- Returns:
- a list of
ISummaryKeyValuePairwith detailed information about theSingleFileobject
-