Uses of Class
com.vdoc.sdk.commons.utils.copy.properties.PropertyCopyConfiguration
Packages that use PropertyCopyConfiguration
Package
Description
-
Uses of PropertyCopyConfiguration in com.vdoc.sdk.commons.utils
Methods in com.vdoc.sdk.commons.utils with parameters of type PropertyCopyConfigurationModifier and TypeMethodDescriptionstatic voidResourceUtils.copyProperty(PropertyCopyConfiguration configuration, Boolean ignoreError) Copy property -
Uses of PropertyCopyConfiguration in com.vdoc.sdk.commons.utils.copy.properties
Methods in com.vdoc.sdk.commons.utils.copy.properties that return PropertyCopyConfigurationModifier and TypeMethodDescriptionPropertyCopyConfigurationBuilder.createPropertyCopyConfiguration()Create property copy configurationMethods in com.vdoc.sdk.commons.utils.copy.properties with parameters of type PropertyCopyConfigurationModifier and TypeMethodDescriptionbooleanPropertyCopyStrategySelector.canCopy(PropertyCopyConfiguration configuration) Check if it can copyvoidPropertyCopyStrategy.copy(PropertyCopyConfiguration configuration) Copy a configurationstatic PropertyCopyStrategyPropertyCopyStrategyFactory.getInstance(PropertyCopyConfiguration configuration) Get instance -
Uses of PropertyCopyConfiguration in com.vdoc.sdk.commons.utils.copy.properties.strategies.collection
Methods in com.vdoc.sdk.commons.utils.copy.properties.strategies.collection with parameters of type PropertyCopyConfigurationModifier and TypeMethodDescriptionbooleanAbstractCollectionPropertyCopyStrategy.canCopy(PropertyCopyConfiguration configuration) booleanStringCollectionPropertyCopyStrategy.canCopy(PropertyCopyConfiguration configuration) abstract voidAbstractCollectionPropertyCopyStrategy.copy(PropertyCopyConfiguration configuration) voidAttachementCollectionPropertyCopyStrategy.copy(PropertyCopyConfiguration configuration) voidStringCollectionPropertyCopyStrategy.copy(PropertyCopyConfiguration configuration) -
Uses of PropertyCopyConfiguration in com.vdoc.sdk.commons.utils.copy.properties.strategies.collection.directory
Methods in com.vdoc.sdk.commons.utils.copy.properties.strategies.collection.directory with parameters of type PropertyCopyConfigurationModifier and TypeMethodDescriptionvoidAbstractDirectoryPropertyCopyStrategy.copy(PropertyCopyConfiguration configuration) -
Uses of PropertyCopyConfiguration in com.vdoc.sdk.commons.utils.copy.properties.strategies.collection.workflow
Methods in com.vdoc.sdk.commons.utils.copy.properties.strategies.collection.workflow with parameters of type PropertyCopyConfigurationModifier and TypeMethodDescriptionbooleanLinkedResourcesPropertyCopyStrategy.canCopy(PropertyCopyConfiguration configuration) booleanWorkflowInstanceCollectionNonCascadingPropertyCopyStrategy.canCopy(PropertyCopyConfiguration configuration) voidLinkedResourcesPropertyCopyStrategy.copy(PropertyCopyConfiguration configuration) voidStorageResourceCollectionPropertyCopyStrategy.copy(PropertyCopyConfiguration configuration) voidWorkflowInstanceCollectionNonCascadingPropertyCopyStrategy.copy(PropertyCopyConfiguration configuration) -
Uses of PropertyCopyConfiguration in com.vdoc.sdk.commons.utils.copy.properties.strategies.simple
Methods in com.vdoc.sdk.commons.utils.copy.properties.strategies.simple with parameters of type PropertyCopyConfigurationModifier and TypeMethodDescriptionbooleanAbstractSimplePropertyCopyStrategy.canCopy(PropertyCopyConfiguration configuration) voidAbstractDynamicLocalizationsPropertyCopyStrategy.copy(PropertyCopyConfiguration configuration) voidAbstractSimplePropertyCopyStrategy.copy(PropertyCopyConfiguration configuration) protected abstract ICatalogAbstractDynamicLocalizationsPropertyCopyStrategy.getCatalog(PropertyCopyConfiguration configuration) -
Uses of PropertyCopyConfiguration in com.vdoc.sdk.commons.utils.copy.properties.strategies.simple.dynamic.localizations
Methods in com.vdoc.sdk.commons.utils.copy.properties.strategies.simple.dynamic.localizations with parameters of type PropertyCopyConfigurationModifier and TypeMethodDescriptionbooleanStorageResourceDynamicLocalizationsPropertyCopyStrategy.canCopy(PropertyCopyConfiguration configuration) booleanWorkflowInstanceDynamicLocalizationsPropertyCopyStrategy.canCopy(PropertyCopyConfiguration configuration) protected ICatalogStorageResourceDynamicLocalizationsPropertyCopyStrategy.getCatalog(PropertyCopyConfiguration configuration) protected ICatalogWorkflowInstanceDynamicLocalizationsPropertyCopyStrategy.getCatalog(PropertyCopyConfiguration configuration)