Class AbstractDynamicLocalizationsPropertyCopyStrategy
java.lang.Object
com.vdoc.sdk.commons.utils.copy.properties.strategies.simple.AbstractSimplePropertyCopyStrategy
com.vdoc.sdk.commons.utils.copy.properties.strategies.simple.AbstractDynamicLocalizationsPropertyCopyStrategy
- All Implemented Interfaces:
PropertyCopyStrategy,PropertyCopyStrategySelector
- Direct Known Subclasses:
StorageResourceDynamicLocalizationsPropertyCopyStrategy,WorkflowInstanceDynamicLocalizationsPropertyCopyStrategy
public abstract class AbstractDynamicLocalizationsPropertyCopyStrategy
extends AbstractSimplePropertyCopyStrategy
Abstract dynamic localizations property copy strategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopy(PropertyCopyConfiguration configuration) Copy a configurationprotected abstract ICataloggetCatalog(PropertyCopyConfiguration configuration) protected intprotected intMethods inherited from class com.vdoc.sdk.commons.utils.copy.properties.strategies.simple.AbstractSimplePropertyCopyStrategy
canCopy
-
Constructor Details
-
AbstractDynamicLocalizationsPropertyCopyStrategy
public AbstractDynamicLocalizationsPropertyCopyStrategy()
-
-
Method Details
-
getSupportedPropertyType
protected int getSupportedPropertyType()- Specified by:
getSupportedPropertyTypein classAbstractSimplePropertyCopyStrategy
-
getSupportedPropertyElementType
protected int getSupportedPropertyElementType()- Overrides:
getSupportedPropertyElementTypein classAbstractSimplePropertyCopyStrategy
-
copy
Description copied from interface:PropertyCopyStrategyCopy a configuration- Specified by:
copyin interfacePropertyCopyStrategy- Overrides:
copyin classAbstractSimplePropertyCopyStrategy- Parameters:
configuration- the configuration- Throws:
WorkflowModuleException- on error
-
getCatalog
-