|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.nmixb.NmIxbServiceFwd
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
FC_RESOURCE
|
(package private) static boolean |
SERVER
|
Fields inherited from interface wt.method.RemoteAccess |
versionID |
Constructor Summary | |
NmIxbServiceFwd()
|
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. |
private static Manager |
getManager()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public NmIxbServiceFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public URL exportDocument(ObjectIdentifier docOid, String archiveName) throws WTException
exportDocument
in interface NmIxbService
docOid
- archiveName
-
WTException
public URL exportDocuments(ObjectIdentifier[] docOids, String archiveName) throws WTException
exportDocuments
in interface NmIxbService
docOids
- archiveName
-
WTException
public URL exportProject(ObjectIdentifier projectOid, String archiveName) throws WTException
exportProject
in interface NmIxbService
projectOid
- archiveName
-
WTException
public URL exportProjectFiles(ObjectIdentifier projectOid, String archiveName) throws WTException
exportProjectFiles
in interface NmIxbService
projectOid
- archiveName
-
WTException
public URL exportFolderContentsWithMetadata(ObjectIdentifier folderOid, String archiveName) throws WTException
exportFolderContentsWithMetadata
in interface NmIxbService
folderOid
- archiveName
-
WTException
public URL exportFolderFiles(ObjectIdentifier folderOid, String archiveName) throws WTException
exportFolderFiles
in interface NmIxbService
folderOid
- archiveName
-
WTException
public URL exportProjectTeam(ObjectIdentifier projectOid, String archiveName, boolean doMembers) throws WTException
exportProjectTeam
in interface NmIxbService
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
exportProjectDeliverables
in interface NmIxbService
projectOid
- archiveName
-
WTException
public URL exportProjectPlan(ObjectIdentifier projectOid, String archiveName) throws WTException
exportProjectPlan
in interface NmIxbService
projectOid
- archiveName
-
WTException
public void importDocumentsIntoFolder(ObjectIdentifier folderOid, String archiveName) throws WTException
importDocumentsIntoFolder
in interface NmIxbService
folderOid
- archiveName
-
WTException
public URL exportProjectFolders(ObjectIdentifier projectOid, String archiveName) throws WTException
exportProjectFolders
in interface NmIxbService
projectOid
- archiveName
-
WTException
public URL exportProjectDocuments(ObjectIdentifier projectOid, String archiveName, boolean includeFolderStructure, boolean includeViewables) throws WTException
exportProjectDocuments
in interface NmIxbService
projectOid
- archiveName
- includeFolderStructure
- includeViewables
-
WTException
public URL exportProjectParts(ObjectIdentifier projectOid, String archiveName, boolean includeFolderStructure, boolean includeViewables) throws WTException
exportProjectParts
in interface NmIxbService
projectOid
- archiveName
- includeFolderStructure
- includeViewables
-
WTException
public URL exportProjectTemplateNodes(ObjectIdentifier projectOid, String archiveName, boolean doMilestones, boolean doActivities) throws WTException
exportProjectTemplateNodes
in interface NmIxbService
projectOid
- archiveName
- doMilestones
- doActivities
-
WTException
public URL exportContainerAsExternalTemplate(ObjectIdentifier projectOid, String archiveName, TemplateGeneratorWorklist worklist, GeneratedTemplateAttributes attrs) throws WTException
exportContainerAsExternalTemplate
in interface NmIxbService
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
importIntoContainer
in interface NmIxbService
containerOid
- archiveName
-
WTException
public void setArchiveMode(boolean archiveMode) throws WTException
setArchiveMode
in interface NmIxbService
archiveMode
-
WTException
public void resetArchiveMode() throws WTException
resetArchiveMode
in interface NmIxbService
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |