|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface is only for internal usage
| Method Summary | |
IResource |
exportDTD(ICollection exportColl)
|
void |
exportTaxonomy(ICollection collection,
java.lang.String outputResource,
IClassificationIndex index,
java.lang.String taxname)
Exports a taxonomy to a resource. |
java.lang.String |
getDuration()
Returns the duration of the last import or export operation in the following format hh:mm:ss |
java.lang.String |
getErrorMessage()
Returns a more detailed message about what happend during ex- or import. |
int |
getNumberOfCategories()
Returns the number of categories of the last import or export operation. |
java.lang.String |
getState()
After an ex- or import of a taxonomy, you could check the success or problems of this opertation by looking at the state. |
java.lang.String |
getTaxonomyName()
|
void |
importTaxonomy(IResource taxDocument,
IClassificationIndex index)
Imports a taxonomy. |
| Field Detail |
public static final java.lang.String IMPORT_INITIAL_STATE
public static final java.lang.String IMPORT_PARSING_ERROR
public static final java.lang.String IMPORT_TAX_ALREADY_EXISTS_ERROR
public static final java.lang.String IMPORT_FATAL_ERROR
public static final java.lang.String IMPORT_TAXONOMY_CREATION_ERROR
public static final java.lang.String IMPORT_ATTRIBUTE_NOT_MODELLED_ERROR
public static final java.lang.String IMPORT_ATTRIBUTE_TYPE_ERROR
public static final java.lang.String IMPORT_QUERY_FOR_EB_TAX_ERROR
public static final java.lang.String IMPORT_DTD_ERROR
public static final java.lang.String IMPORT_OK
public static final java.lang.String EXPORT_INITIAL_STATE
public static final java.lang.String EXPORT_FATAL_ERROR
public static final java.lang.String EXPORT_MISSING_OPENING_BRACKET_ERROR
public static final java.lang.String EXPORT_MISSING_CLOSING_BRACKET_ERROR
public static final java.lang.String EXPORT_MISSING_SIMPLE_QUERY_ERROR
public static final java.lang.String EXPORT_UNMODELLED_ATTRIBUTE_ERROR
public static final java.lang.String EXPORT_WRONG_OPERATOR_FOR_TEXT_QUERY_ERROR
public static final java.lang.String EXPORT_WRONG_OPERATOR_FOR_CONTENT_QUERY_ERROR
public static final java.lang.String EXPORT_WRONG_OPERATOR_FOR_OTHER_QUERY_ERROR
public static final java.lang.String EXPORT_EMPTY_SUB_QUERY_ERROR
public static final java.lang.String EXPORT_MISSING_OPERATOR_IN_COMPLEX_QUERY_ERROR
public static final java.lang.String EXPORT_OK
| Method Detail |
public void importTaxonomy(IResource taxDocument,
IClassificationIndex index)
throws java.lang.Exception
taxDocument - XML resource describing the taxonomy to importindex - index to which the new taxonomy is attachedjava.lang.Exception -
public void exportTaxonomy(ICollection collection,
java.lang.String outputResource,
IClassificationIndex index,
java.lang.String taxname)
throws java.lang.Exception
collection - Collection where the resource with the exported taxonomjy is stored.outputResource - Resource where the exported taxonomy is storedindex - taxname - Name of the taxonomy to exportjava.lang.Exception - public java.lang.String getState()
public java.lang.String getErrorMessage()
public IResource exportDTD(ICollection exportColl)
throws NotSupportedException,
AccessDeniedException,
ResourceException
exportColl - public java.lang.String getDuration()
public int getNumberOfCategories()
public java.lang.String getTaxonomyName()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||