Interface PropertyCopyStrategySelector
- All Superinterfaces:
PropertyCopyStrategy
- All Known Implementing Classes:
AbstractCollectionPropertyCopyStrategy,AbstractDirectoryPropertyCopyStrategy,AbstractDynamicLocalizationsPropertyCopyStrategy,AbstractSimplePropertyCopyStrategy,AttachementCollectionPropertyCopyStrategy,BigDecimalPropertyCopyStrategy,BooleanPropertyCopyStrategy,BytesPropertyCopyStrategy,DatePropertyCopyStrategy,DoublePropertyCopyStrategy,FloatPropertyCopyStrategy,GroupCollectionPropertyCopyStrategy,GroupPropertyCopyStrategy,IntegerPropertyCopyStrategy,LinkedResourcesPropertyCopyStrategy,LocalizationCollectionPropertyCopyStrategy,LocalizationPropertyCopyStrategy,LongPropertyCopyStrategy,MapPropertyCopyStrategy,OrganizationCollectionPropertyCopyStrategy,OrganizationPropertyCopyStrategy,PeriodPropertyCopyStrategy,StorageResourceCollectionPropertyCopyStrategy,StorageResourceDynamicLocalizationsPropertyCopyStrategy,StorageResourcePropertyCopyStrategy,StringCollectionPropertyCopyStrategy,StringPropertyCopyStrategy,UserCollectionPropertyCopyStrategy,UserPropertyCopyStrategy,WorkflowInstanceCollectionNonCascadingPropertyCopyStrategy,WorkflowInstanceDynamicLocalizationsPropertyCopyStrategy
Property copy strategy selector
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanCopy(PropertyCopyConfiguration configuration) Check if it can copyMethods inherited from interface com.vdoc.sdk.commons.utils.copy.properties.PropertyCopyStrategy
copy
-
Method Details
-
canCopy
Check if it can copy- Parameters:
configuration- the configuration- Returns:
- true if it can copy
-