SAP NetWeaver '04

com.sapportals.wcm.service.propertyconfig
Interface IMetaModelImport

[contained in: com.sap.km.cm.service.base.par - km.shared.service.propertyconfig_api.jar]
public interface IMetaModelImport


Field Summary
static java.lang.String IMPORT_ALLOWED_VALUES_ERROR
           
static java.lang.String IMPORT_COMPOSED_OF_ERROR
           
static java.lang.String IMPORT_DEFAULT_VALUES_ERROR
           
static java.lang.String IMPORT_DTD_ERROR
           
static java.lang.String IMPORT_FATAL_ERROR
           
static java.lang.String IMPORT_GROUP_ALREADY_DEFINED_ERROR
           
static java.lang.String IMPORT_INITIAL_STATE
           
static java.lang.String IMPORT_METADATA_EX_ALREADY_DEFINED_ERROR
           
static java.lang.String IMPORT_NAMESPACE_ALREADY_DEFINED_ERROR
           
static java.lang.String IMPORT_NOT_ALLOWED_VALUES_ERROR
           
static java.lang.String IMPORT_OK
           
static java.lang.String IMPORT_PARSING_ERROR
           
static java.lang.String IMPORT_PROPERTY_ALREADY_DEFINED_ERROR
           
static java.lang.String IMPORT_REFERENCED_EXTENSION_ERROR
           
static java.lang.String IMPORT_REFERENCED_NAMESPACE_ERROR
           
static java.lang.String IMPORT_REFERENCED_RENDERER_ERROR
           
static java.lang.String IMPORT_RENDERER_ALREADY_DEFINED_ERROR
           
static java.lang.String IMPORT_REQ_ENTRY_FOR_EXTENSION_MIS_ERROR
           
static java.lang.String IMPORT_REQ_ENTRY_FOR_GROUP_MIS_ERROR
           
static java.lang.String IMPORT_REQ_ENTRY_FOR_NAMESPA_MIS_ERROR
           
static java.lang.String IMPORT_REQ_ENTRY_FOR_PROPERTY_MIS_ERROR
           
static java.lang.String IMPORT_REQ_ENTRY_FOR_RENDERER_MIS_ERROR
           
static java.lang.String IMPORT_WRONG_CHAR_IN_NAMESPACE_ERROR
           
static java.lang.String IMPORT_WRONG_CHAR_IN_PROP_NAME_ERROR
           
static java.lang.String IMPORT_WRONG_CHAR_IN_UNIQUE_ID_ERROR
           
 
Method Summary
 void checkImportedMetaData(java.util.List namespaceExcludeIdList, java.util.List groupExcludeIdList, java.util.List rendererExcludeIdList, java.util.List extensionExcludeIdList, java.util.List propertyExcludeIdList)
           
 java.lang.String getErrorMessage()
          Returns an error message about what happened during the export.
 java.util.List getExtensionConflictList()
           
 java.util.List getExtensionConflictObjectList()
           
 java.util.List getExtensionNewObjectList()
           
 java.util.List getGroupConflictList()
           
 java.util.List getGroupConflictObjectList()
           
 java.util.List getGroupNewObjectList()
           
 java.util.List getNamespaceConflictList()
           
 java.util.List getNamespaceConflictObjectList()
           
 java.util.List getNamespaceNewObjectList()
           
 java.util.List getPropertyConflictList()
           
 java.util.List getPropertyConflictObjectList()
           
 java.util.List getPropertyNewObjectList()
           
 java.util.List getRendererConflictList()
           
 java.util.List getRendererConflictObjectList()
           
 java.util.List getRendererNewObjectList()
           
 java.lang.String getState()
          Returns the state of the export
 java.lang.String getStorageReport()
           
 void importMetaDataScheme(IResource inputDocument, java.util.Locale locale)
          Imports property definitons defined in the specified resource.
 void importMetaDataScheme(java.lang.String fileName, java.util.Locale locale)
          Imports property definitons defined in the specified file.
 void persistMetadata(java.util.List namespaceExcludeIdList, java.util.List groupExcludeIdList, java.util.List rendererExcludeIdList, java.util.List extensionExcludeIdList, java.util.List propertyExcludeIdList)
           
 

Field Detail

IMPORT_REFERENCED_NAMESPACE_ERROR

public static final java.lang.String IMPORT_REFERENCED_NAMESPACE_ERROR

IMPORT_REFERENCED_EXTENSION_ERROR

public static final java.lang.String IMPORT_REFERENCED_EXTENSION_ERROR

IMPORT_REFERENCED_RENDERER_ERROR

public static final java.lang.String IMPORT_REFERENCED_RENDERER_ERROR

IMPORT_COMPOSED_OF_ERROR

public static final java.lang.String IMPORT_COMPOSED_OF_ERROR

IMPORT_DEFAULT_VALUES_ERROR

public static final java.lang.String IMPORT_DEFAULT_VALUES_ERROR

IMPORT_ALLOWED_VALUES_ERROR

public static final java.lang.String IMPORT_ALLOWED_VALUES_ERROR

IMPORT_WRONG_CHAR_IN_PROP_NAME_ERROR

public static final java.lang.String IMPORT_WRONG_CHAR_IN_PROP_NAME_ERROR

IMPORT_WRONG_CHAR_IN_NAMESPACE_ERROR

public static final java.lang.String IMPORT_WRONG_CHAR_IN_NAMESPACE_ERROR

IMPORT_WRONG_CHAR_IN_UNIQUE_ID_ERROR

public static final java.lang.String IMPORT_WRONG_CHAR_IN_UNIQUE_ID_ERROR

IMPORT_REQ_ENTRY_FOR_PROPERTY_MIS_ERROR

public static final java.lang.String IMPORT_REQ_ENTRY_FOR_PROPERTY_MIS_ERROR

IMPORT_NOT_ALLOWED_VALUES_ERROR

public static final java.lang.String IMPORT_NOT_ALLOWED_VALUES_ERROR

IMPORT_REQ_ENTRY_FOR_NAMESPA_MIS_ERROR

public static final java.lang.String IMPORT_REQ_ENTRY_FOR_NAMESPA_MIS_ERROR

IMPORT_REQ_ENTRY_FOR_GROUP_MIS_ERROR

public static final java.lang.String IMPORT_REQ_ENTRY_FOR_GROUP_MIS_ERROR

IMPORT_REQ_ENTRY_FOR_EXTENSION_MIS_ERROR

public static final java.lang.String IMPORT_REQ_ENTRY_FOR_EXTENSION_MIS_ERROR

IMPORT_REQ_ENTRY_FOR_RENDERER_MIS_ERROR

public static final java.lang.String IMPORT_REQ_ENTRY_FOR_RENDERER_MIS_ERROR

IMPORT_INITIAL_STATE

public static final java.lang.String IMPORT_INITIAL_STATE

IMPORT_FATAL_ERROR

public static final java.lang.String IMPORT_FATAL_ERROR

IMPORT_DTD_ERROR

public static final java.lang.String IMPORT_DTD_ERROR

IMPORT_PARSING_ERROR

public static final java.lang.String IMPORT_PARSING_ERROR

IMPORT_PROPERTY_ALREADY_DEFINED_ERROR

public static final java.lang.String IMPORT_PROPERTY_ALREADY_DEFINED_ERROR

IMPORT_NAMESPACE_ALREADY_DEFINED_ERROR

public static final java.lang.String IMPORT_NAMESPACE_ALREADY_DEFINED_ERROR

IMPORT_METADATA_EX_ALREADY_DEFINED_ERROR

public static final java.lang.String IMPORT_METADATA_EX_ALREADY_DEFINED_ERROR

IMPORT_GROUP_ALREADY_DEFINED_ERROR

public static final java.lang.String IMPORT_GROUP_ALREADY_DEFINED_ERROR

IMPORT_RENDERER_ALREADY_DEFINED_ERROR

public static final java.lang.String IMPORT_RENDERER_ALREADY_DEFINED_ERROR

IMPORT_OK

public static final java.lang.String IMPORT_OK
Method Detail

importMetaDataScheme

public void importMetaDataScheme(java.lang.String fileName,
                                 java.util.Locale locale)
                          throws java.lang.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 -  
overwriteAllowed -  
Throws:
java.lang.Exception -  

importMetaDataScheme

public void importMetaDataScheme(IResource inputDocument,
                                 java.util.Locale locale)
                          throws java.lang.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 -  
overwriteAllowed -  
Throws:
java.lang.Exception -  

checkImportedMetaData

public void checkImportedMetaData(java.util.List namespaceExcludeIdList,
                                  java.util.List groupExcludeIdList,
                                  java.util.List rendererExcludeIdList,
                                  java.util.List extensionExcludeIdList,
                                  java.util.List propertyExcludeIdList)
                           throws java.lang.Exception

persistMetadata

public void persistMetadata(java.util.List namespaceExcludeIdList,
                            java.util.List groupExcludeIdList,
                            java.util.List rendererExcludeIdList,
                            java.util.List extensionExcludeIdList,
                            java.util.List propertyExcludeIdList)
                     throws java.lang.Exception

getState

public java.lang.String getState()
Returns the state of the export
Returns:
 

getErrorMessage

public java.lang.String getErrorMessage()
Returns an error message about what happened during the export.
Returns:
 

getExtensionConflictList

public java.util.List getExtensionConflictList()

getGroupConflictList

public java.util.List getGroupConflictList()

getNamespaceConflictList

public java.util.List getNamespaceConflictList()

getPropertyConflictList

public java.util.List getPropertyConflictList()

getRendererConflictList

public java.util.List getRendererConflictList()

getExtensionConflictObjectList

public java.util.List getExtensionConflictObjectList()

getGroupConflictObjectList

public java.util.List getGroupConflictObjectList()

getNamespaceConflictObjectList

public java.util.List getNamespaceConflictObjectList()

getPropertyConflictObjectList

public java.util.List getPropertyConflictObjectList()

getRendererConflictObjectList

public java.util.List getRendererConflictObjectList()

getExtensionNewObjectList

public java.util.List getExtensionNewObjectList()

getGroupNewObjectList

public java.util.List getGroupNewObjectList()

getNamespaceNewObjectList

public java.util.List getNamespaceNewObjectList()

getPropertyNewObjectList

public java.util.List getPropertyNewObjectList()

getRendererNewObjectList

public java.util.List getRendererNewObjectList()

getStorageReport

public java.lang.String getStorageReport()

SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
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.