hudson.plugins.sfee.webservice
Class CollabNetSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by hudson.plugins.sfee.webservice.CollabNetSoapBindingStub
All Implemented Interfaces:
CollabNetSoap, Remote, javax.xml.rpc.Stub

public class CollabNetSoapBindingStub
extends org.apache.axis.client.Stub
implements CollabNetSoap


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
CollabNetSoapBindingStub()
           
CollabNetSoapBindingStub(javax.xml.rpc.Service service)
           
CollabNetSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 void addGroupMember(String sessionId, String groupId, String userName)
           
 void addProjectMember(String sessionId, String projectId, String userName)
           
 void createAssociation(String sessionId, String originId, String targetId, String description)
           
protected  org.apache.axis.client.Call createCall()
           
 GroupSoapDO createGroup(String sessionId, String fullName, String description)
           
 ProjectSoapDO createProject(String sessionId, String name, String title, String description)
           
 ProjectSoapDO createProjectFromTemplate(String sessionId, String templateId, String name, String title, String description)
           
 UserSoapDO createUser(String sessionId, String userName, String email, String fullName, String locale, String timeZone, boolean isSuperUser, boolean isRestrictedUser, String password)
           
 void deleteAssociation(String sessionId, String originId, String targetId)
           
 void deleteAttachment(String sessionId, String objectId, String attachmentId)
           
 void deleteGroup(String sessionId, String groupId)
           
 void deleteProject(String sessionId, String projectId)
           
 ProjectSoapList findProjects(String sessionId, String queryString)
           
 UserSoapList findUsers(String sessionId, String queryString)
           
 UserSoapList getActiveGroupMembers(String sessionId, String groupId)
           
 String getApiVersion()
           
 AssociationSoapList getAssociationList(String sessionId, String objectId)
           
 AuditHistorySoapList getAuditHistoryList(String sessionId, String objectId)
           
 CommentSoapList getCommentList(String sessionId, String objectId)
           
 String getConfigurationValue(String sessionId, String keyValue)
           
 GroupSoapDO getGroupData(String sessionId, String groupId)
           
 GroupSoapList getGroupList(String sessionId, SoapFilter filter)
           
 Group2SoapList getGroupList2(String sessionId, SoapFilter filter)
           
 int getProjectAccessLevel(String sessionId, String projectId)
           
 ProjectSoapDO getProjectData(String sessionId, String projectId)
           
 long getProjectDiskUsage(String sessionId, String projectId)
           
 GroupSoapList getProjectGroupList(String sessionId, String projectId)
           
 ProjectSoapList getProjectList(String sessionId)
           
 ProjectSoapList getProjectListForUser(String sessionId, String userId)
           
 ProjectMemberSoapList getProjectMemberList(String sessionId, String projectId)
           
 long getProjectQuota(String sessionId, String projectId)
           
 ProjectSoapList getProjectsForUser(String sessionId, String userId)
           
 UserSoapDO getUserData(String sessionId, String username)
           
 GroupSoapList getUserGroupList(String sessionId, String username)
           
 UserSoapList getUserList(String sessionId, SoapFilter filter)
           
 ProjectSoapList getUserProjectList(String sessionId)
           
 String getVersion(String sessionId)
           
 VersionInformationSoapList getVersionInformationList(String sessionId, String folderId)
           
 boolean hasPermission(String sessionId, String projectId, String operationString, String objectId)
           
 void invalidateEmailTemplate(String templateName)
           
 void invalidateResourceBundleCache(String bundle)
           
 boolean isHostedMode(String sessionId)
           
 void keepAlive(String sessionId)
           
 AttachmentSoapList listAttachments(String sessionId, String objectId)
           
 UserSoapList listProjectAdmins(String sessionId, String projectId)
           
 ProjectSoapList listTemplates(String sessionId)
           
 String login(String userName, String password)
           
 String loginAnonymous(String anonSharedSecret)
           
 String loginWithToken(String username, String oneTimeToken)
           
 void logoff(String userName, String sessionId)
           
 void reindexObject(String sessionId, String objectId)
           
 void removeGroupMember(String sessionId, String groupId, String userName)
           
 void removeProjectMember(String sessionId, String projectId, String userName)
           
 void setGroupData(String sessionId, GroupSoapDO groupData)
           
 void setProjectAccessLevel(String sessionId, String projectId, int accessLevel)
           
 void setProjectQuota(String sessionId, String projectId, long quota)
           
 void setUserData(String sessionId, UserSoapDO userData)
           
 
Methods inherited from class org.apache.axis.client.Stub
_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, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollabNetSoapBindingStub

public CollabNetSoapBindingStub()
                         throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

CollabNetSoapBindingStub

public CollabNetSoapBindingStub(URL endpointURL,
                                javax.xml.rpc.Service service)
                         throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

CollabNetSoapBindingStub

public CollabNetSoapBindingStub(javax.xml.rpc.Service service)
                         throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws RemoteException
Throws:
RemoteException

getVersion

public String getVersion(String sessionId)
                  throws RemoteException,
                         InvalidSessionFault
Specified by:
getVersion in interface CollabNetSoap
Throws:
RemoteException
InvalidSessionFault

createGroup

public GroupSoapDO createGroup(String sessionId,
                               String fullName,
                               String description)
                        throws RemoteException,
                               IllegalArgumentFault,
                               ObjectAlreadyExistsFault,
                               InvalidSessionFault,
                               SystemFault,
                               PermissionDeniedFault
Specified by:
createGroup in interface CollabNetSoap
Throws:
RemoteException
IllegalArgumentFault
ObjectAlreadyExistsFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

setUserData

public void setUserData(String sessionId,
                        UserSoapDO userData)
                 throws RemoteException,
                        ActivationUserAlreadyRemovedFault,
                        VersionMismatchFault,
                        IllegalUserModificationFault,
                        LastSuperUserFault,
                        NoSuchObjectFault,
                        InvalidSessionFault,
                        PermissionDeniedFault
Specified by:
setUserData in interface CollabNetSoap
Throws:
RemoteException
ActivationUserAlreadyRemovedFault
VersionMismatchFault
IllegalUserModificationFault
LastSuperUserFault
NoSuchObjectFault
InvalidSessionFault
PermissionDeniedFault

hasPermission

public boolean hasPermission(String sessionId,
                             String projectId,
                             String operationString,
                             String objectId)
                      throws RemoteException,
                             IllegalArgumentFault,
                             NoSuchObjectFault,
                             InvalidSessionFault,
                             SystemFault
Specified by:
hasPermission in interface CollabNetSoap
Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault

getUserData

public UserSoapDO getUserData(String sessionId,
                              String username)
                       throws RemoteException,
                              IllegalArgumentFault,
                              NoSuchObjectFault,
                              InvalidSessionFault
Specified by:
getUserData in interface CollabNetSoap
Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault

keepAlive

public void keepAlive(String sessionId)
               throws RemoteException,
                      InvalidSessionFault
Specified by:
keepAlive in interface CollabNetSoap
Throws:
RemoteException
InvalidSessionFault

login

public String login(String userName,
                    String password)
             throws RemoteException,
                    LoginFault,
                    SystemFault
Specified by:
login in interface CollabNetSoap
Throws:
RemoteException
LoginFault
SystemFault

createUser

public 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
Specified by:
createUser in interface CollabNetSoap
Throws:
RemoteException
IllegalArgumentFault
ObjectAlreadyExistsFault
UserLimitExceededFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

createProject

public ProjectSoapDO createProject(String sessionId,
                                   String name,
                                   String title,
                                   String description)
                            throws RemoteException,
                                   IllegalArgumentFault,
                                   ObjectAlreadyExistsFault,
                                   NoSuchObjectFault,
                                   InvalidSessionFault,
                                   SystemFault,
                                   PermissionDeniedFault
Specified by:
createProject in interface CollabNetSoap
Throws:
RemoteException
IllegalArgumentFault
ObjectAlreadyExistsFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

createProjectFromTemplate

public ProjectSoapDO createProjectFromTemplate(String sessionId,
                                               String templateId,
                                               String name,
                                               String title,
                                               String description)
                                        throws RemoteException,
                                               IllegalArgumentFault,
                                               ObjectAlreadyExistsFault,
                                               NoSuchObjectFault,
                                               InvalidSessionFault,
                                               SystemFault,
                                               PermissionDeniedFault
Specified by:
createProjectFromTemplate in interface CollabNetSoap
Throws:
RemoteException
IllegalArgumentFault
ObjectAlreadyExistsFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

getProjectData

public ProjectSoapDO getProjectData(String sessionId,
                                    String projectId)
                             throws RemoteException,
                                    NoSuchObjectFault,
                                    InvalidSessionFault,
                                    SystemFault,
                                    PermissionDeniedFault
Specified by:
getProjectData in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

getProjectAccessLevel

public int getProjectAccessLevel(String sessionId,
                                 String projectId)
                          throws RemoteException,
                                 NoSuchObjectFault,
                                 InvalidSessionFault,
                                 SystemFault,
                                 PermissionDeniedFault
Specified by:
getProjectAccessLevel in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

deleteAttachment

public void deleteAttachment(String sessionId,
                             String objectId,
                             String attachmentId)
                      throws RemoteException,
                             NoSuchObjectFault,
                             InvalidSessionFault,
                             SystemFault,
                             PermissionDeniedFault
Specified by:
deleteAttachment in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

listAttachments

public AttachmentSoapList listAttachments(String sessionId,
                                          String objectId)
                                   throws RemoteException,
                                          NoSuchObjectFault,
                                          InvalidSessionFault,
                                          SystemFault,
                                          PermissionDeniedFault
Specified by:
listAttachments in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

isHostedMode

public boolean isHostedMode(String sessionId)
                     throws RemoteException,
                            InvalidSessionFault
Specified by:
isHostedMode in interface CollabNetSoap
Throws:
RemoteException
InvalidSessionFault

listTemplates

public ProjectSoapList listTemplates(String sessionId)
                              throws RemoteException,
                                     ObjectAlreadyExistsFault,
                                     NoSuchObjectFault,
                                     InvalidSessionFault,
                                     SystemFault,
                                     PermissionDeniedFault
Specified by:
listTemplates in interface CollabNetSoap
Throws:
RemoteException
ObjectAlreadyExistsFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

deleteProject

public void deleteProject(String sessionId,
                          String projectId)
                   throws RemoteException,
                          NoSuchObjectFault,
                          InvalidSessionFault,
                          SystemFault,
                          PermissionDeniedFault
Specified by:
deleteProject in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

addProjectMember

public void addProjectMember(String sessionId,
                             String projectId,
                             String userName)
                      throws RemoteException,
                             NoSuchObjectFault,
                             InvalidSessionFault,
                             SystemFault,
                             PermissionDeniedFault
Specified by:
addProjectMember in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

removeProjectMember

public void removeProjectMember(String sessionId,
                                String projectId,
                                String userName)
                         throws RemoteException,
                                NoSuchObjectFault,
                                InvalidSessionFault,
                                RemoveOnlyProjectAdminFault,
                                SystemFault,
                                PermissionDeniedFault
Specified by:
removeProjectMember in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
RemoveOnlyProjectAdminFault
SystemFault
PermissionDeniedFault

getVersionInformationList

public VersionInformationSoapList getVersionInformationList(String sessionId,
                                                            String folderId)
                                                     throws RemoteException,
                                                            NoSuchObjectFault,
                                                            InvalidSessionFault,
                                                            SystemFault,
                                                            PermissionDeniedFault
Specified by:
getVersionInformationList in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

getProjectsForUser

public ProjectSoapList getProjectsForUser(String sessionId,
                                          String userId)
                                   throws RemoteException,
                                          NoSuchObjectFault,
                                          InvalidSessionFault,
                                          SystemFault
Specified by:
getProjectsForUser in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault

getProjectList

public ProjectSoapList getProjectList(String sessionId)
                               throws RemoteException,
                                      InvalidSessionFault,
                                      SystemFault
Specified by:
getProjectList in interface CollabNetSoap
Throws:
RemoteException
InvalidSessionFault
SystemFault

setProjectQuota

public void setProjectQuota(String sessionId,
                            String projectId,
                            long quota)
                     throws RemoteException,
                            NoSuchObjectFault,
                            InvalidSessionFault,
                            SystemFault,
                            PermissionDeniedFault
Specified by:
setProjectQuota in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

getProjectQuota

public long getProjectQuota(String sessionId,
                            String projectId)
                     throws RemoteException,
                            NoSuchObjectFault,
                            InvalidSessionFault,
                            SystemFault,
                            PermissionDeniedFault
Specified by:
getProjectQuota in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

getProjectListForUser

public ProjectSoapList getProjectListForUser(String sessionId,
                                             String userId)
                                      throws RemoteException,
                                             NoSuchObjectFault,
                                             InvalidSessionFault,
                                             SystemFault
Specified by:
getProjectListForUser in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault

invalidateResourceBundleCache

public void invalidateResourceBundleCache(String bundle)
                                   throws RemoteException,
                                          InvalidSessionFault,
                                          SystemFault
Specified by:
invalidateResourceBundleCache in interface CollabNetSoap
Throws:
RemoteException
InvalidSessionFault
SystemFault

invalidateEmailTemplate

public void invalidateEmailTemplate(String templateName)
                             throws RemoteException,
                                    InvalidSessionFault,
                                    SystemFault
Specified by:
invalidateEmailTemplate in interface CollabNetSoap
Throws:
RemoteException
InvalidSessionFault
SystemFault

getGroupData

public GroupSoapDO getGroupData(String sessionId,
                                String groupId)
                         throws RemoteException,
                                NoSuchObjectFault,
                                InvalidSessionFault,
                                SystemFault,
                                PermissionDeniedFault
Specified by:
getGroupData in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

setGroupData

public void setGroupData(String sessionId,
                         GroupSoapDO groupData)
                  throws RemoteException,
                         VersionMismatchFault,
                         IllegalArgumentFault,
                         ObjectAlreadyExistsFault,
                         NoSuchObjectFault,
                         InvalidSessionFault,
                         PermissionDeniedFault
Specified by:
setGroupData in interface CollabNetSoap
Throws:
RemoteException
VersionMismatchFault
IllegalArgumentFault
ObjectAlreadyExistsFault
NoSuchObjectFault
InvalidSessionFault
PermissionDeniedFault

deleteGroup

public void deleteGroup(String sessionId,
                        String groupId)
                 throws RemoteException,
                        NoSuchObjectFault,
                        InvalidSessionFault,
                        SystemFault,
                        PermissionDeniedFault
Specified by:
deleteGroup in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

addGroupMember

public void addGroupMember(String sessionId,
                           String groupId,
                           String userName)
                    throws RemoteException,
                           NoSuchObjectFault,
                           InvalidSessionFault,
                           SystemFault,
                           PermissionDeniedFault
Specified by:
addGroupMember in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

removeGroupMember

public void removeGroupMember(String sessionId,
                              String groupId,
                              String userName)
                       throws RemoteException,
                              NoSuchObjectFault,
                              InvalidSessionFault,
                              SystemFault,
                              PermissionDeniedFault
Specified by:
removeGroupMember in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

getUserList

public UserSoapList getUserList(String sessionId,
                                SoapFilter filter)
                         throws RemoteException,
                                SearchQuerySyntaxFault,
                                IllegalArgumentFault,
                                InvalidSessionFault,
                                SystemFault,
                                PermissionDeniedFault
Specified by:
getUserList in interface CollabNetSoap
Throws:
RemoteException
SearchQuerySyntaxFault
IllegalArgumentFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

findUsers

public UserSoapList findUsers(String sessionId,
                              String queryString)
                       throws RemoteException,
                              SearchQuerySyntaxFault,
                              IllegalArgumentFault,
                              InvalidSessionFault,
                              SystemFault
Specified by:
findUsers in interface CollabNetSoap
Throws:
RemoteException
SearchQuerySyntaxFault
IllegalArgumentFault
InvalidSessionFault
SystemFault

getProjectDiskUsage

public long getProjectDiskUsage(String sessionId,
                                String projectId)
                         throws RemoteException,
                                NoSuchObjectFault,
                                InvalidSessionFault,
                                SystemFault,
                                PermissionDeniedFault
Specified by:
getProjectDiskUsage in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

getActiveGroupMembers

public UserSoapList getActiveGroupMembers(String sessionId,
                                          String groupId)
                                   throws RemoteException,
                                          NoSuchObjectFault,
                                          InvalidSessionFault,
                                          SystemFault,
                                          PermissionDeniedFault
Specified by:
getActiveGroupMembers in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

logoff

public void logoff(String userName,
                   String sessionId)
            throws RemoteException,
                   InvalidSessionFault,
                   SystemFault
Specified by:
logoff in interface CollabNetSoap
Throws:
RemoteException
InvalidSessionFault
SystemFault

loginWithToken

public String loginWithToken(String username,
                             String oneTimeToken)
                      throws RemoteException,
                             LoginFault,
                             SystemFault
Specified by:
loginWithToken in interface CollabNetSoap
Throws:
RemoteException
LoginFault
SystemFault

getApiVersion

public String getApiVersion()
                     throws RemoteException
Specified by:
getApiVersion in interface CollabNetSoap
Throws:
RemoteException

getUserProjectList

public ProjectSoapList getUserProjectList(String sessionId)
                                   throws RemoteException,
                                          InvalidSessionFault,
                                          SystemFault
Specified by:
getUserProjectList in interface CollabNetSoap
Throws:
RemoteException
InvalidSessionFault
SystemFault

findProjects

public ProjectSoapList findProjects(String sessionId,
                                    String queryString)
                             throws RemoteException,
                                    SearchQuerySyntaxFault,
                                    IllegalArgumentFault,
                                    InvalidSessionFault,
                                    SystemFault
Specified by:
findProjects in interface CollabNetSoap
Throws:
RemoteException
SearchQuerySyntaxFault
IllegalArgumentFault
InvalidSessionFault
SystemFault

getProjectMemberList

public ProjectMemberSoapList getProjectMemberList(String sessionId,
                                                  String projectId)
                                           throws RemoteException,
                                                  NoSuchObjectFault,
                                                  InvalidSessionFault,
                                                  SystemFault,
                                                  PermissionDeniedFault
Specified by:
getProjectMemberList in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

setProjectAccessLevel

public void setProjectAccessLevel(String sessionId,
                                  String projectId,
                                  int accessLevel)
                           throws RemoteException,
                                  IllegalArgumentFault,
                                  NoSuchObjectFault,
                                  InvalidSessionFault,
                                  SystemFault,
                                  PermissionDeniedFault
Specified by:
setProjectAccessLevel in interface CollabNetSoap
Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

getCommentList

public CommentSoapList getCommentList(String sessionId,
                                      String objectId)
                               throws RemoteException,
                                      NoSuchObjectFault,
                                      InvalidSessionFault,
                                      SystemFault,
                                      PermissionDeniedFault
Specified by:
getCommentList in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

createAssociation

public void createAssociation(String sessionId,
                              String originId,
                              String targetId,
                              String description)
                       throws RemoteException,
                              IllegalArgumentFault,
                              NoSuchObjectFault,
                              InvalidSessionFault,
                              SystemFault,
                              PermissionDeniedFault
Specified by:
createAssociation in interface CollabNetSoap
Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

deleteAssociation

public void deleteAssociation(String sessionId,
                              String originId,
                              String targetId)
                       throws RemoteException,
                              IllegalArgumentFault,
                              NoSuchObjectFault,
                              InvalidSessionFault,
                              SystemFault,
                              PermissionDeniedFault
Specified by:
deleteAssociation in interface CollabNetSoap
Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

getAssociationList

public AssociationSoapList getAssociationList(String sessionId,
                                              String objectId)
                                       throws RemoteException,
                                              NoSuchObjectFault,
                                              InvalidSessionFault,
                                              SystemFault,
                                              PermissionDeniedFault
Specified by:
getAssociationList in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

getAuditHistoryList

public AuditHistorySoapList getAuditHistoryList(String sessionId,
                                                String objectId)
                                         throws RemoteException,
                                                IllegalArgumentFault,
                                                NoSuchObjectFault,
                                                InvalidSessionFault,
                                                SystemFault,
                                                PermissionDeniedFault
Specified by:
getAuditHistoryList in interface CollabNetSoap
Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

reindexObject

public void reindexObject(String sessionId,
                          String objectId)
                   throws RemoteException,
                          NoSuchObjectFault,
                          InvalidSessionFault,
                          PermissionDeniedFault
Specified by:
reindexObject in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
PermissionDeniedFault

loginAnonymous

public String loginAnonymous(String anonSharedSecret)
                      throws RemoteException,
                             LoginFault,
                             SystemFault
Specified by:
loginAnonymous in interface CollabNetSoap
Throws:
RemoteException
LoginFault
SystemFault

getProjectGroupList

public GroupSoapList getProjectGroupList(String sessionId,
                                         String projectId)
                                  throws RemoteException,
                                         NoSuchObjectFault,
                                         InvalidSessionFault,
                                         SystemFault,
                                         PermissionDeniedFault
Specified by:
getProjectGroupList in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

getGroupList2

public Group2SoapList getGroupList2(String sessionId,
                                    SoapFilter filter)
                             throws RemoteException,
                                    SearchQuerySyntaxFault,
                                    IllegalArgumentFault,
                                    InvalidSessionFault,
                                    SystemFault,
                                    PermissionDeniedFault
Specified by:
getGroupList2 in interface CollabNetSoap
Throws:
RemoteException
SearchQuerySyntaxFault
IllegalArgumentFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

getGroupList

public GroupSoapList getGroupList(String sessionId,
                                  SoapFilter filter)
                           throws RemoteException,
                                  SearchQuerySyntaxFault,
                                  IllegalArgumentFault,
                                  InvalidSessionFault,
                                  SystemFault,
                                  PermissionDeniedFault
Specified by:
getGroupList in interface CollabNetSoap
Throws:
RemoteException
SearchQuerySyntaxFault
IllegalArgumentFault
InvalidSessionFault
SystemFault
PermissionDeniedFault

getUserGroupList

public GroupSoapList getUserGroupList(String sessionId,
                                      String username)
                               throws RemoteException,
                                      InvalidSessionFault,
                                      SystemFault,
                                      PermissionDeniedFault
Specified by:
getUserGroupList in interface CollabNetSoap
Throws:
RemoteException
InvalidSessionFault
SystemFault
PermissionDeniedFault

getConfigurationValue

public String getConfigurationValue(String sessionId,
                                    String keyValue)
                             throws RemoteException,
                                    InvalidSessionFault,
                                    SystemFault
Specified by:
getConfigurationValue in interface CollabNetSoap
Throws:
RemoteException
InvalidSessionFault
SystemFault

listProjectAdmins

public UserSoapList listProjectAdmins(String sessionId,
                                      String projectId)
                               throws RemoteException,
                                      NoSuchObjectFault,
                                      InvalidSessionFault,
                                      SystemFault,
                                      PermissionDeniedFault
Specified by:
listProjectAdmins in interface CollabNetSoap
Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault


Copyright © 2004-2012 Hudson. All Rights Reserved.