public class DocumentAppSoapMockStub extends com.collabnet.ce.soap60.webservices.ClientSoapMockStub implements IDocumentAppSoap
Constructor and Description |
---|
DocumentAppSoapMockStub(String soapServerUrl) |
Modifier and Type | Method and Description |
---|---|
void |
addDateField(String sessionId,
String projectId,
String fieldName,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String helpText)
Simulate a call to addDateField
|
void |
addField(String sessionId,
String projectId,
String fieldName,
com.vasoftware.sf.server.services.field.FieldDisplayType fieldType,
int displayColumns,
int displayRows,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String[] fieldValues,
String[] defaultFieldValues,
String helpText,
String pattern)
Simulate a call to addField
|
void |
addMultiSelectField(String sessionId,
String projectId,
String fieldName,
int displayLines,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String[] fieldValues,
String[] defaultValues,
String helpText)
Simulate a call to addMultiSelectField
|
void |
addSeparator(String sessionId,
String projectId,
String separatorType,
String separatorLabel)
Simulate a call to addSeparator
|
void |
addSingleSelectChildField(String sessionId,
String projectId,
String fieldName,
String[] fieldValues,
String parentFieldId,
com.collabnet.ce.soap60.types.SoapNamedValues parentChildFieldValueMap,
String helpText)
Simulate a call to addSingleSelectChildField
|
void |
addSingleSelectField(String sessionId,
String projectId,
String fieldName,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String[] fieldValues,
String defaultValue,
String helpText)
Simulate a call to addSingleSelectField
|
void |
addTextField(String sessionId,
String projectId,
String fieldName,
int displayColumns,
int displayLines,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String defaultValue,
String helpText,
String pattern)
Simulate a call to addTextField
|
void |
addUserSelectField(String sessionId,
String projectId,
String fieldName,
int displayLines,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String[] defaultValues,
String userFilter,
String helpText)
Simulate a call to addUserSelectField
|
boolean |
checkPermissionForView(com.vasoftware.sf.server.types.UserSessionKey sessionKey,
String username,
com.vasoftware.sf.server.types.ObjectKey targetKey)
Simulate a call to checkPermissionForView
|
com.vasoftware.sf.server.services.docman.DocumentDO |
createDocument(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 createDocument
|
DocumentSoapDO |
createDocument(String sessionId,
String parentId,
String title,
String description,
String versionComment,
String status,
boolean createLocked,
String fileName,
String mimeType,
String fileId,
String associationId,
String associationDesc)
Simulate a call to createDocument
|
Document2SoapDO |
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
|
Document3SoapDO |
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
|
DocumentFolderSoapDO |
createDocumentFolder(String sessionId,
String parentId,
String title,
String description)
Simulate a call to createDocumentFolder
|
com.vasoftware.sf.server.services.docman.DocumentDO |
createDocumentWithUrl(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 createDocumentWithUrl
|
DocumentSoapDO |
createDocumentWithUrl(String sessionId,
String parentId,
String title,
String description,
String versionComment,
String status,
boolean createLocked,
String fileUrl,
String associationId,
String associationDesc)
Simulate a call to createDocumentWithUrl
|
Document2SoapDO |
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
|
Document3SoapDO |
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
|
DocumentReviewSoapDO |
createReview(String sessionId,
String documentId,
int version,
String title,
String description,
Date dueDate,
String[] requiredReviewers,
String[] optionalReviewers,
boolean attachDocument)
Simulate a call to createReview
|
void |
deleteDocument(String sessionId,
String documentId)
Simulate a call to deleteDocument
|
void |
deleteDocumentByVersions(String sessionId,
String documentId,
int[] versionNumbers)
Simulate a call to deleteDocumentByVersions
|
void |
deleteDocumentFolder(String sessionId,
String folderId)
Simulate a call to deleteDocumentFolder
|
void |
deleteField(String sessionId,
String fieldId)
Simulate a call to deleteField
|
void |
deleteSeparator(String sessionId,
String layoutId)
Simulate a call to deleteSeparator
|
DocumentSoapList |
findDocuments(String sessionId,
String queryString,
String projectId,
boolean searchAttachments,
boolean currentVersionsOnly)
Simulate a call to findDocuments
|
Document2SoapList |
findDocuments2(String sessionId,
String queryString,
String projectId,
boolean searchAttachments,
boolean currentVersionsOnly)
Simulate a call to findDocuments2
|
Document3SoapList |
findDocuments3(String sessionId,
String queryString,
String projectId,
boolean searchAttachments,
boolean currentVersionsOnly)
Simulate a call to findDocuments3
|
com.vasoftware.sf.server.services.docman.DocumentList |
findDocumentsList(String sessionId,
String queryString,
String projectId,
boolean searchAttachments,
boolean currentVersionsOnly)
Simulate a call to findDocumentsList
|
com.vasoftware.sf.server.services.docman.DocumentList |
findDocumentsList2(String sessionId,
String queryString,
String projectId,
boolean searchAttachments,
boolean currentVersionsOnly)
Simulate a call to findDocumentsList2
|
DocumentReviewSoapList |
getAssignedDocumentReviewList(String sessionId,
String username)
Simulate a call to getAssignedDocumentReviewList
|
com.vasoftware.sf.server.services.docman.DocumentDO |
getDocumentData(String documentId,
int documentVersion,
String sessionId)
Simulate a call to getDocumentData
|
DocumentSoapDO |
getDocumentData(String sessionId,
String documentId,
int documentVersion)
Simulate a call to getDocumentData
|
Document2SoapDO |
getDocumentData2(String sessionId,
String documentId,
int documentVersion)
Simulate a call to getDocumentData2
|
Document3SoapDO |
getDocumentData3(String sessionId,
String documentId,
int documentVersion)
Simulate a call to getDocumentData3
|
String |
getDocumentFileId(String sessionId,
String documentId,
int documentVersion)
Simulate a call to getDocumentFileId
|
DocumentFolderSoapDO |
getDocumentFolderData(String sessionId,
String folderId)
Simulate a call to getDocumentFolderData
|
DocumentFolderSoapList |
getDocumentFolderList(String sessionId,
String parentId,
boolean recursive)
Simulate a call to getDocumentFolderList
|
DocumentSoapList |
getDocumentList(String sessionId,
String parentId,
com.collabnet.ce.soap60.types.SoapFilter[] filters)
Simulate a call to getDocumentList
|
Document2SoapList |
getDocumentList2(String sessionId,
String parentId,
com.collabnet.ce.soap60.types.SoapFilter[] filters)
Simulate a call to getDocumentList2
|
Document3SoapList |
getDocumentList3(String sessionId,
String documentFolderId,
com.collabnet.ce.soap60.types.SoapFilter[] filters)
Simulate a call to getDocumentList3
|
DocumentReviewSoapList |
getDocumentReviewList(String sessionId,
String containerId,
com.collabnet.ce.soap60.types.SoapFilter[] filters)
Simulate a call to getDocumentReviewList
|
Document2SoapList |
getDocumentVersions(String sessionId,
String documentId,
boolean includeDeletedVersions)
Simulate a call to getDocumentVersions
|
DocumentFolderFieldSoapDO[] |
getFields(String sessionId,
String projectId)
Simulate a call to getFields
|
OrderedDocumentFolderFieldSoapList |
getOrderedDocumentFields(String sessionId,
String projectId)
Simulate a call to getOrderedDocumentFields
|
String |
getValidStatus(String projectPath,
String soapStatus,
String rmiStatus,
com.vasoftware.sf.server.types.UserSessionKey sessionKey)
Simulate a call to getValidStatus
|
String |
getVersionStatus(String projectPath,
String status,
com.vasoftware.sf.server.types.UserSessionKey sessionKey)
Simulate a call to getVersionStatus
|
boolean |
isLockedDocument(com.vasoftware.sf.server.types.ItemPath documentPath,
String loggedInUser)
Simulate a call to isLockedDocument
|
com.vasoftware.sf.server.services.docman.DocumentList |
listDocuments(String sessionId,
String parentId,
com.collabnet.ce.soap60.types.SoapFilter[] filters)
Simulate a call to listDocuments
|
com.vasoftware.sf.server.services.docman.DocumentDetailArrangedList |
listDocumentsDetailed(String sessionId,
String documentFolderId,
com.collabnet.ce.soap60.types.SoapFilter[] filters)
Simulate a call to listDocumentsDetailed
|
com.vasoftware.sf.server.services.docman.DocumentDO |
moveDoc(String sessionId,
com.vasoftware.sf.server.types.ItemPath documentPath,
com.vasoftware.sf.server.types.FolderPath targetFolderPath,
String loggedInUser)
Simulate a call to moveDoc
|
DocumentSoapDO |
moveDocument(String sessionId,
String documentId,
String targetFolderId)
Simulate a call to moveDocument
|
Document2SoapDO |
moveDocument2(String sessionId,
String documentId,
String targetFolderId)
Simulate a call to moveDocument2
|
Document3SoapDO |
moveDocument3(String sessionId,
String documentId,
String targetFolderId)
Simulate a call to moveDocument3
|
DocumentFolderSoapDO |
moveDocumentFolder(String sessionId,
String folderId,
String destFolderId)
Simulate a call to moveDocumentFolder
|
void |
prepareAddDateField(String sessionId,
String projectId,
String fieldName,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String helpText)
Prepare a simulated response to addDateField
|
void |
prepareAddDateField(String sessionId,
String projectId,
String fieldName,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String helpText,
Exception exception)
Prepare a simulated response to addDateField
|
void |
prepareAddField(String sessionId,
String projectId,
String fieldName,
com.vasoftware.sf.server.services.field.FieldDisplayType fieldType,
int displayColumns,
int displayRows,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String[] fieldValues,
String[] defaultFieldValues,
String helpText,
String pattern)
Prepare a simulated response to addField
|
void |
prepareAddField(String sessionId,
String projectId,
String fieldName,
com.vasoftware.sf.server.services.field.FieldDisplayType fieldType,
int displayColumns,
int displayRows,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String[] fieldValues,
String[] defaultFieldValues,
String helpText,
String pattern,
Exception exception)
Prepare a simulated response to addField
|
void |
prepareAddMultiSelectField(String sessionId,
String projectId,
String fieldName,
int displayLines,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String[] fieldValues,
String[] defaultValues,
String helpText)
Prepare a simulated response to addMultiSelectField
|
void |
prepareAddMultiSelectField(String sessionId,
String projectId,
String fieldName,
int displayLines,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String[] fieldValues,
String[] defaultValues,
String helpText,
Exception exception)
Prepare a simulated response to addMultiSelectField
|
void |
prepareAddSeparator(String sessionId,
String projectId,
String separatorType,
String separatorLabel)
Prepare a simulated response to addSeparator
|
void |
prepareAddSeparator(String sessionId,
String projectId,
String separatorType,
String separatorLabel,
Exception exception)
Prepare a simulated response to addSeparator
|
void |
prepareAddSingleSelectChildField(String sessionId,
String projectId,
String fieldName,
String[] fieldValues,
String parentFieldId,
com.collabnet.ce.soap60.types.SoapNamedValues parentChildFieldValueMap,
String helpText)
Prepare a simulated response to addSingleSelectChildField
|
void |
prepareAddSingleSelectChildField(String sessionId,
String projectId,
String fieldName,
String[] fieldValues,
String parentFieldId,
com.collabnet.ce.soap60.types.SoapNamedValues parentChildFieldValueMap,
String helpText,
Exception exception)
Prepare a simulated response to addSingleSelectChildField
|
void |
prepareAddSingleSelectField(String sessionId,
String projectId,
String fieldName,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String[] fieldValues,
String defaultValue,
String helpText)
Prepare a simulated response to addSingleSelectField
|
void |
prepareAddSingleSelectField(String sessionId,
String projectId,
String fieldName,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String[] fieldValues,
String defaultValue,
String helpText,
Exception exception)
Prepare a simulated response to addSingleSelectField
|
void |
prepareAddTextField(String sessionId,
String projectId,
String fieldName,
int displayColumns,
int displayLines,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String defaultValue,
String helpText,
String pattern)
Prepare a simulated response to addTextField
|
void |
prepareAddTextField(String sessionId,
String projectId,
String fieldName,
int displayColumns,
int displayLines,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String defaultValue,
String helpText,
String pattern,
Exception exception)
Prepare a simulated response to addTextField
|
void |
prepareAddUserSelectField(String sessionId,
String projectId,
String fieldName,
int displayLines,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String[] defaultValues,
String userFilter,
String helpText)
Prepare a simulated response to addUserSelectField
|
void |
prepareAddUserSelectField(String sessionId,
String projectId,
String fieldName,
int displayLines,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String[] defaultValues,
String userFilter,
String helpText,
Exception exception)
Prepare a simulated response to addUserSelectField
|
void |
prepareCheckPermissionForView(com.vasoftware.sf.server.types.UserSessionKey sessionKey,
String username,
com.vasoftware.sf.server.types.ObjectKey targetKey,
Object returnValue)
Prepare a simulated response to checkPermissionForView
|
void |
prepareCreateDocument(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,
Object returnValue)
Prepare a simulated response to createDocument
|
void |
prepareCreateDocument(String sessionId,
String parentId,
String title,
String description,
String versionComment,
String status,
boolean createLocked,
String fileName,
String mimeType,
String fileId,
String associationId,
String associationDesc,
Object returnValue)
Prepare a simulated response to createDocument
|
void |
prepareCreateDocument2(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,
Object returnValue)
Prepare a simulated response to createDocument2
|
void |
prepareCreateDocument3(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,
Object returnValue)
Prepare a simulated response to createDocument3
|
void |
prepareCreateDocumentFolder(String sessionId,
String parentId,
String title,
String description,
Object returnValue)
Prepare a simulated response to createDocumentFolder
|
void |
prepareCreateDocumentWithUrl(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,
Object returnValue)
Prepare a simulated response to createDocumentWithUrl
|
void |
prepareCreateDocumentWithUrl(String sessionId,
String parentId,
String title,
String description,
String versionComment,
String status,
boolean createLocked,
String fileUrl,
String associationId,
String associationDesc,
Object returnValue)
Prepare a simulated response to createDocumentWithUrl
|
void |
prepareCreateDocumentWithUrl2(String sessionId,
String parentId,
String title,
String description,
String versionComment,
String status,
boolean createLocked,
boolean createDownloadRestricted,
boolean allowForceUnlock,
String fileUrl,
String associationId,
String associationDesc,
Object returnValue)
Prepare a simulated response to createDocumentWithUrl2
|
void |
prepareCreateDocumentWithUrl3(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,
Object returnValue)
Prepare a simulated response to createDocumentWithUrl3
|
void |
prepareCreateReview(String sessionId,
String documentId,
int version,
String title,
String description,
Date dueDate,
String[] requiredReviewers,
String[] optionalReviewers,
boolean attachDocument,
Object returnValue)
Prepare a simulated response to createReview
|
void |
prepareDeleteDocument(String sessionId,
String documentId)
Prepare a simulated response to deleteDocument
|
void |
prepareDeleteDocument(String sessionId,
String documentId,
Exception exception)
Prepare a simulated response to deleteDocument
|
void |
prepareDeleteDocumentByVersions(String sessionId,
String documentId,
int[] versionNumbers)
Prepare a simulated response to deleteDocumentByVersions
|
void |
prepareDeleteDocumentByVersions(String sessionId,
String documentId,
int[] versionNumbers,
Exception exception)
Prepare a simulated response to deleteDocumentByVersions
|
void |
prepareDeleteDocumentFolder(String sessionId,
String folderId)
Prepare a simulated response to deleteDocumentFolder
|
void |
prepareDeleteDocumentFolder(String sessionId,
String folderId,
Exception exception)
Prepare a simulated response to deleteDocumentFolder
|
void |
prepareDeleteField(String sessionId,
String fieldId)
Prepare a simulated response to deleteField
|
void |
prepareDeleteField(String sessionId,
String fieldId,
Exception exception)
Prepare a simulated response to deleteField
|
void |
prepareDeleteSeparator(String sessionId,
String layoutId)
Prepare a simulated response to deleteSeparator
|
void |
prepareDeleteSeparator(String sessionId,
String layoutId,
Exception exception)
Prepare a simulated response to deleteSeparator
|
void |
prepareFindDocuments(String sessionId,
String queryString,
String projectId,
boolean searchAttachments,
boolean currentVersionsOnly,
Object returnValue)
Prepare a simulated response to findDocuments
|
void |
prepareFindDocuments2(String sessionId,
String queryString,
String projectId,
boolean searchAttachments,
boolean currentVersionsOnly,
Object returnValue)
Prepare a simulated response to findDocuments2
|
void |
prepareFindDocuments3(String sessionId,
String queryString,
String projectId,
boolean searchAttachments,
boolean currentVersionsOnly,
Object returnValue)
Prepare a simulated response to findDocuments3
|
void |
prepareFindDocumentsList(String sessionId,
String queryString,
String projectId,
boolean searchAttachments,
boolean currentVersionsOnly,
Object returnValue)
Prepare a simulated response to findDocumentsList
|
void |
prepareFindDocumentsList2(String sessionId,
String queryString,
String projectId,
boolean searchAttachments,
boolean currentVersionsOnly,
Object returnValue)
Prepare a simulated response to findDocumentsList2
|
void |
prepareGetAssignedDocumentReviewList(String sessionId,
String username,
Object returnValue)
Prepare a simulated response to getAssignedDocumentReviewList
|
void |
prepareGetDocumentData(String documentId,
int documentVersion,
String sessionId,
Object returnValue)
Prepare a simulated response to getDocumentData
|
void |
prepareGetDocumentData(String sessionId,
String documentId,
int documentVersion,
Object returnValue)
Prepare a simulated response to getDocumentData
|
void |
prepareGetDocumentData2(String sessionId,
String documentId,
int documentVersion,
Object returnValue)
Prepare a simulated response to getDocumentData2
|
void |
prepareGetDocumentData3(String sessionId,
String documentId,
int documentVersion,
Object returnValue)
Prepare a simulated response to getDocumentData3
|
void |
prepareGetDocumentFileId(String sessionId,
String documentId,
int documentVersion,
Object returnValue)
Prepare a simulated response to getDocumentFileId
|
void |
prepareGetDocumentFolderData(String sessionId,
String folderId,
Object returnValue)
Prepare a simulated response to getDocumentFolderData
|
void |
prepareGetDocumentFolderList(String sessionId,
String parentId,
boolean recursive,
Object returnValue)
Prepare a simulated response to getDocumentFolderList
|
void |
prepareGetDocumentList(String sessionId,
String parentId,
com.collabnet.ce.soap60.types.SoapFilter[] filters,
Object returnValue)
Prepare a simulated response to getDocumentList
|
void |
prepareGetDocumentList2(String sessionId,
String parentId,
com.collabnet.ce.soap60.types.SoapFilter[] filters,
Object returnValue)
Prepare a simulated response to getDocumentList2
|
void |
prepareGetDocumentList3(String sessionId,
String documentFolderId,
com.collabnet.ce.soap60.types.SoapFilter[] filters,
Object returnValue)
Prepare a simulated response to getDocumentList3
|
void |
prepareGetDocumentReviewList(String sessionId,
String containerId,
com.collabnet.ce.soap60.types.SoapFilter[] filters,
Object returnValue)
Prepare a simulated response to getDocumentReviewList
|
void |
prepareGetDocumentVersions(String sessionId,
String documentId,
boolean includeDeletedVersions,
Object returnValue)
Prepare a simulated response to getDocumentVersions
|
void |
prepareGetFields(String sessionId,
String projectId,
Object returnValue)
Prepare a simulated response to getFields
|
void |
prepareGetOrderedDocumentFields(String sessionId,
String projectId,
Object returnValue)
Prepare a simulated response to getOrderedDocumentFields
|
void |
prepareGetValidStatus(String projectPath,
String soapStatus,
String rmiStatus,
com.vasoftware.sf.server.types.UserSessionKey sessionKey,
Object returnValue)
Prepare a simulated response to getValidStatus
|
void |
prepareGetVersionStatus(String projectPath,
String status,
com.vasoftware.sf.server.types.UserSessionKey sessionKey,
Object returnValue)
Prepare a simulated response to getVersionStatus
|
void |
prepareIsLockedDocument(com.vasoftware.sf.server.types.ItemPath documentPath,
String loggedInUser,
Object returnValue)
Prepare a simulated response to isLockedDocument
|
void |
prepareListDocuments(String sessionId,
String parentId,
com.collabnet.ce.soap60.types.SoapFilter[] filters,
Object returnValue)
Prepare a simulated response to listDocuments
|
void |
prepareListDocumentsDetailed(String sessionId,
String documentFolderId,
com.collabnet.ce.soap60.types.SoapFilter[] filters,
Object returnValue)
Prepare a simulated response to listDocumentsDetailed
|
void |
prepareMoveDoc(String sessionId,
com.vasoftware.sf.server.types.ItemPath documentPath,
com.vasoftware.sf.server.types.FolderPath targetFolderPath,
String loggedInUser,
Object returnValue)
Prepare a simulated response to moveDoc
|
void |
prepareMoveDocument(String sessionId,
String documentId,
String targetFolderId,
Object returnValue)
Prepare a simulated response to moveDocument
|
void |
prepareMoveDocument2(String sessionId,
String documentId,
String targetFolderId,
Object returnValue)
Prepare a simulated response to moveDocument2
|
void |
prepareMoveDocument3(String sessionId,
String documentId,
String targetFolderId,
Object returnValue)
Prepare a simulated response to moveDocument3
|
void |
prepareMoveDocumentFolder(String sessionId,
String folderId,
String destFolderId,
Object returnValue)
Prepare a simulated response to moveDocumentFolder
|
void |
prepareReorderDocumentFields(String sessionId,
String projectId,
String[] layoutIds)
Prepare a simulated response to reorderDocumentFields
|
void |
prepareReorderDocumentFields(String sessionId,
String projectId,
String[] layoutIds,
Exception exception)
Prepare a simulated response to reorderDocumentFields
|
void |
prepareSetDocumentData(com.vasoftware.sf.server.services.docman.DocumentDO documentDO,
String fileId,
String loggedInUser,
Set tagIds)
Prepare a simulated response to setDocumentData
|
void |
prepareSetDocumentData(com.vasoftware.sf.server.services.docman.DocumentDO documentDO,
String fileId,
String loggedInUser,
Set tagIds,
Exception exception)
Prepare a simulated response to setDocumentData
|
void |
prepareSetDocumentData(String sessionId,
DocumentSoapDO documentData,
String fileId)
Prepare a simulated response to setDocumentData
|
void |
prepareSetDocumentData(String sessionId,
DocumentSoapDO documentData,
String fileId,
Exception exception)
Prepare a simulated response to setDocumentData
|
void |
prepareSetDocumentData2(String sessionId,
Document2SoapDO documentData,
String fileId)
Prepare a simulated response to setDocumentData2
|
void |
prepareSetDocumentData2(String sessionId,
Document2SoapDO documentData,
String fileId,
Exception exception)
Prepare a simulated response to setDocumentData2
|
void |
prepareSetDocumentData3(String sessionId,
Document3SoapDO documentData,
String fileId)
Prepare a simulated response to setDocumentData3
|
void |
prepareSetDocumentData3(String sessionId,
Document3SoapDO documentData,
String fileId,
Exception exception)
Prepare a simulated response to setDocumentData3
|
void |
prepareSetDocumentDataWithAssociation(com.vasoftware.sf.server.services.docman.DocumentDO documentDO,
String fileId,
String associationId,
String associationComment,
String loggedInUser,
Set tagIds)
Prepare a simulated response to setDocumentDataWithAssociation
|
void |
prepareSetDocumentDataWithAssociation(com.vasoftware.sf.server.services.docman.DocumentDO documentDO,
String fileId,
String associationId,
String associationComment,
String loggedInUser,
Set tagIds,
Exception exception)
Prepare a simulated response to setDocumentDataWithAssociation
|
void |
prepareSetDocumentDataWithAssociation(String sessionId,
DocumentSoapDO documentData,
String fileId,
String associationId,
String associationComment)
Prepare a simulated response to setDocumentDataWithAssociation
|
void |
prepareSetDocumentDataWithAssociation(String sessionId,
DocumentSoapDO documentData,
String fileId,
String associationId,
String associationComment,
Exception exception)
Prepare a simulated response to setDocumentDataWithAssociation
|
void |
prepareSetDocumentDataWithAssociation2(String sessionId,
Document2SoapDO documentData,
String fileId,
String associationId,
String associationComment)
Prepare a simulated response to setDocumentDataWithAssociation2
|
void |
prepareSetDocumentDataWithAssociation2(String sessionId,
Document2SoapDO documentData,
String fileId,
String associationId,
String associationComment,
Exception exception)
Prepare a simulated response to setDocumentDataWithAssociation2
|
void |
prepareSetDocumentDataWithAssociation3(String sessionId,
Document3SoapDO documentData,
String fileId,
String associationId,
String associationComment)
Prepare a simulated response to setDocumentDataWithAssociation3
|
void |
prepareSetDocumentDataWithAssociation3(String sessionId,
Document3SoapDO documentData,
String fileId,
String associationId,
String associationComment,
Exception exception)
Prepare a simulated response to setDocumentDataWithAssociation3
|
void |
prepareSetDocumentFolderData(String sessionId,
DocumentFolderSoapDO documentFolderData)
Prepare a simulated response to setDocumentFolderData
|
void |
prepareSetDocumentFolderData(String sessionId,
DocumentFolderSoapDO documentFolderData,
Exception exception)
Prepare a simulated response to setDocumentFolderData
|
void |
prepareSetField(String sessionId,
DocumentFolderFieldSoapDO fieldData)
Prepare a simulated response to setField
|
void |
prepareSetField(String sessionId,
DocumentFolderFieldSoapDO fieldData,
Exception exception)
Prepare a simulated response to setField
|
void |
prepareValidateCreateDocument(String title,
String description,
String status,
String fileName,
String mimeType,
String fileId)
Prepare a simulated response to validateCreateDocument
|
void |
prepareValidateCreateDocument(String title,
String description,
String status,
String fileName,
String mimeType,
String fileId,
Exception exception)
Prepare a simulated response to validateCreateDocument
|
void |
prepareValidateCreateDocumentWithUrl(String title,
String description,
String status,
String fileUrl)
Prepare a simulated response to validateCreateDocumentWithUrl
|
void |
prepareValidateCreateDocumentWithUrl(String title,
String description,
String status,
String fileUrl,
Exception exception)
Prepare a simulated response to validateCreateDocumentWithUrl
|
void |
prepareValidateLockAttributes(boolean createLocked,
boolean createDownloadRestricted,
boolean allowForceUnlock)
Prepare a simulated response to validateLockAttributes
|
void |
prepareValidateLockAttributes(boolean createLocked,
boolean createDownloadRestricted,
boolean allowForceUnlock,
Exception exception)
Prepare a simulated response to validateLockAttributes
|
void |
prepareValidateVersions(com.vasoftware.sf.server.types.ItemPath documentPath,
int[] versionNumbers,
String loggedInUser,
Object returnValue)
Prepare a simulated response to validateVersions
|
void |
prepareVerifyAndGetFields(String projectId,
String loggedInUser,
Object returnValue)
Prepare a simulated response to verifyAndGetFields
|
void |
reorderDocumentFields(String sessionId,
String projectId,
String[] layoutIds)
Simulate a call to reorderDocumentFields
|
void |
setDocumentData(com.vasoftware.sf.server.services.docman.DocumentDO documentDO,
String fileId,
String loggedInUser,
Set tagIds)
Simulate a call to setDocumentData
|
void |
setDocumentData(String sessionId,
DocumentSoapDO documentData,
String fileId)
Simulate a call to setDocumentData
|
void |
setDocumentData2(String sessionId,
Document2SoapDO documentData,
String fileId)
Simulate a call to setDocumentData2
|
void |
setDocumentData3(String sessionId,
Document3SoapDO documentData,
String fileId)
Simulate a call to setDocumentData3
|
void |
setDocumentDataWithAssociation(com.vasoftware.sf.server.services.docman.DocumentDO documentDO,
String fileId,
String associationId,
String associationComment,
String loggedInUser,
Set tagIds)
Simulate a call to setDocumentDataWithAssociation
|
void |
setDocumentDataWithAssociation(String sessionId,
DocumentSoapDO documentData,
String fileId,
String associationId,
String associationComment)
Simulate a call to setDocumentDataWithAssociation
|
void |
setDocumentDataWithAssociation2(String sessionId,
Document2SoapDO documentData,
String fileId,
String associationId,
String associationComment)
Simulate a call to setDocumentDataWithAssociation2
|
void |
setDocumentDataWithAssociation3(String sessionId,
Document3SoapDO documentData,
String fileId,
String associationId,
String associationComment)
Simulate a call to setDocumentDataWithAssociation3
|
void |
setDocumentFolderData(String sessionId,
DocumentFolderSoapDO documentFolderData)
Simulate a call to setDocumentFolderData
|
void |
setField(String sessionId,
DocumentFolderFieldSoapDO fieldData)
Simulate a call to setField
|
void |
validateCreateDocument(String title,
String description,
String status,
String fileName,
String mimeType,
String fileId)
Simulate a call to validateCreateDocument
|
void |
validateCreateDocumentWithUrl(String title,
String description,
String status,
String fileUrl)
Simulate a call to validateCreateDocumentWithUrl
|
void |
validateLockAttributes(boolean createLocked,
boolean createDownloadRestricted,
boolean allowForceUnlock)
Simulate a call to validateLockAttributes
|
List |
validateVersions(com.vasoftware.sf.server.types.ItemPath documentPath,
int[] versionNumbers,
String loggedInUser)
Simulate a call to validateVersions
|
com.vasoftware.sf.server.services.field.FieldDO[] |
verifyAndGetFields(String projectId,
String loggedInUser)
Simulate a call to verifyAndGetFields
|
addSimulatedResult, addSimulatedResult, addSimulatedResult, getCallCount, getCallParameters, getUnusedCalls, simulateCall
public DocumentAppSoapMockStub(String soapServerUrl)
public void prepareGetDocumentFolderList(String sessionId, String parentId, boolean recursive, Object returnValue)
DocumentAppSoap.getDocumentFolderList(java.lang.String, java.lang.String, boolean)
public DocumentFolderSoapList getDocumentFolderList(String sessionId, String parentId, boolean recursive) throws RemoteException
getDocumentFolderList
in interface IDocumentAppSoap
sessionId
- SOAP session id.parentId
- Parent document folder id -or- project id for listing root document folder.recursive
- Show subfolders of the folders returned b)When project id is passed with recursive = true, the user obtains all the document folders and descendants for which the user has permission.
c)When a document folder id is passed with recursive = false, the first matching child folders in the tree from the passed folder for which the user has permission are retrieved.(Not the passed folder)
d)When a document folder id is passed with recursive = true, the children folders and descendants which the user has permission are retrieved.(Not the passed folder)
com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.getDocumentFolderList(java.lang.String, java.lang.String, boolean)
public void prepareSetDocumentFolderData(String sessionId, DocumentFolderSoapDO documentFolderData)
DocumentAppSoap.setDocumentFolderData(java.lang.String, com.collabnet.ce.soap60.webservices.docman.DocumentFolderSoapDO)
public void prepareSetDocumentFolderData(String sessionId, DocumentFolderSoapDO documentFolderData, Exception exception)
DocumentAppSoap.setDocumentFolderData(java.lang.String, com.collabnet.ce.soap60.webservices.docman.DocumentFolderSoapDO)
public void setDocumentFolderData(String sessionId, DocumentFolderSoapDO documentFolderData) throws RemoteException
setDocumentFolderData
in interface IDocumentAppSoap
sessionId
- SOAP session id.documentFolderData
- Data to apply.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id does not exist.com.collabnet.ce.soap60.fault.VersionMismatchFault
- when the specified object has changed in SourceForge.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.setDocumentFolderData(java.lang.String, com.collabnet.ce.soap60.webservices.docman.DocumentFolderSoapDO)
public void prepareGetDocumentFolderData(String sessionId, String folderId, Object returnValue)
DocumentAppSoap.getDocumentFolderData(java.lang.String, java.lang.String)
public DocumentFolderSoapDO getDocumentFolderData(String sessionId, String folderId) throws RemoteException
getDocumentFolderData
in interface IDocumentAppSoap
sessionId
- SOAP session id.folderId
- Folder id to get detailed data for.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id does not exist.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when an argument is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.getDocumentFolderData(java.lang.String, java.lang.String)
public void prepareGetAssignedDocumentReviewList(String sessionId, String username, Object returnValue)
DocumentAppSoap.getAssignedDocumentReviewList(java.lang.String, java.lang.String)
public DocumentReviewSoapList getAssignedDocumentReviewList(String sessionId, String username) throws RemoteException
getAssignedDocumentReviewList
in interface IDocumentAppSoap
sessionId
- SOAP session id.username
- User to whom reviews are assigned for review (required or optional).com.collabnet.ce.soap60.fault.InvalidSessionFault
- when sessionId is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified user does not exist.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.getAssignedDocumentReviewList(java.lang.String, java.lang.String)
public void prepareGetDocumentReviewList(String sessionId, String containerId, com.collabnet.ce.soap60.types.SoapFilter[] filters, Object returnValue)
DocumentAppSoap.getDocumentReviewList(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])
public DocumentReviewSoapList getDocumentReviewList(String sessionId, String containerId, com.collabnet.ce.soap60.types.SoapFilter[] filters) throws RemoteException
getDocumentReviewList
in interface IDocumentAppSoap
sessionId
- SOAP session id.containerId
- null (for reviews across projects) or document ID (for reviews associated with document).filters
- Filters to apply for listing the reviews.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when sessionId is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the document does not exist.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied.com.collabnet.ce.soap60.fault.InvalidFilterFault
- when the specified filters are invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.getDocumentReviewList(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])
public void prepareCreateReview(String sessionId, String documentId, int version, String title, String description, Date dueDate, String[] requiredReviewers, String[] optionalReviewers, boolean attachDocument, Object returnValue)
DocumentAppSoap.createReview(java.lang.String, java.lang.String, int, java.lang.String, java.lang.String, java.util.Date, java.lang.String[], java.lang.String[], boolean)
public DocumentReviewSoapDO createReview(String sessionId, String documentId, int version, String title, String description, Date dueDate, String[] requiredReviewers, String[] optionalReviewers, boolean attachDocument) throws RemoteException
createReview
in interface IDocumentAppSoap
sessionId
- SOAP session id.documentId
- the id of the document for which the review is to be created.version
- the version of the documenttitle
- The title of the reviewdescription
- The description of the reviewdueDate
- The due date of the reviewrequiredReviewers
- an array of usernames of required reviewersoptionalReviewers
- an array of usernames of optional reviewersattachDocument
- whether to attach the document to the email or notcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when sessionId is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when there is no document corresponding to the document Idcom.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privilegescom.collabnet.ce.soap60.fault.IllegalArgumentFault
- for incorrect arguments. This can happen if the required reviewers array is empty (or) if the username in either required or optional reviewers is not valid (or) a user was specified a both a required reviewer and an optional reviewer (or) The dueDate was a date in the past.com.collabnet.ce.soap60.fault.ObjectAlreadyExistsFault
- if the review already exists on this documentcom.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.createReview(java.lang.String, java.lang.String, int, java.lang.String, java.lang.String, java.util.Date, java.lang.String[], java.lang.String[], boolean)
public void prepareGetDocumentList(String sessionId, String parentId, com.collabnet.ce.soap60.types.SoapFilter[] filters, Object returnValue)
DocumentAppSoap.getDocumentList(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])
public DocumentSoapList getDocumentList(String sessionId, String parentId, com.collabnet.ce.soap60.types.SoapFilter[] filters) throws RemoteException
getDocumentList
in interface IDocumentAppSoap
sessionId
- SOAP session id.parentId
- Document folder id (obtained from getDocumentFolderList).filters
- not supported.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidFilterFault
- when an invalid filter is specified.RemoteException
DocumentAppSoap.getDocumentList(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])
public void prepareGetDocumentList2(String sessionId, String parentId, com.collabnet.ce.soap60.types.SoapFilter[] filters, Object returnValue)
DocumentAppSoap.getDocumentList2(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])
public Document2SoapList getDocumentList2(String sessionId, String parentId, com.collabnet.ce.soap60.types.SoapFilter[] filters) throws RemoteException
getDocumentList2
in interface IDocumentAppSoap
sessionId
- SOAP session id.parentId
- Document folder id (obtained from getDocumentFolderList).filters
- not supported.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.InvalidFilterFault
- when an invalid filter is specified.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.getDocumentList2(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])
public void prepareGetDocumentList3(String sessionId, String documentFolderId, com.collabnet.ce.soap60.types.SoapFilter[] filters, Object returnValue)
DocumentAppSoap.getDocumentList3(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])
public Document3SoapList getDocumentList3(String sessionId, String documentFolderId, com.collabnet.ce.soap60.types.SoapFilter[] filters) throws RemoteException
getDocumentList3
in interface IDocumentAppSoap
sessionId
- SOAP session id.documentFolderId
- Document folder id (obtained from getDocumentFolderList).filters
- not supported.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.InvalidFilterFault
- when an invalid filter is specified.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.getDocumentList3(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])
public void prepareListDocumentsDetailed(String sessionId, String documentFolderId, com.collabnet.ce.soap60.types.SoapFilter[] filters, Object returnValue)
DocumentAppSoap.listDocumentsDetailed(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])
public com.vasoftware.sf.server.services.docman.DocumentDetailArrangedList listDocumentsDetailed(String sessionId, String documentFolderId, com.collabnet.ce.soap60.types.SoapFilter[] filters) throws RemoteException
RemoteException
DocumentAppSoap.listDocumentsDetailed(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])
public void prepareListDocuments(String sessionId, String parentId, com.collabnet.ce.soap60.types.SoapFilter[] filters, Object returnValue)
DocumentAppSoap.listDocuments(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])
public com.vasoftware.sf.server.services.docman.DocumentList listDocuments(String sessionId, String parentId, com.collabnet.ce.soap60.types.SoapFilter[] filters) throws RemoteException
RemoteException
DocumentAppSoap.listDocuments(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])
public void prepareFindDocuments(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly, Object returnValue)
DocumentAppSoap.findDocuments(java.lang.String, java.lang.String, java.lang.String, boolean, boolean)
public DocumentSoapList findDocuments(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly) throws RemoteException
findDocuments
in interface IDocumentAppSoap
sessionId
- User session id.queryString
- Query string.projectId
- The project in which to find documents. (if null, search all projects)searchAttachments
- Whether to search attachments.currentVersionsOnly
- Whether to search only current versions of documents.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified project id is invalid.com.collabnet.ce.soap60.fault.SearchQuerySyntaxFault
- when the specified search query string is syntactically invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system level error occurs.RemoteException
DocumentAppSoap.findDocuments(java.lang.String, java.lang.String, java.lang.String, boolean, boolean)
public void prepareFindDocuments2(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly, Object returnValue)
DocumentAppSoap.findDocuments2(java.lang.String, java.lang.String, java.lang.String, boolean, boolean)
public Document2SoapList findDocuments2(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly) throws RemoteException
findDocuments2
in interface IDocumentAppSoap
sessionId
- User session id.queryString
- Query string.projectId
- The project in which to find documents. (if null, search all projects)searchAttachments
- Whether to search attachments.currentVersionsOnly
- Whether to search only current versions of documents.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified project id is invalid.com.collabnet.ce.soap60.fault.SearchQuerySyntaxFault
- when the specified search query string is syntactically invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system level error occurs.RemoteException
DocumentAppSoap.findDocuments2(java.lang.String, java.lang.String, java.lang.String, boolean, boolean)
public void prepareFindDocumentsList(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly, Object returnValue)
DocumentAppSoap.findDocumentsList(java.lang.String, java.lang.String, java.lang.String, boolean, boolean)
public com.vasoftware.sf.server.services.docman.DocumentList findDocumentsList(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly) throws RemoteException
RemoteException
DocumentAppSoap.findDocumentsList(java.lang.String, java.lang.String, java.lang.String, boolean, boolean)
public void prepareFindDocuments3(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly, Object returnValue)
DocumentAppSoap.findDocuments3(java.lang.String, java.lang.String, java.lang.String, boolean, boolean)
public Document3SoapList findDocuments3(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly) throws RemoteException
findDocuments3
in interface IDocumentAppSoap
sessionId
- User session id.queryString
- Query string.projectId
- The project in which to find documents. (if null, search all projects)searchAttachments
- Whether to search attachments.currentVersionsOnly
- Whether to search only current versions of documents.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified project id is invalid.com.collabnet.ce.soap60.fault.SearchQuerySyntaxFault
- when the specified search query string is syntactically invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system level error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when the specified query string is invalid.RemoteException
DocumentAppSoap.findDocuments3(java.lang.String, java.lang.String, java.lang.String, boolean, boolean)
public void prepareFindDocumentsList2(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly, Object returnValue)
DocumentAppSoap.findDocumentsList2(java.lang.String, java.lang.String, java.lang.String, boolean, boolean)
public com.vasoftware.sf.server.services.docman.DocumentList findDocumentsList2(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly) throws RemoteException
RemoteException
DocumentAppSoap.findDocumentsList2(java.lang.String, java.lang.String, java.lang.String, boolean, boolean)
public void prepareCreateDocumentFolder(String sessionId, String parentId, String title, String description, Object returnValue)
DocumentAppSoap.createDocumentFolder(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public DocumentFolderSoapDO createDocumentFolder(String sessionId, String parentId, String title, String description) throws RemoteException
createDocumentFolder
in interface IDocumentAppSoap
sessionId
- SOAP session id.parentId
- Folder id in which to create this folder.title
- Document folder title.description
- Document folder description.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when a specified object is invalid.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when one or more of the parameters are invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.ObjectAlreadyExistsFault
- when the document folder specified already exists.RemoteException
DocumentAppSoap.createDocumentFolder(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void prepareMoveDocumentFolder(String sessionId, String folderId, String destFolderId, Object returnValue)
DocumentAppSoap.moveDocumentFolder(java.lang.String, java.lang.String, java.lang.String)
public DocumentFolderSoapDO moveDocumentFolder(String sessionId, String folderId, String destFolderId) throws RemoteException
moveDocumentFolder
in interface IDocumentAppSoap
sessionId
- SOAP session id.folderId
- ID of folder to move.destFolderId
- ID of destination foldercom.collabnet.ce.soap60.fault.InvalidSessionFault
- sessionId is invalidcom.collabnet.ce.soap60.fault.PermissionDeniedFault
- permission is denied for the specified operationcom.collabnet.ce.soap60.fault.NoSuchObjectFault
- specified object is invalidcom.collabnet.ce.soap60.fault.SystemFault
- unexpected system errorRemoteException
DocumentAppSoap.moveDocumentFolder(java.lang.String, java.lang.String, java.lang.String)
public void prepareDeleteDocumentFolder(String sessionId, String folderId)
DocumentAppSoap.deleteDocumentFolder(java.lang.String, java.lang.String)
public void prepareDeleteDocumentFolder(String sessionId, String folderId, Exception exception)
DocumentAppSoap.deleteDocumentFolder(java.lang.String, java.lang.String)
public void deleteDocumentFolder(String sessionId, String folderId) throws RemoteException
deleteDocumentFolder
in interface IDocumentAppSoap
sessionId
- SOAP session id.folderId
- Folder id to delete.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalidcom.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when one or more of the parameters are invalid.com.collabnet.ce.soap60.fault.InvalidOperationFault
- when attempted to delete top-level document folder.RemoteException
DocumentAppSoap.deleteDocumentFolder(java.lang.String, java.lang.String)
public void prepareCreateDocument(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, String fileName, String mimeType, String fileId, String associationId, String associationDesc, Object returnValue)
DocumentAppSoap.createDocument(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public DocumentSoapDO createDocument(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, String fileName, String mimeType, String fileId, String associationId, String associationDesc) throws RemoteException
createDocument
in interface IDocumentAppSoap
sessionId
- SOAP session id.parentId
- Document folder id in which to create a document.title
- Document title.description
- Document description.versionComment
- Document version comment.status
- Document status.createLocked
- Is document locked on create?fileName
- Name of the file.mimeType
- File mime type.fileId
- Uploaded file id (through FileStorageApp or SimpleFileStorageApp service).associationId
- The id of the object associated, can be set to null if the site is not configured to have association mandatory. The association is set only if the configuration is turned on.associationDesc
- The title of the object associatedcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when one or more of the parameters are invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidAssociationFault
- when an invalid association object is passed.RemoteException
DocumentAppSoap.createDocument(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void prepareCreateDocument2(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, Object returnValue)
DocumentAppSoap.createDocument2(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public Document2SoapDO 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) throws RemoteException
createDocument2
in interface IDocumentAppSoap
sessionId
- SOAP session id.parentId
- Document folder id in which to create a document.title
- Document title.description
- Document description.versionComment
- Document version comment.status
- Document status.createLocked
- Is document locked on create?createDownloadRestricted
- Is document download restricted on create?allowForceUnlock
- Is document admin allowed to edit/download locked document? Note: createDownloadRestricted and allowForceUnlock can be set to true, only if createLocked is true.
fileName
- Name of the file.mimeType
- File mime type.fileId
- Uploaded file id (through FileStorageApp or SimpleFileStorageApp service).associationId
- The id of the object associated, can be set to null if the site is not configured to have association mandatory. The association is set only if the configuration is turned on.associationDesc
- The title of the object associatedcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when one or more of the parameters are invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidAssociationFault
- when an invalid association object is passed.RemoteException
DocumentAppSoap.createDocument2(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void prepareCreateDocument3(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, Object returnValue)
DocumentAppSoap.createDocument3(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFieldValues)
public Document3SoapDO 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) throws RemoteException
createDocument3
in interface IDocumentAppSoap
sessionId
- SOAP session id.parentId
- Document folder id in which to create a document.title
- Document title.description
- Document description.versionComment
- Document version comment.status
- Document status.createLocked
- Is document locked on create?createDownloadRestricted
- Is document download restricted on create?allowForceUnlock
- Is document admin allowed to edit/download locked document? Note: createDownloadRestricted and allowForceUnlock can be set to true, only if createLocked is true.
fileName
- Name of the file.mimeType
- File mime type.fileId
- Uploaded file id (through FileStorageApp or SimpleFileStorageApp service).associationId
- The id of the object associated, can be set to null if the site is not configured to have association mandatory. The association is set only if the configuration is turned on.associationDesc
- The title of the object associatedflexFields
- Flex field valuescom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when one or more of the parameters are invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidAssociationFault
- when an invalid association object is passed.com.collabnet.ce.soap60.fault.WorkflowViolationFault
- when the workflow is violated.RemoteException
DocumentAppSoap.createDocument3(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFieldValues)
public void prepareCreateDocument(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, Object returnValue)
DocumentAppSoap.createDocument(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public com.vasoftware.sf.server.services.docman.DocumentDO createDocument(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) throws RemoteException
RemoteException
DocumentAppSoap.createDocument(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void prepareCreateDocumentWithUrl(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, String fileUrl, String associationId, String associationDesc, Object returnValue)
DocumentAppSoap.createDocumentWithUrl(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, java.lang.String, java.lang.String, java.lang.String)
public DocumentSoapDO createDocumentWithUrl(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, String fileUrl, String associationId, String associationDesc) throws RemoteException
createDocumentWithUrl
in interface IDocumentAppSoap
sessionId
- SOAP session id.parentId
- Document folder id in which to create a document.title
- Document title.description
- Document description.versionComment
- Document version comment.status
- Document status.createLocked
- Is document locked on create?fileUrl
- the file URL of the documentassociationId
- id of the object to be associated, can be set to null if the site is not configured to have association mandatory. The association is set only if the configuration is turned on.associationDesc
- association commentcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when one or more of the parameters are invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidDocumentContentFault
- Only one of fileKey or fileUrl should be set. This failedcom.collabnet.ce.soap60.fault.InvalidAssociationFault
- when an invalid association object is passed.RemoteException
DocumentAppSoap.createDocumentWithUrl(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, java.lang.String, java.lang.String, java.lang.String)
public void prepareCreateDocumentWithUrl2(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileUrl, String associationId, String associationDesc, Object returnValue)
DocumentAppSoap.createDocumentWithUrl2(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean, java.lang.String, java.lang.String, java.lang.String)
public Document2SoapDO 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) throws RemoteException
createDocumentWithUrl2
in interface IDocumentAppSoap
sessionId
- SOAP session id.parentId
- Document folder id in which to create a document.title
- Document title.description
- Document description.versionComment
- Document version comment.status
- Document status.createLocked
- Is document locked on create?createDownloadRestricted
- Is document download restricted on create?allowForceUnlock
- Is document admin allowed to edit/download locked document? Note: createDownloadRestricted and allowForceUnlock can be set to true, only if createLocked is true.
fileUrl
- the file URL of the documentassociationId
- id of the object to be associated, can be set to null if the site is not configured to have association mandatory. The association is set only if the configuration is turned on.associationDesc
- association commentcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when one or more of the parameters are invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidDocumentContentFault
- Only one of fileKey or fileUrl should be set. This failedcom.collabnet.ce.soap60.fault.InvalidAssociationFault
- when an invalid association object is passed.RemoteException
DocumentAppSoap.createDocumentWithUrl2(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean, java.lang.String, java.lang.String, java.lang.String)
public void prepareCreateDocumentWithUrl3(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, Object returnValue)
DocumentAppSoap.createDocumentWithUrl3(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean, java.lang.String, java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFieldValues)
public Document3SoapDO 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) throws RemoteException
createDocumentWithUrl3
in interface IDocumentAppSoap
sessionId
- SOAP session id.parentId
- Document folder id in which to create a document.title
- Document title.description
- Document description.versionComment
- Document version comment.status
- Document status.createLocked
- Is document locked on create?createDownloadRestricted
- Is document download restricted on create?allowForceUnlock
- Is document admin allowed to edit/download locked document? Note: createDownloadRestricted and allowForceUnlock can be set to true, only if createLocked is true.
fileUrl
- the file URL of the documentassociationId
- id of the object to be associated, can be set to null if the site is not configured to have association mandatory. The association is set only if the configuration is turned on.associationDesc
- association commentflexFields
- Flex field valuescom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when one or more of the parameters are invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidDocumentContentFault
- Only one of fileKey or fileUrl should be set. This failedcom.collabnet.ce.soap60.fault.InvalidAssociationFault
- when an invalid association object is passed.com.collabnet.ce.soap60.fault.WorkflowViolationFault
- when the workflow is violated.RemoteException
DocumentAppSoap.createDocumentWithUrl3(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean, java.lang.String, java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFieldValues)
public void prepareCreateDocumentWithUrl(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, Object returnValue)
DocumentAppSoap.createDocumentWithUrl(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, java.lang.String, java.lang.String, java.lang.String)
public com.vasoftware.sf.server.services.docman.DocumentDO createDocumentWithUrl(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) throws RemoteException
RemoteException
DocumentAppSoap.createDocumentWithUrl(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, java.lang.String, java.lang.String, java.lang.String)
public void prepareGetVersionStatus(String projectPath, String status, com.vasoftware.sf.server.types.UserSessionKey sessionKey, Object returnValue)
DocumentAppSoap.getVersionStatus(java.lang.String, java.lang.String, com.vasoftware.sf.server.types.UserSessionKey)
public String getVersionStatus(String projectPath, String status, com.vasoftware.sf.server.types.UserSessionKey sessionKey) throws RemoteException
RemoteException
DocumentAppSoap.getVersionStatus(java.lang.String, java.lang.String, com.vasoftware.sf.server.types.UserSessionKey)
public void prepareGetValidStatus(String projectPath, String soapStatus, String rmiStatus, com.vasoftware.sf.server.types.UserSessionKey sessionKey, Object returnValue)
DocumentAppSoap.getValidStatus(java.lang.String, java.lang.String, java.lang.String, com.vasoftware.sf.server.types.UserSessionKey)
public String getValidStatus(String projectPath, String soapStatus, String rmiStatus, com.vasoftware.sf.server.types.UserSessionKey sessionKey) throws RemoteException
RemoteException
DocumentAppSoap.getValidStatus(java.lang.String, java.lang.String, java.lang.String, com.vasoftware.sf.server.types.UserSessionKey)
public void prepareMoveDocument(String sessionId, String documentId, String targetFolderId, Object returnValue)
DocumentAppSoap.moveDocument(java.lang.String, java.lang.String, java.lang.String)
public DocumentSoapDO moveDocument(String sessionId, String documentId, String targetFolderId) throws RemoteException
moveDocument
in interface IDocumentAppSoap
sessionId
- User session id.documentId
- ID of document to move.targetFolderId
- Target folder ID.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.moveDocument(java.lang.String, java.lang.String, java.lang.String)
public void prepareMoveDocument2(String sessionId, String documentId, String targetFolderId, Object returnValue)
DocumentAppSoap.moveDocument2(java.lang.String, java.lang.String, java.lang.String)
public Document2SoapDO moveDocument2(String sessionId, String documentId, String targetFolderId) throws RemoteException
moveDocument2
in interface IDocumentAppSoap
sessionId
- User session id.documentId
- ID of document to move.targetFolderId
- Target folder ID.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.moveDocument2(java.lang.String, java.lang.String, java.lang.String)
public void prepareMoveDocument3(String sessionId, String documentId, String targetFolderId, Object returnValue)
DocumentAppSoap.moveDocument3(java.lang.String, java.lang.String, java.lang.String)
public Document3SoapDO moveDocument3(String sessionId, String documentId, String targetFolderId) throws RemoteException
moveDocument3
in interface IDocumentAppSoap
sessionId
- User session id.documentId
- ID of document to move.targetFolderId
- Target folder ID.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when one or more of the parameters are invalid.RemoteException
DocumentAppSoap.moveDocument3(java.lang.String, java.lang.String, java.lang.String)
public void prepareMoveDoc(String sessionId, com.vasoftware.sf.server.types.ItemPath documentPath, com.vasoftware.sf.server.types.FolderPath targetFolderPath, String loggedInUser, Object returnValue)
DocumentAppSoap.moveDoc(java.lang.String, com.vasoftware.sf.server.types.ItemPath, com.vasoftware.sf.server.types.FolderPath, java.lang.String)
public com.vasoftware.sf.server.services.docman.DocumentDO moveDoc(String sessionId, com.vasoftware.sf.server.types.ItemPath documentPath, com.vasoftware.sf.server.types.FolderPath targetFolderPath, String loggedInUser) throws RemoteException
RemoteException
DocumentAppSoap.moveDoc(java.lang.String, com.vasoftware.sf.server.types.ItemPath, com.vasoftware.sf.server.types.FolderPath, java.lang.String)
public void prepareDeleteDocument(String sessionId, String documentId)
DocumentAppSoap.deleteDocument(java.lang.String, java.lang.String)
public void prepareDeleteDocument(String sessionId, String documentId, Exception exception)
DocumentAppSoap.deleteDocument(java.lang.String, java.lang.String)
public void deleteDocument(String sessionId, String documentId) throws RemoteException
deleteDocument
in interface IDocumentAppSoap
sessionId
- User session id.documentId
- Document id.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.deleteDocument(java.lang.String, java.lang.String)
public void prepareGetDocumentData(String sessionId, String documentId, int documentVersion, Object returnValue)
DocumentAppSoap.getDocumentData(java.lang.String, java.lang.String, int)
public DocumentSoapDO getDocumentData(String sessionId, String documentId, int documentVersion) throws RemoteException
getDocumentData
in interface IDocumentAppSoap
sessionId
- User session id.documentId
- Document id.documentVersion
- Document version number (specify zero for current version).com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.NoSuchVersionFault
- when the specified version is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.getDocumentData(java.lang.String, java.lang.String, int)
public void prepareGetDocumentData2(String sessionId, String documentId, int documentVersion, Object returnValue)
DocumentAppSoap.getDocumentData2(java.lang.String, java.lang.String, int)
public Document2SoapDO getDocumentData2(String sessionId, String documentId, int documentVersion) throws RemoteException
getDocumentData2
in interface IDocumentAppSoap
sessionId
- User session id.documentId
- Document id.documentVersion
- Document version number (specify zero for current version).com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.NoSuchVersionFault
- when the specified version is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.getDocumentData2(java.lang.String, java.lang.String, int)
public void prepareGetDocumentData3(String sessionId, String documentId, int documentVersion, Object returnValue)
DocumentAppSoap.getDocumentData3(java.lang.String, java.lang.String, int)
public Document3SoapDO getDocumentData3(String sessionId, String documentId, int documentVersion) throws RemoteException
getDocumentData3
in interface IDocumentAppSoap
sessionId
- User session id.documentId
- Document id.documentVersion
- Document version number (specify zero for current version).com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.NoSuchVersionFault
- when the specified version is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.getDocumentData3(java.lang.String, java.lang.String, int)
public void prepareSetDocumentData(String sessionId, DocumentSoapDO documentData, String fileId)
DocumentAppSoap.setDocumentData(java.lang.String, com.collabnet.ce.soap60.webservices.docman.DocumentSoapDO, java.lang.String)
public void prepareSetDocumentData(String sessionId, DocumentSoapDO documentData, String fileId, Exception exception)
DocumentAppSoap.setDocumentData(java.lang.String, com.collabnet.ce.soap60.webservices.docman.DocumentSoapDO, java.lang.String)
public void setDocumentData(String sessionId, DocumentSoapDO documentData, String fileId) throws RemoteException
setDocumentData
in interface IDocumentAppSoap
sessionId
- User session id.documentData
- Document data object.fileId
- Uploaded file id (through FileStorageApp or SimpleFileStorageApp service).com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when document data information is invalid.com.collabnet.ce.soap60.fault.VersionMismatchFault
- when document data is stale.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidDocumentContentFault
- Only one of fileKey or fileUrl should be set. This failedRemoteException
DocumentAppSoap.setDocumentData(java.lang.String, com.collabnet.ce.soap60.webservices.docman.DocumentSoapDO, java.lang.String)
public void prepareSetDocumentData2(String sessionId, Document2SoapDO documentData, String fileId)
DocumentAppSoap.setDocumentData2(java.lang.String, com.collabnet.ce.soap60.webservices.docman.Document2SoapDO, java.lang.String)
public void prepareSetDocumentData2(String sessionId, Document2SoapDO documentData, String fileId, Exception exception)
DocumentAppSoap.setDocumentData2(java.lang.String, com.collabnet.ce.soap60.webservices.docman.Document2SoapDO, java.lang.String)
public void setDocumentData2(String sessionId, Document2SoapDO documentData, String fileId) throws RemoteException
setDocumentData2
in interface IDocumentAppSoap
sessionId
- User session id.documentData
- Document data object.fileId
- Uploaded file id (through FileStorageApp or SimpleFileStorageApp service).com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when document data information is invalid.com.collabnet.ce.soap60.fault.VersionMismatchFault
- when document data is stale.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidDocumentContentFault
- Only one of fileKey or fileUrl should be set. This failedRemoteException
DocumentAppSoap.setDocumentData2(java.lang.String, com.collabnet.ce.soap60.webservices.docman.Document2SoapDO, java.lang.String)
public void prepareSetDocumentData3(String sessionId, Document3SoapDO documentData, String fileId)
DocumentAppSoap.setDocumentData3(java.lang.String, com.collabnet.ce.soap60.webservices.docman.Document3SoapDO, java.lang.String)
public void prepareSetDocumentData3(String sessionId, Document3SoapDO documentData, String fileId, Exception exception)
DocumentAppSoap.setDocumentData3(java.lang.String, com.collabnet.ce.soap60.webservices.docman.Document3SoapDO, java.lang.String)
public void setDocumentData3(String sessionId, Document3SoapDO documentData, String fileId) throws RemoteException
setDocumentData3
in interface IDocumentAppSoap
sessionId
- User session id.documentData
- Document data object.fileId
- Uploaded file id (through FileStorageApp or SimpleFileStorageApp service).com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when document data information is invalid.com.collabnet.ce.soap60.fault.VersionMismatchFault
- when document data is stale.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidDocumentContentFault
- Only one of fileKey or fileUrl should be set. This failedcom.collabnet.ce.soap60.fault.WorkflowViolationFault
- when the workflow is violatedRemoteException
DocumentAppSoap.setDocumentData3(java.lang.String, com.collabnet.ce.soap60.webservices.docman.Document3SoapDO, java.lang.String)
public void prepareSetDocumentData(com.vasoftware.sf.server.services.docman.DocumentDO documentDO, String fileId, String loggedInUser, Set tagIds)
DocumentAppSoap.setDocumentData(java.lang.String, com.collabnet.ce.soap60.webservices.docman.DocumentSoapDO, java.lang.String)
public void prepareSetDocumentData(com.vasoftware.sf.server.services.docman.DocumentDO documentDO, String fileId, String loggedInUser, Set tagIds, Exception exception)
DocumentAppSoap.setDocumentData(java.lang.String, com.collabnet.ce.soap60.webservices.docman.DocumentSoapDO, java.lang.String)
public void setDocumentData(com.vasoftware.sf.server.services.docman.DocumentDO documentDO, String fileId, String loggedInUser, Set tagIds) throws RemoteException
RemoteException
DocumentAppSoap.setDocumentData(java.lang.String, com.collabnet.ce.soap60.webservices.docman.DocumentSoapDO, java.lang.String)
public void prepareSetDocumentDataWithAssociation(String sessionId, DocumentSoapDO documentData, String fileId, String associationId, String associationComment)
DocumentAppSoap.setDocumentDataWithAssociation(java.lang.String, com.collabnet.ce.soap60.webservices.docman.DocumentSoapDO, java.lang.String, java.lang.String, java.lang.String)
public void prepareSetDocumentDataWithAssociation(String sessionId, DocumentSoapDO documentData, String fileId, String associationId, String associationComment, Exception exception)
DocumentAppSoap.setDocumentDataWithAssociation(java.lang.String, com.collabnet.ce.soap60.webservices.docman.DocumentSoapDO, java.lang.String, java.lang.String, java.lang.String)
public void setDocumentDataWithAssociation(String sessionId, DocumentSoapDO documentData, String fileId, String associationId, String associationComment) throws RemoteException
setDocumentDataWithAssociation
in interface IDocumentAppSoap
sessionId
- User session id.documentData
- Document data object.fileId
- Uploaded file id (through FileStorageApp or SimpleFileStorageApp service).associationId
- The id of the associationassociationComment
- Comment for the associationcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when document data information is invalid.com.collabnet.ce.soap60.fault.VersionMismatchFault
- when document data is stale.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidDocumentContentFault
- Only one of fileKey or fileUrl should be set. This failedcom.collabnet.ce.soap60.fault.InvalidAssociationFault
- when an invalid association object is passed.RemoteException
DocumentAppSoap.setDocumentDataWithAssociation(java.lang.String, com.collabnet.ce.soap60.webservices.docman.DocumentSoapDO, java.lang.String, java.lang.String, java.lang.String)
public void prepareSetDocumentDataWithAssociation2(String sessionId, Document2SoapDO documentData, String fileId, String associationId, String associationComment)
DocumentAppSoap.setDocumentDataWithAssociation2(java.lang.String, com.collabnet.ce.soap60.webservices.docman.Document2SoapDO, java.lang.String, java.lang.String, java.lang.String)
public void prepareSetDocumentDataWithAssociation2(String sessionId, Document2SoapDO documentData, String fileId, String associationId, String associationComment, Exception exception)
DocumentAppSoap.setDocumentDataWithAssociation2(java.lang.String, com.collabnet.ce.soap60.webservices.docman.Document2SoapDO, java.lang.String, java.lang.String, java.lang.String)
public void setDocumentDataWithAssociation2(String sessionId, Document2SoapDO documentData, String fileId, String associationId, String associationComment) throws RemoteException
setDocumentDataWithAssociation2
in interface IDocumentAppSoap
sessionId
- User session id.documentData
- Document data object.fileId
- Uploaded file id (through FileStorageApp or SimpleFileStorageApp service).associationId
- The id of the associationassociationComment
- Comment for the associationcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when document data information is invalid.com.collabnet.ce.soap60.fault.VersionMismatchFault
- when document data is stale.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidDocumentContentFault
- Only one of fileKey or fileUrl should be set. This failedcom.collabnet.ce.soap60.fault.InvalidAssociationFault
- when an invalid association object is passed.RemoteException
DocumentAppSoap.setDocumentDataWithAssociation2(java.lang.String, com.collabnet.ce.soap60.webservices.docman.Document2SoapDO, java.lang.String, java.lang.String, java.lang.String)
public void prepareSetDocumentDataWithAssociation3(String sessionId, Document3SoapDO documentData, String fileId, String associationId, String associationComment)
DocumentAppSoap.setDocumentDataWithAssociation3(java.lang.String, com.collabnet.ce.soap60.webservices.docman.Document3SoapDO, java.lang.String, java.lang.String, java.lang.String)
public void prepareSetDocumentDataWithAssociation3(String sessionId, Document3SoapDO documentData, String fileId, String associationId, String associationComment, Exception exception)
DocumentAppSoap.setDocumentDataWithAssociation3(java.lang.String, com.collabnet.ce.soap60.webservices.docman.Document3SoapDO, java.lang.String, java.lang.String, java.lang.String)
public void setDocumentDataWithAssociation3(String sessionId, Document3SoapDO documentData, String fileId, String associationId, String associationComment) throws RemoteException
setDocumentDataWithAssociation3
in interface IDocumentAppSoap
sessionId
- User session id.documentData
- Document data object.fileId
- Uploaded file id (through FileStorageApp or SimpleFileStorageApp service).associationId
- The id of the associationassociationComment
- Comment for the associationcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when document data information is invalid.com.collabnet.ce.soap60.fault.VersionMismatchFault
- when document data is stale.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidDocumentContentFault
- Only one of fileKey or fileUrl should be set. This failedcom.collabnet.ce.soap60.fault.InvalidAssociationFault
- when an invalid association object is passed.com.collabnet.ce.soap60.fault.WorkflowViolationFault
- when the workflow is violatedRemoteException
DocumentAppSoap.setDocumentDataWithAssociation3(java.lang.String, com.collabnet.ce.soap60.webservices.docman.Document3SoapDO, java.lang.String, java.lang.String, java.lang.String)
public void prepareSetDocumentDataWithAssociation(com.vasoftware.sf.server.services.docman.DocumentDO documentDO, String fileId, String associationId, String associationComment, String loggedInUser, Set tagIds)
DocumentAppSoap.setDocumentDataWithAssociation(java.lang.String, com.collabnet.ce.soap60.webservices.docman.DocumentSoapDO, java.lang.String, java.lang.String, java.lang.String)
public void prepareSetDocumentDataWithAssociation(com.vasoftware.sf.server.services.docman.DocumentDO documentDO, String fileId, String associationId, String associationComment, String loggedInUser, Set tagIds, Exception exception)
DocumentAppSoap.setDocumentDataWithAssociation(java.lang.String, com.collabnet.ce.soap60.webservices.docman.DocumentSoapDO, java.lang.String, java.lang.String, java.lang.String)
public void setDocumentDataWithAssociation(com.vasoftware.sf.server.services.docman.DocumentDO documentDO, String fileId, String associationId, String associationComment, String loggedInUser, Set tagIds) throws RemoteException
RemoteException
DocumentAppSoap.setDocumentDataWithAssociation(java.lang.String, com.collabnet.ce.soap60.webservices.docman.DocumentSoapDO, java.lang.String, java.lang.String, java.lang.String)
public void prepareGetDocumentFileId(String sessionId, String documentId, int documentVersion, Object returnValue)
DocumentAppSoap.getDocumentFileId(java.lang.String, java.lang.String, int)
public String getDocumentFileId(String sessionId, String documentId, int documentVersion) throws RemoteException
getDocumentFileId
in interface IDocumentAppSoap
sessionId
- User session id.documentId
- document id.documentVersion
- document version number (specify zero for current version).com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.NoSuchVersionFault
- when the specified version is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.getDocumentFileId(java.lang.String, java.lang.String, int)
public void prepareIsLockedDocument(com.vasoftware.sf.server.types.ItemPath documentPath, String loggedInUser, Object returnValue)
DocumentAppSoap.isLockedDocument(com.vasoftware.sf.server.types.ItemPath, java.lang.String)
public boolean isLockedDocument(com.vasoftware.sf.server.types.ItemPath documentPath, String loggedInUser) throws RemoteException
RemoteException
DocumentAppSoap.isLockedDocument(com.vasoftware.sf.server.types.ItemPath, java.lang.String)
public void prepareGetDocumentVersions(String sessionId, String documentId, boolean includeDeletedVersions, Object returnValue)
DocumentAppSoap.getDocumentVersions(java.lang.String, java.lang.String, boolean)
public Document2SoapList getDocumentVersions(String sessionId, String documentId, boolean includeDeletedVersions) throws RemoteException
getDocumentVersions
in interface IDocumentAppSoap
sessionId
- SOAP session id.documentId
- Document id.includeDeletedVersions
- Flag to indicate if the deleted versions of the document are to be fetched.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidFilterFault
- when an invalid filter is specified.RemoteException
DocumentAppSoap.getDocumentVersions(java.lang.String, java.lang.String, boolean)
public void prepareDeleteDocumentByVersions(String sessionId, String documentId, int[] versionNumbers)
DocumentAppSoap.deleteDocumentByVersions(java.lang.String, java.lang.String, int[])
public void prepareDeleteDocumentByVersions(String sessionId, String documentId, int[] versionNumbers, Exception exception)
DocumentAppSoap.deleteDocumentByVersions(java.lang.String, java.lang.String, int[])
public void deleteDocumentByVersions(String sessionId, String documentId, int[] versionNumbers) throws RemoteException
deleteDocumentByVersions
in interface IDocumentAppSoap
sessionId
- User session id.documentId
- Document id.versionNumbers
- Versions of the document to be deletedcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified document Id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- for incorrect arguments. This can happen if the versionNumbers array is empty (or) if any of the versionNumbers is not valid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.SearchQuerySyntaxFault
- when the specified search query string is syntactically invalid.com.collabnet.ce.soap60.fault.CannotDeleteDocumentVersionFault
- when the user tries to delete the active version of the document.RemoteException
DocumentAppSoap.deleteDocumentByVersions(java.lang.String, java.lang.String, int[])
public void prepareAddTextField(String sessionId, String projectId, String fieldName, int displayColumns, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String defaultValue, String helpText, String pattern)
DocumentAppSoap.addTextField(java.lang.String, java.lang.String, java.lang.String, int, int, boolean, boolean, boolean, java.lang.String, java.lang.String, java.lang.String)
public void prepareAddTextField(String sessionId, String projectId, String fieldName, int displayColumns, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String defaultValue, String helpText, String pattern, Exception exception)
DocumentAppSoap.addTextField(java.lang.String, java.lang.String, java.lang.String, int, int, boolean, boolean, boolean, java.lang.String, java.lang.String, java.lang.String)
public void addTextField(String sessionId, String projectId, String fieldName, int displayColumns, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String defaultValue, String helpText, String pattern) throws RemoteException
addTextField
in interface IDocumentAppSoap
sessionId
- User session id.projectId
- The project in which to add the field to.fieldName
- the name of the fielddisplayColumns
- the width of the display areadisplayLines
- the height of the display areaisRequired
- if the field is requiredisDisabled
- if the field is disabledisHiddenOnCreate
- if the field is hidden when first createddefaultValue
- default valuehelpText
- The help text for the fieldpattern
- The field validation patterncom.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id or fieldData is invalidcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.VersionMismatchFault
- if the object has been updated since this fieldDO was fetchedcom.collabnet.ce.soap60.fault.IllegalArgumentFault
- if the arguments are incorrectly specifiedcom.collabnet.ce.soap60.fault.InvalidOperationFault
- if the operation is not allowedcom.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.addTextField(java.lang.String, java.lang.String, java.lang.String, int, int, boolean, boolean, boolean, java.lang.String, java.lang.String, java.lang.String)
public void prepareAddSingleSelectChildField(String sessionId, String projectId, String fieldName, String[] fieldValues, String parentFieldId, com.collabnet.ce.soap60.types.SoapNamedValues parentChildFieldValueMap, String helpText)
DocumentAppSoap.addSingleSelectChildField(java.lang.String, java.lang.String, java.lang.String, java.lang.String[], java.lang.String, com.collabnet.ce.soap60.types.SoapNamedValues, java.lang.String)
public void prepareAddSingleSelectChildField(String sessionId, String projectId, String fieldName, String[] fieldValues, String parentFieldId, com.collabnet.ce.soap60.types.SoapNamedValues parentChildFieldValueMap, String helpText, Exception exception)
DocumentAppSoap.addSingleSelectChildField(java.lang.String, java.lang.String, java.lang.String, java.lang.String[], java.lang.String, com.collabnet.ce.soap60.types.SoapNamedValues, java.lang.String)
public void addSingleSelectChildField(String sessionId, String projectId, String fieldName, String[] fieldValues, String parentFieldId, com.collabnet.ce.soap60.types.SoapNamedValues parentChildFieldValueMap, String helpText) throws RemoteException
addSingleSelectChildField
in interface IDocumentAppSoap
sessionId
- User session id.projectId
- The project in which to add the field to.fieldName
- the name of the fieldfieldValues
- Array of valid field valuesparentFieldId
- The id of the parent fieldparentChildFieldValueMap
- soapNamedValues which keeps mapping between parent field values and child valueshelpText
- the help text for the fieldcom.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id or fieldData is invalidcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.VersionMismatchFault
- if the object has been updated since this fieldDO was fetchedcom.collabnet.ce.soap60.fault.IllegalArgumentFault
- if the arguments are incorrectly specifiedcom.collabnet.ce.soap60.fault.InvalidOperationFault
- if the operation is not allowedcom.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.addSingleSelectChildField(java.lang.String, java.lang.String, java.lang.String, java.lang.String[], java.lang.String, com.collabnet.ce.soap60.types.SoapNamedValues, java.lang.String)
public void prepareAddSingleSelectField(String sessionId, String projectId, String fieldName, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String defaultValue, String helpText)
DocumentAppSoap.addSingleSelectField(java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean, java.lang.String[], java.lang.String, java.lang.String)
public void prepareAddSingleSelectField(String sessionId, String projectId, String fieldName, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String defaultValue, String helpText, Exception exception)
DocumentAppSoap.addSingleSelectField(java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean, java.lang.String[], java.lang.String, java.lang.String)
public void addSingleSelectField(String sessionId, String projectId, String fieldName, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String defaultValue, String helpText) throws RemoteException
addSingleSelectField
in interface IDocumentAppSoap
sessionId
- User session id.projectId
- The project in which to add the field to.fieldName
- the name of the fieldisRequired
- if the field is requiredisDisabled
- if the field is disabledisHiddenOnCreate
- if the field is hidden when first createdfieldValues
- Array of valid field valuesdefaultValue
- default valuehelpText
- the help text for the fieldcom.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id or fieldData is invalidcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.VersionMismatchFault
- if the object has been updated since this fieldDO was fetchedcom.collabnet.ce.soap60.fault.IllegalArgumentFault
- if the arguments are incorrectly specifiedcom.collabnet.ce.soap60.fault.InvalidOperationFault
- if the operation is not allowedcom.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.addSingleSelectField(java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean, java.lang.String[], java.lang.String, java.lang.String)
public void prepareAddMultiSelectField(String sessionId, String projectId, String fieldName, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String[] defaultValues, String helpText)
DocumentAppSoap.addMultiSelectField(java.lang.String, java.lang.String, java.lang.String, int, boolean, boolean, boolean, java.lang.String[], java.lang.String[], java.lang.String)
public void prepareAddMultiSelectField(String sessionId, String projectId, String fieldName, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String[] defaultValues, String helpText, Exception exception)
DocumentAppSoap.addMultiSelectField(java.lang.String, java.lang.String, java.lang.String, int, boolean, boolean, boolean, java.lang.String[], java.lang.String[], java.lang.String)
public void addMultiSelectField(String sessionId, String projectId, String fieldName, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String[] defaultValues, String helpText) throws RemoteException
addMultiSelectField
in interface IDocumentAppSoap
sessionId
- User session id.projectId
- The project in which to add the field to.fieldName
- the name of the fielddisplayLines
- the height of the display areaisRequired
- if the field is requiredisDisabled
- if the field is disabledisHiddenOnCreate
- if the field is hidden when first createdfieldValues
- possible valuesdefaultValues
- default valueshelpText
- the help text for the fieldcom.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id or fieldData is invalidcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.VersionMismatchFault
- if the object has been updated since this fieldDO was fetchedcom.collabnet.ce.soap60.fault.IllegalArgumentFault
- if the arguments are incorrectly specifiedcom.collabnet.ce.soap60.fault.InvalidOperationFault
- if the operation is not allowedcom.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.addMultiSelectField(java.lang.String, java.lang.String, java.lang.String, int, boolean, boolean, boolean, java.lang.String[], java.lang.String[], java.lang.String)
public void prepareAddUserSelectField(String sessionId, String projectId, String fieldName, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] defaultValues, String userFilter, String helpText)
DocumentAppSoap.addUserSelectField(java.lang.String, java.lang.String, java.lang.String, int, boolean, boolean, boolean, java.lang.String[], java.lang.String, java.lang.String)
public void prepareAddUserSelectField(String sessionId, String projectId, String fieldName, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] defaultValues, String userFilter, String helpText, Exception exception)
DocumentAppSoap.addUserSelectField(java.lang.String, java.lang.String, java.lang.String, int, boolean, boolean, boolean, java.lang.String[], java.lang.String, java.lang.String)
public void addUserSelectField(String sessionId, String projectId, String fieldName, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] defaultValues, String userFilter, String helpText) throws RemoteException
addUserSelectField
in interface IDocumentAppSoap
sessionId
- User session id.projectId
- The project in which to add the field to.fieldName
- the name of the fielddisplayLines
- the height of the display areaisRequired
- if the field is requiredisDisabled
- if the field is disabledisHiddenOnCreate
- if the field is hidden when first createddefaultValues
- default values for this field. Must be valid usernamesuserFilter
- is the filterhelpText
- The help text of the fieldcom.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id or fieldData is invalidcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.VersionMismatchFault
- if the object has been updated since this fieldDO was fetchedcom.collabnet.ce.soap60.fault.IllegalArgumentFault
- if the arguments are incorrectly specifiedcom.collabnet.ce.soap60.fault.InvalidOperationFault
- if the operation is not allowedcom.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.addUserSelectField(java.lang.String, java.lang.String, java.lang.String, int, boolean, boolean, boolean, java.lang.String[], java.lang.String, java.lang.String)
public void prepareAddDateField(String sessionId, String projectId, String fieldName, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String helpText)
DocumentAppSoap.addDateField(java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean, java.lang.String)
public void prepareAddDateField(String sessionId, String projectId, String fieldName, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String helpText, Exception exception)
DocumentAppSoap.addDateField(java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean, java.lang.String)
public void addDateField(String sessionId, String projectId, String fieldName, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String helpText) throws RemoteException
addDateField
in interface IDocumentAppSoap
sessionId
- User session id.projectId
- The project in which to add the field to.fieldName
- the name of the fieldisRequired
- if the field is requiredisDisabled
- if the field is disabledisHiddenOnCreate
- if the field is hidden when first createdhelpText
- the help text of the fieldcom.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id or fieldData is invalidcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.VersionMismatchFault
- if the object has been updated since this fieldDO was fetchedcom.collabnet.ce.soap60.fault.IllegalArgumentFault
- if the arguments are incorrectly specifiedcom.collabnet.ce.soap60.fault.InvalidOperationFault
- if the operation is not allowedcom.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.addDateField(java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean, java.lang.String)
public void prepareAddField(String sessionId, String projectId, String fieldName, com.vasoftware.sf.server.services.field.FieldDisplayType fieldType, int displayColumns, int displayRows, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String[] defaultFieldValues, String helpText, String pattern)
DocumentAppSoap.addField(java.lang.String, java.lang.String, java.lang.String, com.vasoftware.sf.server.services.field.FieldDisplayType, int, int, boolean, boolean, boolean, java.lang.String[], java.lang.String[], java.lang.String, java.lang.String)
public void prepareAddField(String sessionId, String projectId, String fieldName, com.vasoftware.sf.server.services.field.FieldDisplayType fieldType, int displayColumns, int displayRows, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String[] defaultFieldValues, String helpText, String pattern, Exception exception)
DocumentAppSoap.addField(java.lang.String, java.lang.String, java.lang.String, com.vasoftware.sf.server.services.field.FieldDisplayType, int, int, boolean, boolean, boolean, java.lang.String[], java.lang.String[], java.lang.String, java.lang.String)
public void addField(String sessionId, String projectId, String fieldName, com.vasoftware.sf.server.services.field.FieldDisplayType fieldType, int displayColumns, int displayRows, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String[] defaultFieldValues, String helpText, String pattern) throws RemoteException
RemoteException
DocumentAppSoap.addField(java.lang.String, java.lang.String, java.lang.String, com.vasoftware.sf.server.services.field.FieldDisplayType, int, int, boolean, boolean, boolean, java.lang.String[], java.lang.String[], java.lang.String, java.lang.String)
public void prepareGetFields(String sessionId, String projectId, Object returnValue)
DocumentAppSoap.getFields(java.lang.String, java.lang.String)
public DocumentFolderFieldSoapDO[] getFields(String sessionId, String projectId) throws RemoteException
getFields
in interface IDocumentAppSoap
sessionId
- User session id.projectId
- The project for which to return the document fields information.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.getFields(java.lang.String, java.lang.String)
public void prepareVerifyAndGetFields(String projectId, String loggedInUser, Object returnValue)
DocumentAppSoap.verifyAndGetFields(java.lang.String, java.lang.String)
public com.vasoftware.sf.server.services.field.FieldDO[] verifyAndGetFields(String projectId, String loggedInUser) throws RemoteException
RemoteException
DocumentAppSoap.verifyAndGetFields(java.lang.String, java.lang.String)
public void prepareSetField(String sessionId, DocumentFolderFieldSoapDO fieldData)
DocumentAppSoap.setField(java.lang.String, com.collabnet.ce.soap60.webservices.docman.DocumentFolderFieldSoapDO)
public void prepareSetField(String sessionId, DocumentFolderFieldSoapDO fieldData, Exception exception)
DocumentAppSoap.setField(java.lang.String, com.collabnet.ce.soap60.webservices.docman.DocumentFolderFieldSoapDO)
public void setField(String sessionId, DocumentFolderFieldSoapDO fieldData) throws RemoteException
setField
in interface IDocumentAppSoap
sessionId
- User session id.fieldData
- the custom/flex-field to associate with a specific foldercom.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id or fieldData is invalidcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.VersionMismatchFault
- if the object has been updated since this fieldDO was fetchedcom.collabnet.ce.soap60.fault.IllegalArgumentFault
- if the arguments are incorrectly specified. See FaultSummary for detail for the following: - DUPLICATE_FIELD_VALUE - ILLEGAL_FIELD_VALUE - INVALID_FIELD_VALUE - INVALID_DEFAULT_VALUE - INVALID_FIELD_OPTIONS_REQUIRED_DISABLED - INVALID_FIELD_VALUE_LENGTH - REQUIRED_FIELD_MISSING - INVALID_FIELD_PATTERNcom.collabnet.ce.soap60.fault.InvalidOperationFault
- if the operation is not allowed. See FaultSummary for detail for the following: - INVALID_OPTION_DISABLE_RESERVED_FIELD - INVALID_OPTION_DISABLE_IN_USE_FIELDcom.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.DependencyViolationFault
- if changing a status violates document dependencyRemoteException
DocumentAppSoap.setField(java.lang.String, com.collabnet.ce.soap60.webservices.docman.DocumentFolderFieldSoapDO)
public void prepareDeleteField(String sessionId, String fieldId)
DocumentAppSoap.deleteField(java.lang.String, java.lang.String)
public void prepareDeleteField(String sessionId, String fieldId, Exception exception)
DocumentAppSoap.deleteField(java.lang.String, java.lang.String)
public void deleteField(String sessionId, String fieldId) throws RemoteException
deleteField
in interface IDocumentAppSoap
sessionId
- User session id.fieldId
- the id of the field to deletecom.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id or fieldData is invalidcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.InvalidOperationFault
- if the operation is not allowed.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.deleteField(java.lang.String, java.lang.String)
public void prepareAddSeparator(String sessionId, String projectId, String separatorType, String separatorLabel)
DocumentAppSoap.addSeparator(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void prepareAddSeparator(String sessionId, String projectId, String separatorType, String separatorLabel, Exception exception)
DocumentAppSoap.addSeparator(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void addSeparator(String sessionId, String projectId, String separatorType, String separatorLabel) throws RemoteException
addSeparator
in interface IDocumentAppSoap
sessionId
- User session id.projectId
- The project in which to add the separator to.separatorType
- the type of the separator, either OrderedDocumentFolderFieldSoapRow.ROW_SEPARATOR, OrderedDocumentFolderFieldSoapRow.COLUMN_SEPARATOR or OrderedDocumentFolderFieldSoapRow .SECTION_SEPARATOR.separatorLabel
- the label of the separatorcom.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalidcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- if the arguments are incorrectly specifiedcom.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.ObjectAlreadyExistsFault
- if a separator with the same id existsRemoteException
DocumentAppSoap.addSeparator(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void prepareDeleteSeparator(String sessionId, String layoutId)
DocumentAppSoap.deleteSeparator(java.lang.String, java.lang.String)
public void prepareDeleteSeparator(String sessionId, String layoutId, Exception exception)
DocumentAppSoap.deleteSeparator(java.lang.String, java.lang.String)
public void deleteSeparator(String sessionId, String layoutId) throws RemoteException
deleteSeparator
in interface IDocumentAppSoap
sessionId
- User session id.layoutId
- the layout id of the separator. To get the layout id, use getOrderedDocumentFolderFields().com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalidcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- if the arguments are incorrectly specifiedcom.collabnet.ce.soap60.fault.InvalidOperationFault
- if the operation is not allowedcom.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.deleteSeparator(java.lang.String, java.lang.String)
public void prepareGetOrderedDocumentFields(String sessionId, String projectId, Object returnValue)
DocumentAppSoap.getOrderedDocumentFields(java.lang.String, java.lang.String)
public OrderedDocumentFolderFieldSoapList getOrderedDocumentFields(String sessionId, String projectId) throws RemoteException
getOrderedDocumentFields
in interface IDocumentAppSoap
sessionId
- User session id.projectId
- The project for which to return the document fields information.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
DocumentAppSoap.getOrderedDocumentFields(java.lang.String, java.lang.String)
public void prepareReorderDocumentFields(String sessionId, String projectId, String[] layoutIds)
DocumentAppSoap.reorderDocumentFields(java.lang.String, java.lang.String, java.lang.String[])
public void prepareReorderDocumentFields(String sessionId, String projectId, String[] layoutIds, Exception exception)
DocumentAppSoap.reorderDocumentFields(java.lang.String, java.lang.String, java.lang.String[])
public void reorderDocumentFields(String sessionId, String projectId, String[] layoutIds) throws RemoteException
reorderDocumentFields
in interface IDocumentAppSoap
sessionId
- User session id.projectId
- The project in which all the document fields and the separators belong to.layoutIds
- An array of layout ids which can be obtained by getOrderedDocumentFields(). Layout id is different from field id and some system fields and separators do not have field id but only layout id.com.collabnet.ce.soap60.fault.InvalidSessionFault
- When the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- When any of the specified object id is invalid.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- If invalid argument value is passed.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- When the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- When an unexpected system level error occurs.RemoteException
DocumentAppSoap.reorderDocumentFields(java.lang.String, java.lang.String, java.lang.String[])
public void prepareValidateVersions(com.vasoftware.sf.server.types.ItemPath documentPath, int[] versionNumbers, String loggedInUser, Object returnValue)
DocumentAppSoap.validateVersions(com.vasoftware.sf.server.types.ItemPath, int[], java.lang.String)
public List validateVersions(com.vasoftware.sf.server.types.ItemPath documentPath, int[] versionNumbers, String loggedInUser) throws RemoteException
RemoteException
DocumentAppSoap.validateVersions(com.vasoftware.sf.server.types.ItemPath, int[], java.lang.String)
public void prepareCheckPermissionForView(com.vasoftware.sf.server.types.UserSessionKey sessionKey, String username, com.vasoftware.sf.server.types.ObjectKey targetKey, Object returnValue)
DocumentAppSoap.checkPermissionForView(com.vasoftware.sf.server.types.UserSessionKey, java.lang.String, com.vasoftware.sf.server.types.ObjectKey)
public boolean checkPermissionForView(com.vasoftware.sf.server.types.UserSessionKey sessionKey, String username, com.vasoftware.sf.server.types.ObjectKey targetKey) throws RemoteException
RemoteException
DocumentAppSoap.checkPermissionForView(com.vasoftware.sf.server.types.UserSessionKey, java.lang.String, com.vasoftware.sf.server.types.ObjectKey)
public void prepareValidateCreateDocument(String title, String description, String status, String fileName, String mimeType, String fileId)
DocumentAppSoap.validateCreateDocument(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void prepareValidateCreateDocument(String title, String description, String status, String fileName, String mimeType, String fileId, Exception exception)
DocumentAppSoap.validateCreateDocument(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void validateCreateDocument(String title, String description, String status, String fileName, String mimeType, String fileId) throws RemoteException
RemoteException
DocumentAppSoap.validateCreateDocument(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void prepareValidateCreateDocumentWithUrl(String title, String description, String status, String fileUrl)
DocumentAppSoap.validateCreateDocumentWithUrl(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void prepareValidateCreateDocumentWithUrl(String title, String description, String status, String fileUrl, Exception exception)
DocumentAppSoap.validateCreateDocumentWithUrl(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void validateCreateDocumentWithUrl(String title, String description, String status, String fileUrl) throws RemoteException
RemoteException
DocumentAppSoap.validateCreateDocumentWithUrl(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void prepareValidateLockAttributes(boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock)
DocumentAppSoap.validateLockAttributes(boolean, boolean, boolean)
public void prepareValidateLockAttributes(boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, Exception exception)
DocumentAppSoap.validateLockAttributes(boolean, boolean, boolean)
public void validateLockAttributes(boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock) throws RemoteException
RemoteException
DocumentAppSoap.validateLockAttributes(boolean, boolean, boolean)
public void prepareGetDocumentData(String documentId, int documentVersion, String sessionId, Object returnValue)
DocumentAppSoap.getDocumentData(java.lang.String, java.lang.String, int)
public com.vasoftware.sf.server.services.docman.DocumentDO getDocumentData(String documentId, int documentVersion, String sessionId) throws RemoteException
RemoteException
DocumentAppSoap.getDocumentData(java.lang.String, java.lang.String, int)
Copyright © 2017 CollabNet. All Rights Reserved.