Uses of Enum Class
cdc.impex.templates.ImportAction
Packages that use ImportAction
-
Uses of ImportAction in cdc.impex
Methods in cdc.impex that return types with arguments of type ImportActionMethods in cdc.impex with parameters of type ImportActionModifier and TypeMethodDescriptionImpExFactoryFeatures.Builder.defaultAction(ImportAction defaultAction) -
Uses of ImportAction in cdc.impex.imports
Methods in cdc.impex.imports that return ImportActionModifier and TypeMethodDescriptiondefault ImportActionImportRow.getAction()Deprecated, for removal: This API element is subject to removal in a future version.ImportRow.getAction(Optional<ImportAction> defaultAction) Returns the action to take for the row: If an action is defined in the row, then it is returned.Method parameters in cdc.impex.imports with type arguments of type ImportActionModifier and TypeMethodDescriptionImportRow.getAction(Optional<ImportAction> defaultAction) Returns the action to take for the row: If an action is defined in the row, then it is returned. -
Uses of ImportAction in cdc.impex.templates
Fields in cdc.impex.templates declared as ImportActionMethods in cdc.impex.templates that return ImportActionModifier and TypeMethodDescriptionSheetTemplate.getDefaultAction()Usage.getImportActions(Presence presence) static ImportActionReturns the enum constant of this class with the specified name.static ImportAction[]ImportAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cdc.impex.templates that return types with arguments of type ImportActionMethods in cdc.impex.templates with parameters of type ImportActionModifier and TypeMethodDescriptionSheetTemplate.Builder.defaultAction(ImportAction defaultAction) Usage.getPresence(ImportAction action) booleanUsage.isIgnoredFor(ImportAction action) booleanUsage.isMandatoryFor(ImportAction action) booleanUsage.isOptionalFor(ImportAction action)
ImportRow.getAction(Optional).