public class DefinitionsMapping extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DefinitionsMapping.Mapping |
static class |
DefinitionsMapping.PropertyMapping |
| Constructor and Description |
|---|
DefinitionsMapping() |
| Modifier and Type | Method and Description |
|---|---|
List<org.jahia.services.importexport.DefinitionsMapping.Action> |
getActions(ExtendedNodeType type) |
List<org.jahia.services.importexport.DefinitionsMapping.Action> |
getActions(ExtendedNodeType type,
String name) |
List<org.jahia.services.importexport.DefinitionsMapping.Action> |
getActions(ExtendedNodeType type,
String name,
String value) |
String |
getMappedItem(ExtendedNodeType type,
String name) |
String |
getMappedMetadataProperty(String name) |
String |
getMappedNode(ExtendedNodeType type,
String name) |
List<String> |
getMappedNodesForType(ExtendedNodeType type,
boolean oldName) |
String |
getMappedProperty(ExtendedNodeType type,
String name) |
String |
getMappedPropertyValue(ExtendedNodeType type,
String name,
String value) |
String |
getMappedType(ExtendedNodeType type) |
void |
load(InputStream is) |
public void load(InputStream is) throws IOException
IOExceptionpublic String getMappedType(ExtendedNodeType type)
public List<String> getMappedNodesForType(ExtendedNodeType type, boolean oldName)
public String getMappedItem(ExtendedNodeType type, String name)
public String getMappedNode(ExtendedNodeType type, String name)
public String getMappedProperty(ExtendedNodeType type, String name)
public String getMappedPropertyValue(ExtendedNodeType type, String name, String value)
public List<org.jahia.services.importexport.DefinitionsMapping.Action> getActions(ExtendedNodeType type)
public List<org.jahia.services.importexport.DefinitionsMapping.Action> getActions(ExtendedNodeType type, String name)
public List<org.jahia.services.importexport.DefinitionsMapping.Action> getActions(ExtendedNodeType type, String name, String value)
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.