com.sapportals.wcm.service.propertyconfig
Interface IMetaModelImport
- public interface IMetaModelImport
|
Method Summary |
void |
checkImportedMetaData(List namespaceExcludeIdList,
List groupExcludeIdList,
List rendererExcludeIdList,
List extensionExcludeIdList,
List propertyExcludeIdList)
|
String |
getErrorMessage()
Returns an error message about what happened during the export. |
List |
getExtensionConflictList()
|
List |
getExtensionConflictObjectList()
|
List |
getExtensionNewObjectList()
|
List |
getGroupConflictList()
|
List |
getGroupConflictObjectList()
|
List |
getGroupNewObjectList()
|
List |
getNamespaceConflictList()
|
List |
getNamespaceConflictObjectList()
|
List |
getNamespaceNewObjectList()
|
List |
getPropertyConflictList()
|
List |
getPropertyConflictObjectList()
|
List |
getPropertyNewObjectList()
|
List |
getRendererConflictList()
|
List |
getRendererConflictObjectList()
|
List |
getRendererNewObjectList()
|
String |
getState()
Returns the state of the export |
String |
getStorageReport()
|
void |
importMetaDataScheme(IResource inputDocument,
Locale locale)
Imports property definitons defined in the specified resource.
|
void |
importMetaDataScheme(String fileName,
Locale locale)
Imports property definitons defined in the specified file.
|
void |
persistMetadata(List namespaceExcludeIdList,
List groupExcludeIdList,
List rendererExcludeIdList,
List extensionExcludeIdList,
List propertyExcludeIdList)
|
IMPORT_REFERENCED_NAMESPACE_ERROR
public static final String IMPORT_REFERENCED_NAMESPACE_ERROR
- See Also:
- Constant Field Values
IMPORT_REFERENCED_EXTENSION_ERROR
public static final String IMPORT_REFERENCED_EXTENSION_ERROR
- See Also:
- Constant Field Values
IMPORT_REFERENCED_RENDERER_ERROR
public static final String IMPORT_REFERENCED_RENDERER_ERROR
- See Also:
- Constant Field Values
IMPORT_COMPOSED_OF_ERROR
public static final String IMPORT_COMPOSED_OF_ERROR
- See Also:
- Constant Field Values
IMPORT_DEFAULT_VALUES_ERROR
public static final String IMPORT_DEFAULT_VALUES_ERROR
- See Also:
- Constant Field Values
IMPORT_ALLOWED_VALUES_ERROR
public static final String IMPORT_ALLOWED_VALUES_ERROR
- See Also:
- Constant Field Values
IMPORT_WRONG_CHAR_IN_PROP_NAME_ERROR
public static final String IMPORT_WRONG_CHAR_IN_PROP_NAME_ERROR
- See Also:
- Constant Field Values
IMPORT_WRONG_CHAR_IN_NAMESPACE_ERROR
public static final String IMPORT_WRONG_CHAR_IN_NAMESPACE_ERROR
- See Also:
- Constant Field Values
IMPORT_WRONG_CHAR_IN_UNIQUE_ID_ERROR
public static final String IMPORT_WRONG_CHAR_IN_UNIQUE_ID_ERROR
- See Also:
- Constant Field Values
IMPORT_REQ_ENTRY_FOR_PROPERTY_MIS_ERROR
public static final String IMPORT_REQ_ENTRY_FOR_PROPERTY_MIS_ERROR
- See Also:
- Constant Field Values
IMPORT_NOT_ALLOWED_VALUES_ERROR
public static final String IMPORT_NOT_ALLOWED_VALUES_ERROR
- See Also:
- Constant Field Values
IMPORT_REQ_ENTRY_FOR_NAMESPA_MIS_ERROR
public static final String IMPORT_REQ_ENTRY_FOR_NAMESPA_MIS_ERROR
- See Also:
- Constant Field Values
IMPORT_REQ_ENTRY_FOR_GROUP_MIS_ERROR
public static final String IMPORT_REQ_ENTRY_FOR_GROUP_MIS_ERROR
- See Also:
- Constant Field Values
IMPORT_REQ_ENTRY_FOR_EXTENSION_MIS_ERROR
public static final String IMPORT_REQ_ENTRY_FOR_EXTENSION_MIS_ERROR
- See Also:
- Constant Field Values
IMPORT_REQ_ENTRY_FOR_RENDERER_MIS_ERROR
public static final String IMPORT_REQ_ENTRY_FOR_RENDERER_MIS_ERROR
- See Also:
- Constant Field Values
IMPORT_INITIAL_STATE
public static final String IMPORT_INITIAL_STATE
- See Also:
- Constant Field Values
IMPORT_FATAL_ERROR
public static final String IMPORT_FATAL_ERROR
- See Also:
- Constant Field Values
IMPORT_DTD_ERROR
public static final String IMPORT_DTD_ERROR
- See Also:
- Constant Field Values
IMPORT_PARSING_ERROR
public static final String IMPORT_PARSING_ERROR
- See Also:
- Constant Field Values
IMPORT_PROPERTY_ALREADY_DEFINED_ERROR
public static final String IMPORT_PROPERTY_ALREADY_DEFINED_ERROR
- See Also:
- Constant Field Values
IMPORT_NAMESPACE_ALREADY_DEFINED_ERROR
public static final String IMPORT_NAMESPACE_ALREADY_DEFINED_ERROR
- See Also:
- Constant Field Values
IMPORT_METADATA_EX_ALREADY_DEFINED_ERROR
public static final String IMPORT_METADATA_EX_ALREADY_DEFINED_ERROR
- See Also:
- Constant Field Values
IMPORT_GROUP_ALREADY_DEFINED_ERROR
public static final String IMPORT_GROUP_ALREADY_DEFINED_ERROR
- See Also:
- Constant Field Values
IMPORT_RENDERER_ALREADY_DEFINED_ERROR
public static final String IMPORT_RENDERER_ALREADY_DEFINED_ERROR
- See Also:
- Constant Field Values
IMPORT_OK
public static final String IMPORT_OK
- See Also:
- Constant Field Values
importMetaDataScheme
public void importMetaDataScheme(String fileName,
Locale locale)
throws Exception
- Imports property definitons defined in the specified file.
The definitions are not already stored in the configuration.
The file has to represent its information in XML in the specified format.
- Parameters:
fileName - locale -
- Throws:
Exception
importMetaDataScheme
public void importMetaDataScheme(IResource inputDocument,
Locale locale)
throws Exception
- Imports property definitons defined in the specified resource.
The definitions are not already stored in the configuration.
The resource has to represent its information in XML in the specified format.
- Parameters:
inputDocument - locale -
- Throws:
Exception
checkImportedMetaData
public void checkImportedMetaData(List namespaceExcludeIdList,
List groupExcludeIdList,
List rendererExcludeIdList,
List extensionExcludeIdList,
List propertyExcludeIdList)
throws Exception
- Throws:
Exception
persistMetadata
public void persistMetadata(List namespaceExcludeIdList,
List groupExcludeIdList,
List rendererExcludeIdList,
List extensionExcludeIdList,
List propertyExcludeIdList)
throws Exception
- Throws:
Exception
getState
public String getState()
- Returns the state of the export
- Returns:
getErrorMessage
public String getErrorMessage()
- Returns an error message about what happened during the export.
- Returns:
getExtensionConflictList
public List getExtensionConflictList()
getGroupConflictList
public List getGroupConflictList()
getNamespaceConflictList
public List getNamespaceConflictList()
getPropertyConflictList
public List getPropertyConflictList()
getRendererConflictList
public List getRendererConflictList()
getExtensionConflictObjectList
public List getExtensionConflictObjectList()
getGroupConflictObjectList
public List getGroupConflictObjectList()
getNamespaceConflictObjectList
public List getNamespaceConflictObjectList()
getPropertyConflictObjectList
public List getPropertyConflictObjectList()
getRendererConflictObjectList
public List getRendererConflictObjectList()
getExtensionNewObjectList
public List getExtensionNewObjectList()
getGroupNewObjectList
public List getGroupNewObjectList()
getNamespaceNewObjectList
public List getNamespaceNewObjectList()
getPropertyNewObjectList
public List getPropertyNewObjectList()
getRendererNewObjectList
public List getRendererNewObjectList()
getStorageReport
public String getStorageReport()
Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.