| Package | Description |
|---|---|
| com.foreach.across.modules.webcms.data | |
| com.foreach.across.modules.webcms.infrastructure |
| Modifier and Type | Method and Description |
|---|---|
static WebCmsDataImportAction |
WebCmsDataImportAction.fromAttributeValue(String attributeValue)
Retrieve the action represented by an attribute value.
|
static WebCmsDataImportAction |
WebCmsDataImportAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebCmsDataImportAction[] |
WebCmsDataImportAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected WebCmsDataAction |
AbstractWebCmsDataImporter.resolveAction(WebCmsDataImportAction requested,
T existing)
Resolve the import action into the actual action to perform depending if there's an
existing item we're dealing with or not.
|
| Modifier and Type | Method and Description |
|---|---|
static WebCmsDataAction |
WebCmsUtils.convertImportActionToDataAction(Object existing,
WebCmsDataImportAction requested) |
Copyright © 2020. All rights reserved.