Class StringCollectionPropertyCopyStrategy
java.lang.Object
com.vdoc.sdk.commons.utils.copy.properties.strategies.collection.StringCollectionPropertyCopyStrategy
- All Implemented Interfaces:
PropertyCopyStrategy,PropertyCopyStrategySelector
public class StringCollectionPropertyCopyStrategy
extends Object
implements PropertyCopyStrategySelector
String collection property copy strategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanCopy(PropertyCopyConfiguration configuration) Check if it can copyvoidcopy(PropertyCopyConfiguration configuration) Copy a configurationprotected intprotected int
-
Constructor Details
-
StringCollectionPropertyCopyStrategy
public StringCollectionPropertyCopyStrategy()
-
-
Method Details
-
copy
Description copied from interface:PropertyCopyStrategyCopy a configuration- Specified by:
copyin interfacePropertyCopyStrategy- Parameters:
configuration- the configuration- Throws:
WorkflowModuleException- on error
-
canCopy
Description copied from interface:PropertyCopyStrategySelectorCheck if it can copy- Specified by:
canCopyin interfacePropertyCopyStrategySelector- Parameters:
configuration- the configuration- Returns:
- true if it can copy
-
getSupportedPropertyType
protected int getSupportedPropertyType() -
getSupportedPropertyElementType
protected int getSupportedPropertyElementType()
-