Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.docman |
Modifier and Type | Method and Description |
---|---|
Document2SoapDO |
DocumentAppSoapMockStub.createDocument2(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)
Simulate a call to createDocument2
|
Document2SoapDO |
DocumentAppSoapStub.createDocument2(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) |
Document2SoapDO |
IDocumentAppSoap.createDocument2(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)
Deprecated.
in favor of createDocument3
|
Document2SoapDO |
DocumentAppSoapMockStub.createDocumentWithUrl2(String sessionId,
String parentId,
String title,
String description,
String versionComment,
String status,
boolean createLocked,
boolean createDownloadRestricted,
boolean allowForceUnlock,
String fileUrl,
String associationId,
String associationDesc)
Simulate a call to createDocumentWithUrl2
|
Document2SoapDO |
DocumentAppSoapStub.createDocumentWithUrl2(String sessionId,
String parentId,
String title,
String description,
String versionComment,
String status,
boolean createLocked,
boolean createDownloadRestricted,
boolean allowForceUnlock,
String fileUrl,
String associationId,
String associationDesc) |
Document2SoapDO |
IDocumentAppSoap.createDocumentWithUrl2(String sessionId,
String parentId,
String title,
String description,
String versionComment,
String status,
boolean createLocked,
boolean createDownloadRestricted,
boolean allowForceUnlock,
String fileUrl,
String associationId,
String associationDesc)
Deprecated.
in favor of createDocumentWithUrl3
|
Document2SoapDO |
DocumentAppSoapMockStub.getDocumentData2(String sessionId,
String documentId,
int documentVersion)
Simulate a call to getDocumentData2
|
Document2SoapDO |
DocumentAppSoapStub.getDocumentData2(String sessionId,
String documentId,
int documentVersion) |
Document2SoapDO |
IDocumentAppSoap.getDocumentData2(String sessionId,
String documentId,
int documentVersion)
Deprecated.
in favor of getDocumentData3
|
Document2SoapDO |
DocumentAppSoapMockStub.moveDocument2(String sessionId,
String documentId,
String targetFolderId)
Simulate a call to moveDocument2
|
Document2SoapDO |
DocumentAppSoapStub.moveDocument2(String sessionId,
String documentId,
String targetFolderId) |
Document2SoapDO |
IDocumentAppSoap.moveDocument2(String sessionId,
String documentId,
String targetFolderId)
Deprecated.
in favor of moveDocument3
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentAppSoapMockStub.prepareSetDocumentData2(String sessionId,
Document2SoapDO documentData,
String fileId)
Prepare a simulated response to setDocumentData2
|
void |
DocumentAppSoapMockStub.prepareSetDocumentData2(String sessionId,
Document2SoapDO documentData,
String fileId,
Exception exception)
Prepare a simulated response to setDocumentData2
|
void |
DocumentAppSoapMockStub.prepareSetDocumentDataWithAssociation2(String sessionId,
Document2SoapDO documentData,
String fileId,
String associationId,
String associationComment)
Prepare a simulated response to setDocumentDataWithAssociation2
|
void |
DocumentAppSoapMockStub.prepareSetDocumentDataWithAssociation2(String sessionId,
Document2SoapDO documentData,
String fileId,
String associationId,
String associationComment,
Exception exception)
Prepare a simulated response to setDocumentDataWithAssociation2
|
void |
DocumentAppSoapMockStub.setDocumentData2(String sessionId,
Document2SoapDO documentData,
String fileId)
Simulate a call to setDocumentData2
|
void |
DocumentAppSoapStub.setDocumentData2(String sessionId,
Document2SoapDO documentData,
String fileId) |
void |
IDocumentAppSoap.setDocumentData2(String sessionId,
Document2SoapDO documentData,
String fileId)
Deprecated.
in favor of setDocumentData3
|
void |
DocumentAppSoapMockStub.setDocumentDataWithAssociation2(String sessionId,
Document2SoapDO documentData,
String fileId,
String associationId,
String associationComment)
Simulate a call to setDocumentDataWithAssociation2
|
void |
DocumentAppSoapStub.setDocumentDataWithAssociation2(String sessionId,
Document2SoapDO documentData,
String fileId,
String associationId,
String associationComment) |
void |
IDocumentAppSoap.setDocumentDataWithAssociation2(String sessionId,
Document2SoapDO documentData,
String fileId,
String associationId,
String associationComment)
Deprecated.
in favor of setDocumentDataWithAssociation3
|
Copyright © 2017 CollabNet. All Rights Reserved.