com.atlassian.jira.rpc.soap.client
Interface JiraSoapService
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- JirasoapserviceV2SoapBindingStub
public interface JiraSoapService
- extends java.rmi.Remote
|
Method Summary |
void |
addActorsToProjectRole(java.lang.String in0,
java.lang.String[] in1,
RemoteProjectRole in2,
RemoteProject in3,
java.lang.String in4)
|
boolean |
addAttachmentsToIssue(java.lang.String in0,
java.lang.String in1,
java.lang.String[] in2,
byte[][] in3)
|
boolean |
addBase64EncodedAttachmentsToIssue(java.lang.String in0,
java.lang.String in1,
java.lang.String[] in2,
java.lang.String[] in3)
|
void |
addComment(java.lang.String in0,
java.lang.String in1,
RemoteComment in2)
|
void |
addDefaultActorsToProjectRole(java.lang.String in0,
java.lang.String[] in1,
RemoteProjectRole in2,
java.lang.String in3)
|
RemotePermissionScheme |
addPermissionTo(java.lang.String in0,
RemotePermissionScheme in1,
RemotePermission in2,
RemoteEntity in3)
|
void |
addUserToGroup(java.lang.String in0,
RemoteGroup in1,
RemoteUser in2)
|
RemoteVersion |
addVersion(java.lang.String in0,
java.lang.String in1,
RemoteVersion in2)
|
RemoteWorklog |
addWorklogAndAutoAdjustRemainingEstimate(java.lang.String in0,
java.lang.String in1,
RemoteWorklog in2)
|
RemoteWorklog |
addWorklogAndRetainRemainingEstimate(java.lang.String in0,
java.lang.String in1,
RemoteWorklog in2)
|
RemoteWorklog |
addWorklogWithNewRemainingEstimate(java.lang.String in0,
java.lang.String in1,
RemoteWorklog in2,
java.lang.String in3)
|
void |
archiveVersion(java.lang.String in0,
java.lang.String in1,
java.lang.String in2,
boolean in3)
|
RemoteGroup |
createGroup(java.lang.String in0,
java.lang.String in1,
RemoteUser in2)
|
RemoteIssue |
createIssue(java.lang.String in0,
RemoteIssue in1)
|
RemoteIssue |
createIssueWithSecurityLevel(java.lang.String in0,
RemoteIssue in1,
long in2)
|
RemotePermissionScheme |
createPermissionScheme(java.lang.String in0,
java.lang.String in1,
java.lang.String in2)
|
RemoteProject |
createProject(java.lang.String in0,
java.lang.String in1,
java.lang.String in2,
java.lang.String in3,
java.lang.String in4,
java.lang.String in5,
RemotePermissionScheme in6,
RemoteScheme in7,
RemoteScheme in8)
|
RemoteProject |
createProjectFromObject(java.lang.String in0,
RemoteProject in1)
|
RemoteProjectRole |
createProjectRole(java.lang.String in0,
RemoteProjectRole in1)
|
RemoteUser |
createUser(java.lang.String in0,
java.lang.String in1,
java.lang.String in2,
java.lang.String in3,
java.lang.String in4)
|
void |
deleteGroup(java.lang.String in0,
java.lang.String in1,
java.lang.String in2)
|
void |
deleteIssue(java.lang.String in0,
java.lang.String in1)
|
RemotePermissionScheme |
deletePermissionFrom(java.lang.String in0,
RemotePermissionScheme in1,
RemotePermission in2,
RemoteEntity in3)
|
void |
deletePermissionScheme(java.lang.String in0,
java.lang.String in1)
|
void |
deleteProject(java.lang.String in0,
java.lang.String in1)
|
void |
deleteProjectAvatar(java.lang.String in0,
long in1)
|
void |
deleteProjectRole(java.lang.String in0,
RemoteProjectRole in1,
boolean in2)
|
void |
deleteUser(java.lang.String in0,
java.lang.String in1)
|
void |
deleteWorklogAndAutoAdjustRemainingEstimate(java.lang.String in0,
java.lang.String in1)
|
void |
deleteWorklogAndRetainRemainingEstimate(java.lang.String in0,
java.lang.String in1)
|
void |
deleteWorklogWithNewRemainingEstimate(java.lang.String in0,
java.lang.String in1,
java.lang.String in2)
|
RemoteComment |
editComment(java.lang.String in0,
RemoteComment in1)
|
RemotePermission[] |
getAllPermissions(java.lang.String in0)
|
RemoteScheme[] |
getAssociatedNotificationSchemes(java.lang.String in0,
RemoteProjectRole in1)
|
RemoteScheme[] |
getAssociatedPermissionSchemes(java.lang.String in0,
RemoteProjectRole in1)
|
RemoteAttachment[] |
getAttachmentsFromIssue(java.lang.String in0,
java.lang.String in1)
|
RemoteNamedObject[] |
getAvailableActions(java.lang.String in0,
java.lang.String in1)
|
RemoteComment |
getComment(java.lang.String in0,
long in1)
|
RemoteComment[] |
getComments(java.lang.String in0,
java.lang.String in1)
|
RemoteComponent[] |
getComponents(java.lang.String in0,
java.lang.String in1)
|
RemoteConfiguration |
getConfiguration(java.lang.String in0)
|
RemoteField[] |
getCustomFields(java.lang.String in0)
|
RemoteRoleActors |
getDefaultRoleActors(java.lang.String in0,
RemoteProjectRole in1)
|
RemoteFilter[] |
getFavouriteFilters(java.lang.String in0)
|
RemoteField[] |
getFieldsForAction(java.lang.String in0,
java.lang.String in1,
java.lang.String in2)
|
RemoteField[] |
getFieldsForEdit(java.lang.String in0,
java.lang.String in1)
|
RemoteGroup |
getGroup(java.lang.String in0,
java.lang.String in1)
|
RemoteIssue |
getIssue(java.lang.String in0,
java.lang.String in1)
|
RemoteIssue |
getIssueById(java.lang.String in0,
java.lang.String in1)
|
long |
getIssueCountForFilter(java.lang.String in0,
java.lang.String in1)
|
RemoteIssue[] |
getIssuesFromFilter(java.lang.String in0,
java.lang.String in1)
|
RemoteIssue[] |
getIssuesFromFilterWithLimit(java.lang.String in0,
java.lang.String in1,
int in2,
int in3)
|
RemoteIssue[] |
getIssuesFromJqlSearch(java.lang.String in0,
java.lang.String in1,
int in2)
|
RemoteIssue[] |
getIssuesFromTextSearch(java.lang.String in0,
java.lang.String in1)
|
RemoteIssue[] |
getIssuesFromTextSearchWithLimit(java.lang.String in0,
java.lang.String in1,
int in2,
int in3)
|
RemoteIssue[] |
getIssuesFromTextSearchWithProject(java.lang.String in0,
java.lang.String[] in1,
java.lang.String in2,
int in3)
|
RemoteIssueType[] |
getIssueTypes(java.lang.String in0)
|
RemoteIssueType[] |
getIssueTypesForProject(java.lang.String in0,
java.lang.String in1)
|
RemoteScheme[] |
getNotificationSchemes(java.lang.String in0)
|
RemotePermissionScheme[] |
getPermissionSchemes(java.lang.String in0)
|
RemotePriority[] |
getPriorities(java.lang.String in0)
|
RemoteAvatar |
getProjectAvatar(java.lang.String in0,
java.lang.String in1)
|
RemoteAvatar[] |
getProjectAvatars(java.lang.String in0,
java.lang.String in1,
boolean in2)
|
RemoteProject |
getProjectById(java.lang.String in0,
long in1)
|
RemoteProject |
getProjectByKey(java.lang.String in0,
java.lang.String in1)
|
RemoteProjectRole |
getProjectRole(java.lang.String in0,
long in1)
|
RemoteProjectRoleActors |
getProjectRoleActors(java.lang.String in0,
RemoteProjectRole in1,
RemoteProject in2)
|
RemoteProjectRole[] |
getProjectRoles(java.lang.String in0)
|
RemoteProject[] |
getProjectsNoSchemes(java.lang.String in0)
|
RemoteProject |
getProjectWithSchemesById(java.lang.String in0,
long in1)
|
java.util.Calendar |
getResolutionDateById(java.lang.String in0,
long in1)
|
java.util.Calendar |
getResolutionDateByKey(java.lang.String in0,
java.lang.String in1)
|
RemoteResolution[] |
getResolutions(java.lang.String in0)
|
RemoteFilter[] |
getSavedFilters(java.lang.String in0)
|
RemoteSecurityLevel |
getSecurityLevel(java.lang.String in0,
java.lang.String in1)
|
RemoteSecurityLevel[] |
getSecurityLevels(java.lang.String in0,
java.lang.String in1)
|
RemoteScheme[] |
getSecuritySchemes(java.lang.String in0)
|
RemoteServerInfo |
getServerInfo(java.lang.String in0)
|
RemoteStatus[] |
getStatuses(java.lang.String in0)
|
RemoteIssueType[] |
getSubTaskIssueTypes(java.lang.String in0)
|
RemoteIssueType[] |
getSubTaskIssueTypesForProject(java.lang.String in0,
java.lang.String in1)
|
RemoteUser |
getUser(java.lang.String in0,
java.lang.String in1)
|
RemoteVersion[] |
getVersions(java.lang.String in0,
java.lang.String in1)
|
RemoteWorklog[] |
getWorklogs(java.lang.String in0,
java.lang.String in1)
|
boolean |
hasPermissionToCreateWorklog(java.lang.String in0,
java.lang.String in1)
|
boolean |
hasPermissionToDeleteWorklog(java.lang.String in0,
java.lang.String in1)
|
boolean |
hasPermissionToEditComment(java.lang.String in0,
RemoteComment in1)
|
boolean |
hasPermissionToUpdateWorklog(java.lang.String in0,
java.lang.String in1)
|
boolean |
isProjectRoleNameUnique(java.lang.String in0,
java.lang.String in1)
|
java.lang.String |
login(java.lang.String in0,
java.lang.String in1)
|
boolean |
logout(java.lang.String in0)
|
RemoteIssue |
progressWorkflowAction(java.lang.String in0,
java.lang.String in1,
java.lang.String in2,
RemoteFieldValue[] in3)
|
void |
refreshCustomFields(java.lang.String in0)
|
void |
releaseVersion(java.lang.String in0,
java.lang.String in1,
RemoteVersion in2)
|
void |
removeActorsFromProjectRole(java.lang.String in0,
java.lang.String[] in1,
RemoteProjectRole in2,
RemoteProject in3,
java.lang.String in4)
|
void |
removeAllRoleActorsByNameAndType(java.lang.String in0,
java.lang.String in1,
java.lang.String in2)
|
void |
removeAllRoleActorsByProject(java.lang.String in0,
RemoteProject in1)
|
void |
removeDefaultActorsFromProjectRole(java.lang.String in0,
java.lang.String[] in1,
RemoteProjectRole in2,
java.lang.String in3)
|
void |
removeUserFromGroup(java.lang.String in0,
RemoteGroup in1,
RemoteUser in2)
|
void |
setNewProjectAvatar(java.lang.String in0,
java.lang.String in1,
java.lang.String in2,
java.lang.String in3)
|
void |
setProjectAvatar(java.lang.String in0,
java.lang.String in1,
long in2)
|
RemoteGroup |
updateGroup(java.lang.String in0,
RemoteGroup in1)
|
RemoteIssue |
updateIssue(java.lang.String in0,
java.lang.String in1,
RemoteFieldValue[] in2)
|
RemoteProject |
updateProject(java.lang.String in0,
RemoteProject in1)
|
void |
updateProjectRole(java.lang.String in0,
RemoteProjectRole in1)
|
void |
updateWorklogAndAutoAdjustRemainingEstimate(java.lang.String in0,
RemoteWorklog in1)
|
void |
updateWorklogAndRetainRemainingEstimate(java.lang.String in0,
RemoteWorklog in1)
|
void |
updateWorklogWithNewRemainingEstimate(java.lang.String in0,
RemoteWorklog in1,
java.lang.String in2)
|
getComment
RemoteComment getComment(java.lang.String in0,
long in1)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getConfiguration
RemoteConfiguration getConfiguration(java.lang.String in0)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
createGroup
RemoteGroup createGroup(java.lang.String in0,
java.lang.String in1,
RemoteUser in2)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
getServerInfo
RemoteServerInfo getServerInfo(java.lang.String in0)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroup
RemoteGroup getGroup(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
createUser
RemoteUser createUser(java.lang.String in0,
java.lang.String in1,
java.lang.String in2,
java.lang.String in3,
java.lang.String in4)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
getUser
RemoteUser getUser(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
login
java.lang.String login(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemoteAuthenticationException
getVersions
RemoteVersion[] getVersions(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
getComponents
RemoteComponent[] getComponents(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
updateGroup
RemoteGroup updateGroup(java.lang.String in0,
RemoteGroup in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
addUserToGroup
void addUserToGroup(java.lang.String in0,
RemoteGroup in1,
RemoteUser in2)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
removeUserFromGroup
void removeUserFromGroup(java.lang.String in0,
RemoteGroup in1,
RemoteUser in2)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
getIssue
RemoteIssue getIssue(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
createIssue
RemoteIssue createIssue(java.lang.String in0,
RemoteIssue in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
updateIssue
RemoteIssue updateIssue(java.lang.String in0,
java.lang.String in1,
RemoteFieldValue[] in2)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
deleteIssue
void deleteIssue(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
getAvailableActions
RemoteNamedObject[] getAvailableActions(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getSubTaskIssueTypes
RemoteIssueType[] getSubTaskIssueTypes(java.lang.String in0)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
createProject
RemoteProject createProject(java.lang.String in0,
java.lang.String in1,
java.lang.String in2,
java.lang.String in3,
java.lang.String in4,
java.lang.String in5,
RemotePermissionScheme in6,
RemoteScheme in7,
RemoteScheme in8)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
updateProject
RemoteProject updateProject(java.lang.String in0,
RemoteProject in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
getProjectByKey
RemoteProject getProjectByKey(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
removeAllRoleActorsByProject
void removeAllRoleActorsByProject(java.lang.String in0,
RemoteProject in1)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getPriorities
RemotePriority[] getPriorities(java.lang.String in0)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
getResolutions
RemoteResolution[] getResolutions(java.lang.String in0)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
getIssueTypes
RemoteIssueType[] getIssueTypes(java.lang.String in0)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
getStatuses
RemoteStatus[] getStatuses(java.lang.String in0)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
getIssueTypesForProject
RemoteIssueType[] getIssueTypesForProject(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
getProjectRoles
RemoteProjectRole[] getProjectRoles(java.lang.String in0)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getProjectRole
RemoteProjectRole getProjectRole(java.lang.String in0,
long in1)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getProjectRoleActors
RemoteProjectRoleActors getProjectRoleActors(java.lang.String in0,
RemoteProjectRole in1,
RemoteProject in2)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getDefaultRoleActors
RemoteRoleActors getDefaultRoleActors(java.lang.String in0,
RemoteProjectRole in1)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
removeAllRoleActorsByNameAndType
void removeAllRoleActorsByNameAndType(java.lang.String in0,
java.lang.String in1,
java.lang.String in2)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
deleteProjectRole
void deleteProjectRole(java.lang.String in0,
RemoteProjectRole in1,
boolean in2)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
updateProjectRole
void updateProjectRole(java.lang.String in0,
RemoteProjectRole in1)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
createProjectRole
RemoteProjectRole createProjectRole(java.lang.String in0,
RemoteProjectRole in1)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
isProjectRoleNameUnique
boolean isProjectRoleNameUnique(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
addActorsToProjectRole
void addActorsToProjectRole(java.lang.String in0,
java.lang.String[] in1,
RemoteProjectRole in2,
RemoteProject in3,
java.lang.String in4)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
removeActorsFromProjectRole
void removeActorsFromProjectRole(java.lang.String in0,
java.lang.String[] in1,
RemoteProjectRole in2,
RemoteProject in3,
java.lang.String in4)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
addDefaultActorsToProjectRole
void addDefaultActorsToProjectRole(java.lang.String in0,
java.lang.String[] in1,
RemoteProjectRole in2,
java.lang.String in3)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
removeDefaultActorsFromProjectRole
void removeDefaultActorsFromProjectRole(java.lang.String in0,
java.lang.String[] in1,
RemoteProjectRole in2,
java.lang.String in3)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getAssociatedNotificationSchemes
RemoteScheme[] getAssociatedNotificationSchemes(java.lang.String in0,
RemoteProjectRole in1)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getAssociatedPermissionSchemes
RemoteScheme[] getAssociatedPermissionSchemes(java.lang.String in0,
RemoteProjectRole in1)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
deleteProject
void deleteProject(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
getProjectById
RemoteProject getProjectById(java.lang.String in0,
long in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
getCustomFields
RemoteField[] getCustomFields(java.lang.String in0)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getComments
RemoteComment[] getComments(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
getFavouriteFilters
RemoteFilter[] getFavouriteFilters(java.lang.String in0)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
releaseVersion
void releaseVersion(java.lang.String in0,
java.lang.String in1,
RemoteVersion in2)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
archiveVersion
void archiveVersion(java.lang.String in0,
java.lang.String in1,
java.lang.String in2,
boolean in3)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getFieldsForEdit
RemoteField[] getFieldsForEdit(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getSubTaskIssueTypesForProject
RemoteIssueType[] getSubTaskIssueTypesForProject(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
getSecurityLevel
RemoteSecurityLevel getSecurityLevel(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
logout
boolean logout(java.lang.String in0)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addComment
void addComment(java.lang.String in0,
java.lang.String in1,
RemoteComment in2)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
getProjectWithSchemesById
RemoteProject getProjectWithSchemesById(java.lang.String in0,
long in1)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getSecurityLevels
RemoteSecurityLevel[] getSecurityLevels(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
getProjectAvatars
RemoteAvatar[] getProjectAvatars(java.lang.String in0,
java.lang.String in1,
boolean in2)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
setProjectAvatar
void setProjectAvatar(java.lang.String in0,
java.lang.String in1,
long in2)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
getProjectAvatar
RemoteAvatar getProjectAvatar(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
deleteProjectAvatar
void deleteProjectAvatar(java.lang.String in0,
long in1)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getNotificationSchemes
RemoteScheme[] getNotificationSchemes(java.lang.String in0)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
getPermissionSchemes
RemotePermissionScheme[] getPermissionSchemes(java.lang.String in0)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
getAllPermissions
RemotePermission[] getAllPermissions(java.lang.String in0)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
createPermissionScheme
RemotePermissionScheme createPermissionScheme(java.lang.String in0,
java.lang.String in1,
java.lang.String in2)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
addPermissionTo
RemotePermissionScheme addPermissionTo(java.lang.String in0,
RemotePermissionScheme in1,
RemotePermission in2,
RemoteEntity in3)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
deletePermissionFrom
RemotePermissionScheme deletePermissionFrom(java.lang.String in0,
RemotePermissionScheme in1,
RemotePermission in2,
RemoteEntity in3)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
deletePermissionScheme
void deletePermissionScheme(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
createIssueWithSecurityLevel
RemoteIssue createIssueWithSecurityLevel(java.lang.String in0,
RemoteIssue in1,
long in2)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
addAttachmentsToIssue
boolean addAttachmentsToIssue(java.lang.String in0,
java.lang.String in1,
java.lang.String[] in2,
byte[][] in3)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
getAttachmentsFromIssue
RemoteAttachment[] getAttachmentsFromIssue(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
hasPermissionToEditComment
boolean hasPermissionToEditComment(java.lang.String in0,
RemoteComment in1)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
editComment
RemoteComment editComment(java.lang.String in0,
RemoteComment in1)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getFieldsForAction
RemoteField[] getFieldsForAction(java.lang.String in0,
java.lang.String in1,
java.lang.String in2)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
progressWorkflowAction
RemoteIssue progressWorkflowAction(java.lang.String in0,
java.lang.String in1,
java.lang.String in2,
RemoteFieldValue[] in3)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getIssueById
RemoteIssue getIssueById(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
addWorklogWithNewRemainingEstimate
RemoteWorklog addWorklogWithNewRemainingEstimate(java.lang.String in0,
java.lang.String in1,
RemoteWorklog in2,
java.lang.String in3)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
addWorklogAndAutoAdjustRemainingEstimate
RemoteWorklog addWorklogAndAutoAdjustRemainingEstimate(java.lang.String in0,
java.lang.String in1,
RemoteWorklog in2)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
addWorklogAndRetainRemainingEstimate
RemoteWorklog addWorklogAndRetainRemainingEstimate(java.lang.String in0,
java.lang.String in1,
RemoteWorklog in2)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
deleteWorklogWithNewRemainingEstimate
void deleteWorklogWithNewRemainingEstimate(java.lang.String in0,
java.lang.String in1,
java.lang.String in2)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
deleteWorklogAndAutoAdjustRemainingEstimate
void deleteWorklogAndAutoAdjustRemainingEstimate(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
deleteWorklogAndRetainRemainingEstimate
void deleteWorklogAndRetainRemainingEstimate(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
updateWorklogWithNewRemainingEstimate
void updateWorklogWithNewRemainingEstimate(java.lang.String in0,
RemoteWorklog in1,
java.lang.String in2)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
updateWorklogAndAutoAdjustRemainingEstimate
void updateWorklogAndAutoAdjustRemainingEstimate(java.lang.String in0,
RemoteWorklog in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
updateWorklogAndRetainRemainingEstimate
void updateWorklogAndRetainRemainingEstimate(java.lang.String in0,
RemoteWorklog in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
getWorklogs
RemoteWorklog[] getWorklogs(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
hasPermissionToCreateWorklog
boolean hasPermissionToCreateWorklog(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemoteValidationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemoteValidationException
hasPermissionToDeleteWorklog
boolean hasPermissionToDeleteWorklog(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemoteValidationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemoteValidationException
hasPermissionToUpdateWorklog
boolean hasPermissionToUpdateWorklog(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemoteValidationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemoteValidationException
getResolutionDateByKey
java.util.Calendar getResolutionDateByKey(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
getResolutionDateById
java.util.Calendar getResolutionDateById(java.lang.String in0,
long in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
getIssueCountForFilter
long getIssueCountForFilter(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getIssuesFromTextSearch
RemoteIssue[] getIssuesFromTextSearch(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getIssuesFromTextSearchWithProject
RemoteIssue[] getIssuesFromTextSearchWithProject(java.lang.String in0,
java.lang.String[] in1,
java.lang.String in2,
int in3)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getIssuesFromJqlSearch
RemoteIssue[] getIssuesFromJqlSearch(java.lang.String in0,
java.lang.String in1,
int in2)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
deleteUser
void deleteUser(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
deleteGroup
void deleteGroup(java.lang.String in0,
java.lang.String in1,
java.lang.String in2)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
refreshCustomFields
void refreshCustomFields(java.lang.String in0)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getSavedFilters
RemoteFilter[] getSavedFilters(java.lang.String in0)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
addBase64EncodedAttachmentsToIssue
boolean addBase64EncodedAttachmentsToIssue(java.lang.String in0,
java.lang.String in1,
java.lang.String[] in2,
java.lang.String[] in3)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
createProjectFromObject
RemoteProject createProjectFromObject(java.lang.String in0,
RemoteProject in1)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteValidationException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException
getSecuritySchemes
RemoteScheme[] getSecuritySchemes(java.lang.String in0)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
addVersion
RemoteVersion addVersion(java.lang.String in0,
java.lang.String in1,
RemoteVersion in2)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getIssuesFromFilter
RemoteIssue[] getIssuesFromFilter(java.lang.String in0,
java.lang.String in1)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getIssuesFromFilterWithLimit
RemoteIssue[] getIssuesFromFilterWithLimit(java.lang.String in0,
java.lang.String in1,
int in2,
int in3)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getIssuesFromTextSearchWithLimit
RemoteIssue[] getIssuesFromTextSearchWithLimit(java.lang.String in0,
java.lang.String in1,
int in2,
int in3)
throws java.rmi.RemoteException,
RemoteException
- Throws:
java.rmi.RemoteException
getProjectsNoSchemes
RemoteProject[] getProjectsNoSchemes(java.lang.String in0)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteAuthenticationException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
RemoteAuthenticationException
setNewProjectAvatar
void setNewProjectAvatar(java.lang.String in0,
java.lang.String in1,
java.lang.String in2,
java.lang.String in3)
throws java.rmi.RemoteException,
RemotePermissionException,
RemoteException
- Throws:
java.rmi.RemoteException
RemotePermissionException
Copyright © 2009-2011 Eagle-I. All Rights Reserved.