|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface tcExportOperationsIntf
| Method Summary | |
|---|---|
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 name)Find the 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. |
| Methods inherited from interface Thor.API.Base.tcUtilityOperationsIntf |
|---|
close, getName, setCountry, setLanguage, setVariant |
| Method Detail |
|---|
java.util.Collection getExportView()
throws tcAPIException,
tcAPIException
tcAPIException
java.lang.String getExportXML(java.util.Collection rootObjects,
java.lang.String description)
throws tcAPIException,
tcAPIException
rootObjects -tcAPIException
java.util.Collection getDependencies(java.util.Collection rootObjects)
throws tcAPIException,
tcAPIException
rootObjects -tcAPIException
java.util.Collection findObjects(java.lang.String type,
java.lang.String name)
throws tcAPIException
type -name -tcAPIException
java.util.Collection retrieveCategories()
throws tcAPIException
tcAPIException
java.util.Collection retrieveChildren(java.util.Collection objects)
throws tcAPIException
objects -tcAPIException
java.util.Collection retrieveDependencyTree(java.util.Collection objects)
throws tcAPIException,
tcAPIException
objects -tcAPIException
java.util.Collection arrangeSelectionAsATree(java.util.Collection objects)
throws tcAPIException
objects -tcAPIException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||