public class DocumentAppSoapBindingStub extends org.apache.axis.client.Stub implements DocumentAppSoap
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
DocumentAppSoapBindingStub() |
DocumentAppSoapBindingStub(javax.xml.rpc.Service service) |
DocumentAppSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
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) |
DocumentFolderSoapDO |
createDocumentFolder(String sessionId,
String parentId,
String title,
String description) |
DocumentSoapDO |
createDocumentWithUrl(String sessionId,
String parentId,
String title,
String description,
String versionComment,
String status,
boolean createLocked,
String fileUrl,
String associationId,
String associationDesc) |
DocumentReviewSoapDO |
createReview(String sessionId,
String documentId,
int version,
String title,
String description,
Calendar dueDate,
String[] requiredReviewers,
String[] optionalReviewers,
boolean attachDocument) |
void |
deleteDocument(String sessionId,
String documentId) |
void |
deleteDocumentFolder(String sessionId,
String folderId) |
DocumentSoapList |
findDocuments(String sessionId,
String queryString,
String projectId,
boolean searchAttachments,
boolean currentVersionsOnly) |
DocumentReviewSoapList |
getAssignedDocumentReviewList(String sessionId,
String username) |
DocumentSoapDO |
getDocumentData(String sessionId,
String documentId,
int documentVersion) |
String |
getDocumentFileId(String sessionId,
String documentId,
int documentVersion) |
DocumentFolderSoapDO |
getDocumentFolderData(String sessionId,
String folderId) |
DocumentFolderSoapList |
getDocumentFolderList(String sessionId,
String parentId,
boolean recursive) |
DocumentSoapList |
getDocumentList(String sessionId,
String parentId,
SoapFilter[] filters) |
DocumentReviewSoapList |
getDocumentReviewList(String sessionId,
String containerId,
SoapFilter[] filters) |
DocumentSoapDO |
moveDocument(String sessionId,
String documentId,
String targetFolderId) |
DocumentFolderSoapDO |
moveDocumentFolder(String sessionId,
String folderId,
String destFolderId) |
void |
setDocumentData(String sessionId,
DocumentSoapDO documentData,
String fileId) |
void |
setDocumentDataWithAssociation(String sessionId,
DocumentSoapDO documentData,
String fileId,
String associationId,
String associationComment) |
void |
setDocumentFolderData(String sessionId,
DocumentFolderSoapDO documentFolderData) |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic DocumentAppSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic DocumentAppSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic DocumentAppSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic 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, InvalidAssociationFault, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
createDocument in interface DocumentAppSoapRemoteExceptionInvalidAssociationFaultIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void deleteDocumentFolder(String sessionId, String folderId) throws RemoteException, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, InvalidOperationFault, SystemFault, PermissionDeniedFault
deleteDocumentFolder in interface DocumentAppSoapRemoteExceptionIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultInvalidOperationFaultSystemFaultPermissionDeniedFaultpublic DocumentFolderSoapDO moveDocumentFolder(String sessionId, String folderId, String destFolderId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
moveDocumentFolder in interface DocumentAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic DocumentSoapDO getDocumentData(String sessionId, String documentId, int documentVersion) throws RemoteException, NoSuchVersionFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getDocumentData in interface DocumentAppSoapRemoteExceptionNoSuchVersionFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void setDocumentData(String sessionId, DocumentSoapDO documentData, String fileId) throws RemoteException, InvalidDocumentContentFault, VersionMismatchFault, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
public void setDocumentDataWithAssociation(String sessionId, DocumentSoapDO documentData, String fileId, String associationId, String associationComment) throws RemoteException, InvalidAssociationFault, InvalidDocumentContentFault, VersionMismatchFault, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
public void setDocumentFolderData(String sessionId, DocumentFolderSoapDO documentFolderData) throws RemoteException, VersionMismatchFault, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
setDocumentFolderData in interface DocumentAppSoapRemoteExceptionVersionMismatchFaultIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void deleteDocument(String sessionId, String documentId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
deleteDocument in interface DocumentAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic DocumentSoapDO moveDocument(String sessionId, String documentId, String targetFolderId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
moveDocument in interface DocumentAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic DocumentFolderSoapDO createDocumentFolder(String sessionId, String parentId, String title, String description) throws RemoteException, IllegalArgumentFault, ObjectAlreadyExistsFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
createDocumentFolder in interface DocumentAppSoapRemoteExceptionIllegalArgumentFaultObjectAlreadyExistsFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic DocumentFolderSoapDO getDocumentFolderData(String sessionId, String folderId) throws RemoteException, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getDocumentFolderData in interface DocumentAppSoapRemoteExceptionIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic DocumentReviewSoapDO createReview(String sessionId, String documentId, int version, String title, String description, Calendar dueDate, String[] requiredReviewers, String[] optionalReviewers, boolean attachDocument) throws RemoteException, IllegalArgumentFault, ObjectAlreadyExistsFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
createReview in interface DocumentAppSoapRemoteExceptionIllegalArgumentFaultObjectAlreadyExistsFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic DocumentFolderSoapList getDocumentFolderList(String sessionId, String parentId, boolean recursive) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getDocumentFolderList in interface DocumentAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic DocumentReviewSoapList getAssignedDocumentReviewList(String sessionId, String username) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getAssignedDocumentReviewList in interface DocumentAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic DocumentReviewSoapList getDocumentReviewList(String sessionId, String containerId, SoapFilter[] filters) throws RemoteException, InvalidFilterFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getDocumentReviewList in interface DocumentAppSoapRemoteExceptionInvalidFilterFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic DocumentSoapList getDocumentList(String sessionId, String parentId, SoapFilter[] filters) throws RemoteException, InvalidFilterFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getDocumentList in interface DocumentAppSoapRemoteExceptionInvalidFilterFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic DocumentSoapList findDocuments(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly) throws RemoteException, SearchQuerySyntaxFault, NoSuchObjectFault, InvalidSessionFault, SystemFault
findDocuments in interface DocumentAppSoapRemoteExceptionSearchQuerySyntaxFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultpublic DocumentSoapDO createDocumentWithUrl(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, String fileUrl, String associationId, String associationDesc) throws RemoteException, InvalidAssociationFault, InvalidDocumentContentFault, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
public String getDocumentFileId(String sessionId, String documentId, int documentVersion) throws RemoteException, NoSuchVersionFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getDocumentFileId in interface DocumentAppSoapRemoteExceptionNoSuchVersionFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultCopyright © 2004-2014 Hudson. All Rights Reserved.