Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.docman |
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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)
Creates a new document with the specified title, description, etc.
|
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 |
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 |
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)
Creates a new document with the specified title, description, etc. for a URL with an association.
|
Document2SoapDO |
DocumentAppSoapStub.getDocumentData2(String sessionId,
String documentId,
int documentVersion) |
Document2SoapDO |
DocumentAppSoapMockStub.getDocumentData2(String sessionId,
String documentId,
int documentVersion)
Simulate a call to getDocumentData2
|
Document2SoapDO |
IDocumentAppSoap.getDocumentData2(String sessionId,
String documentId,
int documentVersion)
Gets specified document data.
|
Document2SoapDO |
DocumentAppSoapStub.moveDocument2(String sessionId,
String documentId,
String targetFolderId) |
Document2SoapDO |
DocumentAppSoapMockStub.moveDocument2(String sessionId,
String documentId,
String targetFolderId)
Simulate a call to moveDocument2
|
Document2SoapDO |
IDocumentAppSoap.moveDocument2(String sessionId,
String documentId,
String targetFolderId)
Moves a document to a specified target folder.
|
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 |
DocumentAppSoapStub.setDocumentData2(String sessionId,
Document2SoapDO documentData,
String fileId) |
void |
DocumentAppSoapMockStub.setDocumentData2(String sessionId,
Document2SoapDO documentData,
String fileId)
Simulate a call to setDocumentData2
|
void |
IDocumentAppSoap.setDocumentData2(String sessionId,
Document2SoapDO documentData,
String fileId)
Sets specified document data.
|
void |
DocumentAppSoapStub.setDocumentDataWithAssociation2(String sessionId,
Document2SoapDO documentData,
String fileId,
String associationId,
String associationComment) |
void |
DocumentAppSoapMockStub.setDocumentDataWithAssociation2(String sessionId,
Document2SoapDO documentData,
String fileId,
String associationId,
String associationComment)
Simulate a call to setDocumentDataWithAssociation2
|
void |
IDocumentAppSoap.setDocumentDataWithAssociation2(String sessionId,
Document2SoapDO documentData,
String fileId,
String associationId,
String associationComment)
Sets specified document data with association.
|
Copyright © 2016 CollabNet. All Rights Reserved.