|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Extendable: false
Method Summary | |
URL |
exportContainerAsExternalTemplate(ObjectIdentifier projectOid,
String archiveName,
TemplateGeneratorWorklist worklist,
GeneratedTemplateAttributes attrs)
This method creates a jar file and genreates an url that can be used by the client to download the file. |
URL |
exportDocument(ObjectIdentifier docOid,
String archiveName)
This method exports a document into a file called called document-name.zip by getting the document name and passing it in to the method with the name in the signature. |
URL |
exportDocuments(ObjectIdentifier[] docOids,
String archiveName)
This method exports a set of documents into a file called called file-name.zip by getting the document name and passing it in to the method with the name in the signature. |
URL |
exportFolderContentsWithMetadata(ObjectIdentifier folderOid,
String archiveName)
This method exports a set of objects in a given folder. |
URL |
exportFolderFiles(ObjectIdentifier folderOid,
String archiveName)
Supported API: false |
URL |
exportProject(ObjectIdentifier projectOid,
String archiveName)
Supported API: false |
URL |
exportProjectDeliverables(ObjectIdentifier projectOid,
String archiveName)
This method exports all Deliverables for the project. |
URL |
exportProjectDocuments(ObjectIdentifier projectOid,
String archiveName,
boolean includeFolderStructure,
boolean includeViewables)
This method exports all documents in the project. |
URL |
exportProjectFiles(ObjectIdentifier projectOid,
String archiveName)
Supported API: false |
URL |
exportProjectFolders(ObjectIdentifier projectOid,
String archiveName)
This method exports all Folders for the project. |
URL |
exportProjectParts(ObjectIdentifier projectOid,
String archiveName,
boolean includeFolderStructure,
boolean includeViewables)
This method exports all parts in the project. |
URL |
exportProjectPlan(ObjectIdentifier projectOid,
String archiveName)
This method exports all Deliverables for the project. |
URL |
exportProjectTeam(ObjectIdentifier projectOid,
String archiveName,
boolean doMembers)
This method exports all teams in the project. |
URL |
exportProjectTemplateNodes(ObjectIdentifier projectOid,
String archiveName,
boolean doMilestones,
boolean doActivities)
This method exports the ProjectPlan including only a subset of nodes. |
void |
importDocumentsIntoFolder(ObjectIdentifier folderOid,
String archiveName)
This method imports the contents of the file into a folder. |
void |
importIntoContainer(ObjectIdentifier containerOid,
String archiveName)
Imports metadata and content into a container See the documentation for the supported types. |
void |
resetArchiveMode()
Imports metadata and content into a container See the documentation for the supported types. |
void |
setArchiveMode(boolean archiveMode)
Imports metadata and content into a container See the documentation for the supported types. |
Method Detail |
public URL exportDocument(ObjectIdentifier docOid, String archiveName) throws WTException
docOid
- archiveName
-
WTException
public URL exportDocuments(ObjectIdentifier[] docOids, String archiveName) throws WTException
docOids
- archiveName
-
WTException
public URL exportProject(ObjectIdentifier projectOid, String archiveName) throws WTException
projectOid
- archiveName
-
WTException
public URL exportProjectFiles(ObjectIdentifier projectOid, String archiveName) throws WTException
projectOid
- archiveName
-
WTException
public URL exportFolderContentsWithMetadata(ObjectIdentifier folderOid, String archiveName) throws WTException
folderOid
- archiveName
-
WTException
public URL exportFolderFiles(ObjectIdentifier folderOid, String archiveName) throws WTException
folderOid
- archiveName
-
WTException
public URL exportProjectTeam(ObjectIdentifier projectOid, String archiveName, boolean doMembers) throws WTException
projectOid
- archiveName
- doMembers
- If set to true, the projectmembers will be exported. If set to false, only the roles will be exported.
WTException
public URL exportProjectDeliverables(ObjectIdentifier projectOid, String archiveName) throws WTException
projectOid
- archiveName
-
WTException
public URL exportProjectPlan(ObjectIdentifier projectOid, String archiveName) throws WTException
projectOid
- archiveName
-
WTException
public void importDocumentsIntoFolder(ObjectIdentifier folderOid, String archiveName) throws WTException
folderOid
- archiveName
-
WTException
public URL exportProjectFolders(ObjectIdentifier projectOid, String archiveName) throws WTException
projectOid
- archiveName
-
WTException
public URL exportProjectDocuments(ObjectIdentifier projectOid, String archiveName, boolean includeFolderStructure, boolean includeViewables) throws WTException
projectOid
- archiveName
- includeFolderStructure
- includeViewables
-
WTException
public URL exportProjectParts(ObjectIdentifier projectOid, String archiveName, boolean includeFolderStructure, boolean includeViewables) throws WTException
projectOid
- archiveName
- includeFolderStructure
- includeViewables
-
WTException
public URL exportProjectTemplateNodes(ObjectIdentifier projectOid, String archiveName, boolean doMilestones, boolean doActivities) throws WTException
projectOid
- archiveName
- doMilestones
- doActivities
-
WTException
public URL exportContainerAsExternalTemplate(ObjectIdentifier projectOid, String archiveName, TemplateGeneratorWorklist worklist, GeneratedTemplateAttributes attrs) throws WTException
projectOid
- archiveName
- worklist
- attrs
- This contains the attributes of the template export file. To create this argument use the following code...
import wt.inf.template.GeneratedTemplateAttributes;
GeneratedTemplateAttributes attrs = new GeneratedTemplateAttributes(name,containerClassName)
//set other available attributes as desired
WTException
public void importIntoContainer(ObjectIdentifier containerOid, String archiveName) throws WTException
containerOid
- archiveName
-
WTException
public void setArchiveMode(boolean archiveMode) throws WTException
archiveMode
-
WTException
public void resetArchiveMode() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |