Class WorkflowSummaryHelper
- java.lang.Object
-
- de.xima.fc.workflow.processor.logic.WorkflowSummaryHelper
-
public final class WorkflowSummaryHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<ISummaryKeyValuePair>
getMultiFileSummaryKeyValuePairs(IEntityContext ec, IWorkflowProvider wfProvider, MultiFile multiFile)
Creates summary entries for a specifiedMultiFile
instance.static List<ISummaryKeyValuePair>
getSingleFileSummaryKeyValuePairs(IEntityContext ec, IWorkflowProvider wfProvider, SingleFile singleFile)
Creates a summary entries for a givenSingleFile
instance.static List<ISummaryKeyValuePair>
getSingleFileSummaryKeyValuePairs(IEntityContext ec, IWorkflowProvider wfProvider, SingleFile singleFile, String i18nSingleFileResourceKey)
Creates summary entries for a specifiedSingleFile
instance.
-
-
-
Method Detail
-
getMultiFileSummaryKeyValuePairs
public static List<ISummaryKeyValuePair> getMultiFileSummaryKeyValuePairs(IEntityContext ec, IWorkflowProvider wfProvider, MultiFile multiFile)
Creates summary entries for a specifiedMultiFile
instance.- Parameters:
ec
- aIEntityContext
objectwfProvider
- aIWorkflowProvider
objectmultiFile
- aMultiFile
object- Returns:
- a list of
ISummaryKeyValuePair
with detailed information about theMultiFile
object
-
getSingleFileSummaryKeyValuePairs
public static List<ISummaryKeyValuePair> getSingleFileSummaryKeyValuePairs(IEntityContext ec, IWorkflowProvider wfProvider, SingleFile singleFile)
Creates a summary entries for a givenSingleFile
instance.- Parameters:
ec
- theIEntityContext
wfProvider
- theIWorkflowProvider
singleFile
- theSingleFile
- Returns:
- a list of
ISummaryKeyValuePair
with detailed information about theSingleFile
object
-
getSingleFileSummaryKeyValuePairs
public static List<ISummaryKeyValuePair> getSingleFileSummaryKeyValuePairs(IEntityContext ec, IWorkflowProvider wfProvider, SingleFile singleFile, String i18nSingleFileResourceKey)
Creates summary entries for a specifiedSingleFile
instance.- Parameters:
ec
- theIEntityContext
wfProvider
- theIWorkflowProvider
singleFile
- theSingleFile
i18nSingleFileResourceKey
- the i18n key for the resource parameter name in the result- Returns:
- a list of
ISummaryKeyValuePair
with detailed information about theSingleFile
object
-
-