Class WebbpmProcessScriptExtractor
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.impl.migrations.WebbpmProcessScriptExtractor
- All Implemented Interfaces:
ObjectExtractor<WebbpmProcess,
Script>
@Component
public class WebbpmProcessScriptExtractor
extends Object
implements ObjectExtractor<WebbpmProcess,Script>
- Author:
- krylov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextract
(WebbpmProcess container) Extract objects from a container object
-
Constructor Details
-
WebbpmProcessScriptExtractor
public WebbpmProcessScriptExtractor()
-
-
Method Details
-
getContainerType
- Specified by:
getContainerType
in interfaceObjectExtractor<WebbpmProcess,
Script> - Returns:
- class representing container type
-
extract
Description copied from interface:ObjectExtractor
Extract objects from a container object- Specified by:
extract
in interfaceObjectExtractor<WebbpmProcess,
Script> - Parameters:
container
- container object- Returns:
- stream of contained objects
-