Class AttachementCollectionPropertyCopyStrategy
java.lang.Object
com.vdoc.sdk.commons.utils.copy.properties.strategies.collection.AbstractCollectionPropertyCopyStrategy
com.vdoc.sdk.commons.utils.copy.properties.strategies.collection.AttachementCollectionPropertyCopyStrategy
- All Implemented Interfaces:
PropertyCopyStrategy,PropertyCopyStrategySelector
public class AttachementCollectionPropertyCopyStrategy
extends AbstractCollectionPropertyCopyStrategy
Attachement collection property copy strategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopy(PropertyCopyConfiguration configuration) Copy a configurationprotected intMethods inherited from class com.vdoc.sdk.commons.utils.copy.properties.strategies.collection.AbstractCollectionPropertyCopyStrategy
canCopy, getSupportedPropertyType
-
Constructor Details
-
AttachementCollectionPropertyCopyStrategy
public AttachementCollectionPropertyCopyStrategy()
-
-
Method Details
-
getSupportedPropertyElementType
protected int getSupportedPropertyElementType()- Specified by:
getSupportedPropertyElementTypein classAbstractCollectionPropertyCopyStrategy
-
copy
Description copied from interface:PropertyCopyStrategyCopy a configuration- Specified by:
copyin interfacePropertyCopyStrategy- Specified by:
copyin classAbstractCollectionPropertyCopyStrategy- Parameters:
configuration- the configuration- Throws:
WorkflowModuleException- on error
-