Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.docman |
Modifier and Type | Method and Description |
---|---|
Document3SoapDO |
DocumentAppSoapMockStub.createDocument3(String sessionId,
String parentId,
String title,
String description,
String versionComment,
String status,
boolean createLocked,
boolean createDownloadRestricted,
boolean allowForceUnlock,
String fileName,
String mimeType,
String fileId,
String associationId,
String associationDesc,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields)
Simulate a call to createDocument3
|
Document3SoapDO |
DocumentAppSoapStub.createDocument3(String sessionId,
String parentId,
String title,
String description,
String versionComment,
String status,
boolean createLocked,
boolean createDownloadRestricted,
boolean allowForceUnlock,
String fileName,
String mimeType,
String fileId,
String associationId,
String associationDesc,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields) |
Document3SoapDO |
IDocumentAppSoap.createDocument3(String sessionId,
String parentId,
String title,
String description,
String versionComment,
String status,
boolean createLocked,
boolean createDownloadRestricted,
boolean allowForceUnlock,
String fileName,
String mimeType,
String fileId,
String associationId,
String associationDesc,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields)
Creates a new document with the specified title, description, etc.
|
Document3SoapDO |
DocumentAppSoapMockStub.createDocumentWithUrl3(String sessionId,
String parentId,
String title,
String description,
String versionComment,
String status,
boolean createLocked,
boolean createDownloadRestricted,
boolean allowForceUnlock,
String fileUrl,
String associationId,
String associationDesc,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields)
Simulate a call to createDocumentWithUrl3
|
Document3SoapDO |
DocumentAppSoapStub.createDocumentWithUrl3(String sessionId,
String parentId,
String title,
String description,
String versionComment,
String status,
boolean createLocked,
boolean createDownloadRestricted,
boolean allowForceUnlock,
String fileUrl,
String associationId,
String associationDesc,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields) |
Document3SoapDO |
IDocumentAppSoap.createDocumentWithUrl3(String sessionId,
String parentId,
String title,
String description,
String versionComment,
String status,
boolean createLocked,
boolean createDownloadRestricted,
boolean allowForceUnlock,
String fileUrl,
String associationId,
String associationDesc,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields)
Creates a new document with the specified title, description, etc. for a URL with an association.
|
Document3SoapDO |
DocumentAppSoapMockStub.getDocumentData3(String sessionId,
String documentId,
int documentVersion)
Simulate a call to getDocumentData3
|
Document3SoapDO |
DocumentAppSoapStub.getDocumentData3(String sessionId,
String documentId,
int documentVersion) |
Document3SoapDO |
IDocumentAppSoap.getDocumentData3(String sessionId,
String documentId,
int documentVersion)
Gets specified document data.
|
Document3SoapDO |
DocumentAppSoapMockStub.moveDocument3(String sessionId,
String documentId,
String targetFolderId)
Simulate a call to moveDocument3
|
Document3SoapDO |
DocumentAppSoapStub.moveDocument3(String sessionId,
String documentId,
String targetFolderId) |
Document3SoapDO |
IDocumentAppSoap.moveDocument3(String sessionId,
String documentId,
String targetFolderId)
Moves a document to a specified target folder.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentAppSoapMockStub.prepareSetDocumentData3(String sessionId,
Document3SoapDO documentData,
String fileId)
Prepare a simulated response to setDocumentData3
|
void |
DocumentAppSoapMockStub.prepareSetDocumentData3(String sessionId,
Document3SoapDO documentData,
String fileId,
Exception exception)
Prepare a simulated response to setDocumentData3
|
void |
DocumentAppSoapMockStub.prepareSetDocumentDataWithAssociation3(String sessionId,
Document3SoapDO documentData,
String fileId,
String associationId,
String associationComment)
Prepare a simulated response to setDocumentDataWithAssociation3
|
void |
DocumentAppSoapMockStub.prepareSetDocumentDataWithAssociation3(String sessionId,
Document3SoapDO documentData,
String fileId,
String associationId,
String associationComment,
Exception exception)
Prepare a simulated response to setDocumentDataWithAssociation3
|
void |
DocumentAppSoapMockStub.setDocumentData3(String sessionId,
Document3SoapDO documentData,
String fileId)
Simulate a call to setDocumentData3
|
void |
DocumentAppSoapStub.setDocumentData3(String sessionId,
Document3SoapDO documentData,
String fileId) |
void |
IDocumentAppSoap.setDocumentData3(String sessionId,
Document3SoapDO documentData,
String fileId)
Sets specified document data.
|
void |
DocumentAppSoapMockStub.setDocumentDataWithAssociation3(String sessionId,
Document3SoapDO documentData,
String fileId,
String associationId,
String associationComment)
Simulate a call to setDocumentDataWithAssociation3
|
void |
DocumentAppSoapStub.setDocumentDataWithAssociation3(String sessionId,
Document3SoapDO documentData,
String fileId,
String associationId,
String associationComment) |
void |
IDocumentAppSoap.setDocumentDataWithAssociation3(String sessionId,
Document3SoapDO documentData,
String fileId,
String associationId,
String associationComment)
Sets specified document data with association.
|
Copyright © 2017 CollabNet. All Rights Reserved.