public interface tcExportOperationsIntf extends tcUtilityOperationsIntf
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
arrangeSelectionAsATree(java.util.Collection objects)
Arranges the passed objects as a Tree
|
java.util.Collection |
findObjects(java.lang.String type,
java.lang.String searchCriteria)
Find the Root objects for a given type, with a given name.
|
java.util.Collection |
getDependencies(java.util.Collection rootObjects)
Return a list of dependent objects for the selected root objects
|
java.util.Collection |
getExportView()
Get the tree view to be displayed for export operation
|
java.lang.String |
getExportXML(java.util.Collection rootObjects,
java.lang.String description)
Export selected objects.
|
java.util.Collection |
retrieveCategories()
Retrieve categories
|
java.util.Collection |
retrieveChildren(java.util.Collection objects)
Retrieve the children of the selected objects as a tree
|
java.util.Collection |
retrieveDependencyTree(java.util.Collection objects)
Find dependencies, and return them as a tree.
|
close, getName, setCountry, setLanguage, setVariantjava.util.Collection getExportView()
throws tcAPIException,
tcAPIException
tcAPIExceptionjava.lang.String getExportXML(java.util.Collection rootObjects,
java.lang.String description)
throws tcAPIException,
tcAPIException
rootObjects - tcAPIExceptionjava.util.Collection getDependencies(java.util.Collection rootObjects)
throws tcAPIException,
tcAPIException
rootObjects - tcAPIExceptionjava.util.Collection findObjects(java.lang.String type,
java.lang.String searchCriteria)
throws tcAPIException
type - RootObject TypesearchCriteria - Search criteria for searching ObjecttcAPIExceptionjava.util.Collection retrieveCategories()
throws tcAPIException
tcAPIExceptionjava.util.Collection retrieveChildren(java.util.Collection objects)
throws tcAPIException
objects - Collection of RootObjectstcAPIExceptionjava.util.Collection retrieveDependencyTree(java.util.Collection objects)
throws tcAPIException,
tcAPIException
objects - Collection of RootObjectstcAPIExceptionjava.util.Collection arrangeSelectionAsATree(java.util.Collection objects)
throws tcAPIException
objects - Collection of RootObjectstcAPIException