public class CollabNetSoapBindingStub extends org.apache.axis.client.Stub implements CollabNetSoap
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
CollabNetSoapBindingStub() |
CollabNetSoapBindingStub(javax.xml.rpc.Service service) |
CollabNetSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
_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 CollabNetSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic CollabNetSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic CollabNetSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic String getVersion(String sessionId) throws RemoteException, InvalidSessionFault
getVersion in interface CollabNetSoapRemoteExceptionInvalidSessionFaultpublic GroupSoapDO createGroup(String sessionId, String fullName, String description) throws RemoteException, IllegalArgumentFault, ObjectAlreadyExistsFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
createGroup in interface CollabNetSoapRemoteExceptionIllegalArgumentFaultObjectAlreadyExistsFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void setUserData(String sessionId, UserSoapDO userData) throws RemoteException, ActivationUserAlreadyRemovedFault, VersionMismatchFault, IllegalUserModificationFault, LastSuperUserFault, NoSuchObjectFault, InvalidSessionFault, PermissionDeniedFault
public boolean hasPermission(String sessionId, String projectId, String operationString, String objectId) throws RemoteException, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault
hasPermission in interface CollabNetSoapRemoteExceptionIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultpublic UserSoapDO getUserData(String sessionId, String username) throws RemoteException, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault
getUserData in interface CollabNetSoapRemoteExceptionIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultpublic void keepAlive(String sessionId) throws RemoteException, InvalidSessionFault
keepAlive in interface CollabNetSoapRemoteExceptionInvalidSessionFaultpublic String login(String userName, String password) throws RemoteException, LoginFault, SystemFault
login in interface CollabNetSoapRemoteExceptionLoginFaultSystemFaultpublic UserSoapDO createUser(String sessionId, String userName, String email, String fullName, String locale, String timeZone, boolean isSuperUser, boolean isRestrictedUser, String password) throws RemoteException, IllegalArgumentFault, ObjectAlreadyExistsFault, UserLimitExceededFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
createUser in interface CollabNetSoapRemoteExceptionIllegalArgumentFaultObjectAlreadyExistsFaultUserLimitExceededFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic ProjectSoapDO createProject(String sessionId, String name, String title, String description) throws RemoteException, IllegalArgumentFault, ObjectAlreadyExistsFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
createProject in interface CollabNetSoapRemoteExceptionIllegalArgumentFaultObjectAlreadyExistsFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic ProjectSoapDO createProjectFromTemplate(String sessionId, String templateId, String name, String title, String description) throws RemoteException, IllegalArgumentFault, ObjectAlreadyExistsFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
createProjectFromTemplate in interface CollabNetSoapRemoteExceptionIllegalArgumentFaultObjectAlreadyExistsFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic ProjectSoapDO getProjectData(String sessionId, String projectId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getProjectData in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic int getProjectAccessLevel(String sessionId, String projectId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getProjectAccessLevel in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void deleteAttachment(String sessionId, String objectId, String attachmentId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
deleteAttachment in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic AttachmentSoapList listAttachments(String sessionId, String objectId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
listAttachments in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic boolean isHostedMode(String sessionId) throws RemoteException, InvalidSessionFault
isHostedMode in interface CollabNetSoapRemoteExceptionInvalidSessionFaultpublic ProjectSoapList listTemplates(String sessionId) throws RemoteException, ObjectAlreadyExistsFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
listTemplates in interface CollabNetSoapRemoteExceptionObjectAlreadyExistsFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void deleteProject(String sessionId, String projectId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
deleteProject in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void addProjectMember(String sessionId, String projectId, String userName) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
addProjectMember in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void removeProjectMember(String sessionId, String projectId, String userName) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, RemoveOnlyProjectAdminFault, SystemFault, PermissionDeniedFault
removeProjectMember in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultRemoveOnlyProjectAdminFaultSystemFaultPermissionDeniedFaultpublic VersionInformationSoapList getVersionInformationList(String sessionId, String folderId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getVersionInformationList in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic ProjectSoapList getProjectsForUser(String sessionId, String userId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault
getProjectsForUser in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultpublic ProjectSoapList getProjectList(String sessionId) throws RemoteException, InvalidSessionFault, SystemFault
getProjectList in interface CollabNetSoapRemoteExceptionInvalidSessionFaultSystemFaultpublic void setProjectQuota(String sessionId, String projectId, long quota) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
setProjectQuota in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic long getProjectQuota(String sessionId, String projectId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getProjectQuota in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic ProjectSoapList getProjectListForUser(String sessionId, String userId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault
getProjectListForUser in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultpublic void invalidateResourceBundleCache(String bundle) throws RemoteException, InvalidSessionFault, SystemFault
invalidateResourceBundleCache in interface CollabNetSoapRemoteExceptionInvalidSessionFaultSystemFaultpublic void invalidateEmailTemplate(String templateName) throws RemoteException, InvalidSessionFault, SystemFault
invalidateEmailTemplate in interface CollabNetSoapRemoteExceptionInvalidSessionFaultSystemFaultpublic GroupSoapDO getGroupData(String sessionId, String groupId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getGroupData in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void setGroupData(String sessionId, GroupSoapDO groupData) throws RemoteException, VersionMismatchFault, IllegalArgumentFault, ObjectAlreadyExistsFault, NoSuchObjectFault, InvalidSessionFault, PermissionDeniedFault
setGroupData in interface CollabNetSoapRemoteExceptionVersionMismatchFaultIllegalArgumentFaultObjectAlreadyExistsFaultNoSuchObjectFaultInvalidSessionFaultPermissionDeniedFaultpublic void deleteGroup(String sessionId, String groupId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
deleteGroup in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void addGroupMember(String sessionId, String groupId, String userName) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
addGroupMember in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void removeGroupMember(String sessionId, String groupId, String userName) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
removeGroupMember in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic UserSoapList getUserList(String sessionId, SoapFilter filter) throws RemoteException, SearchQuerySyntaxFault, IllegalArgumentFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getUserList in interface CollabNetSoapRemoteExceptionSearchQuerySyntaxFaultIllegalArgumentFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic UserSoapList findUsers(String sessionId, String queryString) throws RemoteException, SearchQuerySyntaxFault, IllegalArgumentFault, InvalidSessionFault, SystemFault
findUsers in interface CollabNetSoapRemoteExceptionSearchQuerySyntaxFaultIllegalArgumentFaultInvalidSessionFaultSystemFaultpublic long getProjectDiskUsage(String sessionId, String projectId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getProjectDiskUsage in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic UserSoapList getActiveGroupMembers(String sessionId, String groupId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getActiveGroupMembers in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void logoff(String userName, String sessionId) throws RemoteException, InvalidSessionFault, SystemFault
logoff in interface CollabNetSoapRemoteExceptionInvalidSessionFaultSystemFaultpublic String loginWithToken(String username, String oneTimeToken) throws RemoteException, LoginFault, SystemFault
loginWithToken in interface CollabNetSoapRemoteExceptionLoginFaultSystemFaultpublic String getApiVersion() throws RemoteException
getApiVersion in interface CollabNetSoapRemoteExceptionpublic ProjectSoapList getUserProjectList(String sessionId) throws RemoteException, InvalidSessionFault, SystemFault
getUserProjectList in interface CollabNetSoapRemoteExceptionInvalidSessionFaultSystemFaultpublic ProjectSoapList findProjects(String sessionId, String queryString) throws RemoteException, SearchQuerySyntaxFault, IllegalArgumentFault, InvalidSessionFault, SystemFault
findProjects in interface CollabNetSoapRemoteExceptionSearchQuerySyntaxFaultIllegalArgumentFaultInvalidSessionFaultSystemFaultpublic ProjectMemberSoapList getProjectMemberList(String sessionId, String projectId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getProjectMemberList in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void setProjectAccessLevel(String sessionId, String projectId, int accessLevel) throws RemoteException, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
setProjectAccessLevel in interface CollabNetSoapRemoteExceptionIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic CommentSoapList getCommentList(String sessionId, String objectId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getCommentList in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void createAssociation(String sessionId, String originId, String targetId, String description) throws RemoteException, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
createAssociation in interface CollabNetSoapRemoteExceptionIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void deleteAssociation(String sessionId, String originId, String targetId) throws RemoteException, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
deleteAssociation in interface CollabNetSoapRemoteExceptionIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic AssociationSoapList getAssociationList(String sessionId, String objectId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getAssociationList in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic AuditHistorySoapList getAuditHistoryList(String sessionId, String objectId) throws RemoteException, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getAuditHistoryList in interface CollabNetSoapRemoteExceptionIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void reindexObject(String sessionId, String objectId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, PermissionDeniedFault
reindexObject in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultPermissionDeniedFaultpublic String loginAnonymous(String anonSharedSecret) throws RemoteException, LoginFault, SystemFault
loginAnonymous in interface CollabNetSoapRemoteExceptionLoginFaultSystemFaultpublic GroupSoapList getProjectGroupList(String sessionId, String projectId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getProjectGroupList in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic Group2SoapList getGroupList2(String sessionId, SoapFilter filter) throws RemoteException, SearchQuerySyntaxFault, IllegalArgumentFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getGroupList2 in interface CollabNetSoapRemoteExceptionSearchQuerySyntaxFaultIllegalArgumentFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic GroupSoapList getGroupList(String sessionId, SoapFilter filter) throws RemoteException, SearchQuerySyntaxFault, IllegalArgumentFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getGroupList in interface CollabNetSoapRemoteExceptionSearchQuerySyntaxFaultIllegalArgumentFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic GroupSoapList getUserGroupList(String sessionId, String username) throws RemoteException, InvalidSessionFault, SystemFault, PermissionDeniedFault
getUserGroupList in interface CollabNetSoapRemoteExceptionInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic String getConfigurationValue(String sessionId, String keyValue) throws RemoteException, InvalidSessionFault, SystemFault
getConfigurationValue in interface CollabNetSoapRemoteExceptionInvalidSessionFaultSystemFaultpublic UserSoapList listProjectAdmins(String sessionId, String projectId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
listProjectAdmins in interface CollabNetSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultCopyright © 2004-2014 Hudson. All Rights Reserved.