hudson.plugins.sfee.webservice
Class SourceForgeSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
hudson.plugins.sfee.webservice.SourceForgeSoapBindingStub
- All Implemented Interfaces:
- SourceForgeSoap, Remote, javax.xml.rpc.Stub
public class SourceForgeSoapBindingStub
- extends org.apache.axis.client.Stub
- implements SourceForgeSoap
| 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 |
|
Method Summary |
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()
|
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 |
deleteProject(String sessionId,
String projectId)
|
ProjectSoapList |
findProjects(String sessionId,
String queryString)
|
UserSoapList |
findUsers(String sessionId,
String queryString)
|
String |
getApiVersion()
|
AssociationSoapList |
getAssociationList(String sessionId,
String objectId)
|
AuditHistorySoapList |
getAuditHistoryList(String sessionId,
String objectId)
|
CommentSoapList |
getCommentList(String sessionId,
String objectId)
|
FieldSoapDO[] |
getCustomFields(String sessionId,
String objectId)
|
int |
getProjectAccessLevel(String sessionId,
String projectId)
|
ProjectSoapDO |
getProjectData(String sessionId,
String projectId)
|
long |
getProjectDiskUsage(String sessionId,
String projectId)
|
ProjectSoapList |
getProjectList(String sessionId)
|
ProjectMemberSoapList |
getProjectMemberList(String sessionId,
String projectId)
|
long |
getProjectQuota(String sessionId,
String projectId)
|
UserSoapDO |
getUserData(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)
|
boolean |
isHostedMode(String sessionId)
|
void |
keepAlive(String sessionId)
|
ProjectSoapList |
listTemplates(String sessionId)
|
String |
login(String userName,
String password)
|
String |
loginWithToken(String username,
String oneTimeToken)
|
void |
logoff(String userName,
String sessionId)
|
void |
reindexObject(String sessionId,
String objectId)
|
void |
removeProjectMember(String sessionId,
String projectId,
String userName)
|
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 |
SourceForgeSoapBindingStub
public SourceForgeSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
SourceForgeSoapBindingStub
public SourceForgeSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
SourceForgeSoapBindingStub
public SourceForgeSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
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 SourceForgeSoap
- Throws:
RemoteException
InvalidSessionFault
setUserData
public void setUserData(String sessionId,
UserSoapDO userData)
throws RemoteException,
VersionMismatchFault,
IllegalArgumentFault,
NoSuchObjectFault,
InvalidSessionFault,
PermissionDeniedFault
- Specified by:
setUserData in interface SourceForgeSoap
- Throws:
RemoteException
VersionMismatchFault
IllegalArgumentFault
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 SourceForgeSoap
- Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
getUserData
public UserSoapDO getUserData(String sessionId,
String username)
throws RemoteException,
IllegalArgumentFault,
NoSuchObjectFault,
InvalidSessionFault
- Specified by:
getUserData in interface SourceForgeSoap
- Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
keepAlive
public void keepAlive(String sessionId)
throws RemoteException,
InvalidSessionFault
- Specified by:
keepAlive in interface SourceForgeSoap
- Throws:
RemoteException
InvalidSessionFault
login
public String login(String userName,
String password)
throws RemoteException,
LoginFault,
SystemFault
- Specified by:
login in interface SourceForgeSoap
- 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,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
createUser in interface SourceForgeSoap
- Throws:
RemoteException
IllegalArgumentFault
ObjectAlreadyExistsFault
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 SourceForgeSoap
- 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 SourceForgeSoap
- Throws:
RemoteException
IllegalArgumentFault
ObjectAlreadyExistsFault
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 SourceForgeSoap
- Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
findUsers
public UserSoapList findUsers(String sessionId,
String queryString)
throws RemoteException,
SearchQuerySyntaxFault,
IllegalArgumentFault,
InvalidSessionFault,
SystemFault
- Specified by:
findUsers in interface SourceForgeSoap
- Throws:
RemoteException
SearchQuerySyntaxFault
IllegalArgumentFault
InvalidSessionFault
SystemFault
getProjectData
public ProjectSoapDO getProjectData(String sessionId,
String projectId)
throws RemoteException,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
getProjectData in interface SourceForgeSoap
- 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 SourceForgeSoap
- Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
listTemplates
public ProjectSoapList listTemplates(String sessionId)
throws RemoteException,
ObjectAlreadyExistsFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
listTemplates in interface SourceForgeSoap
- Throws:
RemoteException
ObjectAlreadyExistsFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
isHostedMode
public boolean isHostedMode(String sessionId)
throws RemoteException,
InvalidSessionFault
- Specified by:
isHostedMode in interface SourceForgeSoap
- Throws:
RemoteException
InvalidSessionFault
deleteProject
public void deleteProject(String sessionId,
String projectId)
throws RemoteException,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
deleteProject in interface SourceForgeSoap
- Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
getProjectList
public ProjectSoapList getProjectList(String sessionId)
throws RemoteException,
InvalidSessionFault,
SystemFault
- Specified by:
getProjectList in interface SourceForgeSoap
- Throws:
RemoteException
InvalidSessionFault
SystemFault
removeProjectMember
public void removeProjectMember(String sessionId,
String projectId,
String userName)
throws RemoteException,
NoSuchObjectFault,
InvalidSessionFault,
RemoveOnlyProjectAdminFault,
SystemFault,
PermissionDeniedFault
- Specified by:
removeProjectMember in interface SourceForgeSoap
- 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 SourceForgeSoap
- Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
setProjectQuota
public void setProjectQuota(String sessionId,
String projectId,
long quota)
throws RemoteException,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
setProjectQuota in interface SourceForgeSoap
- 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 SourceForgeSoap
- Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
getProjectDiskUsage
public long getProjectDiskUsage(String sessionId,
String projectId)
throws RemoteException,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
getProjectDiskUsage in interface SourceForgeSoap
- 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 SourceForgeSoap
- Throws:
RemoteException
SearchQuerySyntaxFault
IllegalArgumentFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
logoff
public void logoff(String userName,
String sessionId)
throws RemoteException,
InvalidSessionFault,
SystemFault
- Specified by:
logoff in interface SourceForgeSoap
- Throws:
RemoteException
InvalidSessionFault
SystemFault
loginWithToken
public String loginWithToken(String username,
String oneTimeToken)
throws RemoteException,
LoginFault,
SystemFault
- Specified by:
loginWithToken in interface SourceForgeSoap
- Throws:
RemoteException
LoginFault
SystemFault
getApiVersion
public String getApiVersion()
throws RemoteException
- Specified by:
getApiVersion in interface SourceForgeSoap
- Throws:
RemoteException
getUserProjectList
public ProjectSoapList getUserProjectList(String sessionId)
throws RemoteException,
InvalidSessionFault,
SystemFault
- Specified by:
getUserProjectList in interface SourceForgeSoap
- Throws:
RemoteException
InvalidSessionFault
SystemFault
findProjects
public ProjectSoapList findProjects(String sessionId,
String queryString)
throws RemoteException,
SearchQuerySyntaxFault,
IllegalArgumentFault,
InvalidSessionFault,
SystemFault
- Specified by:
findProjects in interface SourceForgeSoap
- 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 SourceForgeSoap
- Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
getCustomFields
public FieldSoapDO[] getCustomFields(String sessionId,
String objectId)
throws RemoteException,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
getCustomFields in interface SourceForgeSoap
- 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 SourceForgeSoap
- 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 SourceForgeSoap
- 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 SourceForgeSoap
- 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 SourceForgeSoap
- 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 SourceForgeSoap
- 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 SourceForgeSoap
- 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 SourceForgeSoap
- Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
PermissionDeniedFault
Copyright © 2004-2012 Hudson. All Rights Reserved.