org.apache.maven.plugins.patchtracker.tracking.jira.soap
Interface JiraSoapService

All Superinterfaces:
Remote
All Known Implementing Classes:
JirasoapserviceV2SoapBindingStub

public interface JiraSoapService
extends Remote


Method Summary
 void addActorsToProjectRole(String in0, String[] in1, RemoteProjectRole in2, RemoteProject in3, String in4)
           
 boolean addAttachmentsToIssue(String in0, String in1, String[] in2, byte[][] in3)
           
 boolean addBase64EncodedAttachmentsToIssue(String in0, String in1, String[] in2, String[] in3)
           
 void addComment(String in0, String in1, RemoteComment in2)
           
 void addDefaultActorsToProjectRole(String in0, String[] in1, RemoteProjectRole in2, String in3)
           
 RemotePermissionScheme addPermissionTo(String in0, RemotePermissionScheme in1, RemotePermission in2, RemoteEntity in3)
           
 void addUserToGroup(String in0, RemoteGroup in1, RemoteUser in2)
           
 RemoteVersion addVersion(String in0, String in1, RemoteVersion in2)
           
 RemoteWorklog addWorklogAndAutoAdjustRemainingEstimate(String in0, String in1, RemoteWorklog in2)
           
 RemoteWorklog addWorklogAndRetainRemainingEstimate(String in0, String in1, RemoteWorklog in2)
           
 RemoteWorklog addWorklogWithNewRemainingEstimate(String in0, String in1, RemoteWorklog in2, String in3)
           
 void archiveVersion(String in0, String in1, String in2, boolean in3)
           
 RemoteGroup createGroup(String in0, String in1, RemoteUser in2)
           
 RemoteIssue createIssue(String in0, RemoteIssue in1)
           
 RemoteIssue createIssueWithParent(String in0, RemoteIssue in1, String in2)
           
 RemoteIssue createIssueWithParentWithSecurityLevel(String in0, RemoteIssue in1, String in2, long in3)
           
 RemoteIssue createIssueWithSecurityLevel(String in0, RemoteIssue in1, long in2)
           
 RemotePermissionScheme createPermissionScheme(String in0, String in1, String in2)
           
 RemoteProject createProject(String in0, String in1, String in2, String in3, String in4, String in5, RemotePermissionScheme in6, RemoteScheme in7, RemoteScheme in8)
           
 RemoteProject createProjectFromObject(String in0, RemoteProject in1)
           
 RemoteProjectRole createProjectRole(String in0, RemoteProjectRole in1)
           
 RemoteUser createUser(String in0, String in1, String in2, String in3, String in4)
           
 void deleteGroup(String in0, String in1, String in2)
           
 void deleteIssue(String in0, String in1)
           
 RemotePermissionScheme deletePermissionFrom(String in0, RemotePermissionScheme in1, RemotePermission in2, RemoteEntity in3)
           
 void deletePermissionScheme(String in0, String in1)
           
 void deleteProject(String in0, String in1)
           
 void deleteProjectAvatar(String in0, long in1)
           
 void deleteProjectRole(String in0, RemoteProjectRole in1, boolean in2)
           
 void deleteUser(String in0, String in1)
           
 void deleteWorklogAndAutoAdjustRemainingEstimate(String in0, String in1)
           
 void deleteWorklogAndRetainRemainingEstimate(String in0, String in1)
           
 void deleteWorklogWithNewRemainingEstimate(String in0, String in1, String in2)
           
 RemoteComment editComment(String in0, RemoteComment in1)
           
 RemotePermission[] getAllPermissions(String in0)
           
 RemoteScheme[] getAssociatedNotificationSchemes(String in0, RemoteProjectRole in1)
           
 RemoteScheme[] getAssociatedPermissionSchemes(String in0, RemoteProjectRole in1)
           
 RemoteAttachment[] getAttachmentsFromIssue(String in0, String in1)
           
 RemoteNamedObject[] getAvailableActions(String in0, String in1)
           
 RemoteComment getComment(String in0, long in1)
           
 RemoteComment[] getComments(String in0, String in1)
           
 RemoteComponent[] getComponents(String in0, String in1)
           
 RemoteConfiguration getConfiguration(String in0)
           
 RemoteField[] getCustomFields(String in0)
           
 RemoteRoleActors getDefaultRoleActors(String in0, RemoteProjectRole in1)
           
 RemoteFilter[] getFavouriteFilters(String in0)
           
 RemoteField[] getFieldsForAction(String in0, String in1, String in2)
           
 RemoteField[] getFieldsForCreate(String in0, String in1, long in2)
           
 RemoteField[] getFieldsForEdit(String in0, String in1)
           
 RemoteGroup getGroup(String in0, String in1)
           
 RemoteIssue getIssue(String in0, String in1)
           
 RemoteIssue getIssueById(String in0, String in1)
           
 long getIssueCountForFilter(String in0, String in1)
           
 RemoteIssue[] getIssuesFromFilter(String in0, String in1)
           
 RemoteIssue[] getIssuesFromFilterWithLimit(String in0, String in1, int in2, int in3)
           
 RemoteIssue[] getIssuesFromJqlSearch(String in0, String in1, int in2)
           
 RemoteIssue[] getIssuesFromTextSearch(String in0, String in1)
           
 RemoteIssue[] getIssuesFromTextSearchWithLimit(String in0, String in1, int in2, int in3)
           
 RemoteIssue[] getIssuesFromTextSearchWithProject(String in0, String[] in1, String in2, int in3)
           
 RemoteIssueType[] getIssueTypes(String in0)
           
 RemoteIssueType[] getIssueTypesForProject(String in0, String in1)
           
 RemoteScheme[] getNotificationSchemes(String in0)
           
 RemotePermissionScheme[] getPermissionSchemes(String in0)
           
 RemotePriority[] getPriorities(String in0)
           
 RemoteAvatar getProjectAvatar(String in0, String in1)
           
 RemoteAvatar[] getProjectAvatars(String in0, String in1, boolean in2)
           
 RemoteProject getProjectById(String in0, long in1)
           
 RemoteProject getProjectByKey(String in0, String in1)
           
 RemoteProjectRole getProjectRole(String in0, long in1)
           
 RemoteProjectRoleActors getProjectRoleActors(String in0, RemoteProjectRole in1, RemoteProject in2)
           
 RemoteProjectRole[] getProjectRoles(String in0)
           
 RemoteProject[] getProjectsNoSchemes(String in0)
           
 RemoteProject getProjectWithSchemesById(String in0, long in1)
           
 Calendar getResolutionDateById(String in0, long in1)
           
 Calendar getResolutionDateByKey(String in0, String in1)
           
 RemoteResolution[] getResolutions(String in0)
           
 RemoteFilter[] getSavedFilters(String in0)
           
 RemoteSecurityLevel getSecurityLevel(String in0, String in1)
           
 RemoteSecurityLevel[] getSecurityLevels(String in0, String in1)
           
 RemoteScheme[] getSecuritySchemes(String in0)
           
 RemoteServerInfo getServerInfo(String in0)
           
 RemoteStatus[] getStatuses(String in0)
           
 RemoteIssueType[] getSubTaskIssueTypes(String in0)
           
 RemoteIssueType[] getSubTaskIssueTypesForProject(String in0, String in1)
           
 RemoteUser getUser(String in0, String in1)
           
 RemoteVersion[] getVersions(String in0, String in1)
           
 RemoteWorklog[] getWorklogs(String in0, String in1)
           
 boolean hasPermissionToCreateWorklog(String in0, String in1)
           
 boolean hasPermissionToDeleteWorklog(String in0, String in1)
           
 boolean hasPermissionToEditComment(String in0, RemoteComment in1)
           
 boolean hasPermissionToUpdateWorklog(String in0, String in1)
           
 boolean isProjectRoleNameUnique(String in0, String in1)
           
 String login(String in0, String in1)
           
 boolean logout(String in0)
           
 RemoteIssue progressWorkflowAction(String in0, String in1, String in2, RemoteFieldValue[] in3)
           
 void refreshCustomFields(String in0)
           
 void releaseVersion(String in0, String in1, RemoteVersion in2)
           
 void removeActorsFromProjectRole(String in0, String[] in1, RemoteProjectRole in2, RemoteProject in3, String in4)
           
 void removeAllRoleActorsByNameAndType(String in0, String in1, String in2)
           
 void removeAllRoleActorsByProject(String in0, RemoteProject in1)
           
 void removeDefaultActorsFromProjectRole(String in0, String[] in1, RemoteProjectRole in2, String in3)
           
 void removeUserFromGroup(String in0, RemoteGroup in1, RemoteUser in2)
           
 void setNewProjectAvatar(String in0, String in1, String in2, String in3)
           
 void setProjectAvatar(String in0, String in1, long in2)
           
 void setUserPassword(String in0, RemoteUser in1, String in2)
           
 RemoteGroup updateGroup(String in0, RemoteGroup in1)
           
 RemoteIssue updateIssue(String in0, String in1, RemoteFieldValue[] in2)
           
 RemoteProject updateProject(String in0, RemoteProject in1)
           
 void updateProjectRole(String in0, RemoteProjectRole in1)
           
 RemoteUser updateUser(String in0, RemoteUser in1)
           
 void updateWorklogAndAutoAdjustRemainingEstimate(String in0, RemoteWorklog in1)
           
 void updateWorklogAndRetainRemainingEstimate(String in0, RemoteWorklog in1)
           
 void updateWorklogWithNewRemainingEstimate(String in0, RemoteWorklog in1, String in2)
           
 

Method Detail

getComment

RemoteComment getComment(String in0,
                         long in1)
                         throws RemoteException,
                                RemoteException
Throws:
RemoteException

createGroup

RemoteGroup createGroup(String in0,
                        String in1,
                        RemoteUser in2)
                        throws RemoteException,
                               RemotePermissionException,
                               RemoteValidationException,
                               RemoteAuthenticationException,
                               RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

getServerInfo

RemoteServerInfo getServerInfo(String in0)
                               throws RemoteException
Throws:
RemoteException

getGroup

RemoteGroup getGroup(String in0,
                     String in1)
                     throws RemoteException,
                            RemotePermissionException,
                            RemoteValidationException,
                            RemoteAuthenticationException,
                            RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

login

String login(String in0,
             String in1)
             throws RemoteException,
                    RemoteAuthenticationException,
                    RemoteException
Throws:
RemoteException
RemoteAuthenticationException

getUser

RemoteUser getUser(String in0,
                   String in1)
                   throws RemoteException,
                          RemotePermissionException,
                          RemoteAuthenticationException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getIssue

RemoteIssue getIssue(String in0,
                     String in1)
                     throws RemoteException,
                            RemotePermissionException,
                            RemoteAuthenticationException,
                            RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getComponents

RemoteComponent[] getComponents(String in0,
                                String in1)
                                throws RemoteException,
                                       RemotePermissionException,
                                       RemoteAuthenticationException,
                                       RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getConfiguration

RemoteConfiguration getConfiguration(String in0)
                                     throws RemoteException,
                                            RemotePermissionException,
                                            RemoteAuthenticationException,
                                            RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

addComment

void addComment(String in0,
                String in1,
                RemoteComment in2)
                throws RemoteException,
                       RemotePermissionException,
                       RemoteAuthenticationException,
                       RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

updateUser

RemoteUser updateUser(String in0,
                      RemoteUser in1)
                      throws RemoteException,
                             RemotePermissionException,
                             RemoteValidationException,
                             RemoteAuthenticationException,
                             RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

logout

boolean logout(String in0)
               throws RemoteException
Throws:
RemoteException

createProject

RemoteProject createProject(String in0,
                            String in1,
                            String in2,
                            String in3,
                            String in4,
                            String in5,
                            RemotePermissionScheme in6,
                            RemoteScheme in7,
                            RemoteScheme in8)
                            throws RemoteException,
                                   RemotePermissionException,
                                   RemoteValidationException,
                                   RemoteAuthenticationException,
                                   RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

updateProject

RemoteProject updateProject(String in0,
                            RemoteProject in1)
                            throws RemoteException,
                                   RemotePermissionException,
                                   RemoteValidationException,
                                   RemoteAuthenticationException,
                                   RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

getProjectByKey

RemoteProject getProjectByKey(String in0,
                              String in1)
                              throws RemoteException,
                                     RemotePermissionException,
                                     RemoteAuthenticationException,
                                     RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getPriorities

RemotePriority[] getPriorities(String in0)
                               throws RemoteException,
                                      RemotePermissionException,
                                      RemoteAuthenticationException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getResolutions

RemoteResolution[] getResolutions(String in0)
                                  throws RemoteException,
                                         RemotePermissionException,
                                         RemoteAuthenticationException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getIssueTypes

RemoteIssueType[] getIssueTypes(String in0)
                                throws RemoteException,
                                       RemotePermissionException,
                                       RemoteAuthenticationException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getSubTaskIssueTypes

RemoteIssueType[] getSubTaskIssueTypes(String in0)
                                       throws RemoteException,
                                              RemotePermissionException,
                                              RemoteAuthenticationException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getStatuses

RemoteStatus[] getStatuses(String in0)
                           throws RemoteException,
                                  RemotePermissionException,
                                  RemoteAuthenticationException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

releaseVersion

void releaseVersion(String in0,
                    String in1,
                    RemoteVersion in2)
                    throws RemoteException,
                           RemoteException
Throws:
RemoteException

archiveVersion

void archiveVersion(String in0,
                    String in1,
                    String in2,
                    boolean in3)
                    throws RemoteException,
                           RemoteException
Throws:
RemoteException

getVersions

RemoteVersion[] getVersions(String in0,
                            String in1)
                            throws RemoteException,
                                   RemotePermissionException,
                                   RemoteAuthenticationException,
                                   RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

createUser

RemoteUser createUser(String in0,
                      String in1,
                      String in2,
                      String in3,
                      String in4)
                      throws RemoteException,
                             RemotePermissionException,
                             RemoteValidationException,
                             RemoteAuthenticationException,
                             RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

updateGroup

RemoteGroup updateGroup(String in0,
                        RemoteGroup in1)
                        throws RemoteException,
                               RemotePermissionException,
                               RemoteValidationException,
                               RemoteAuthenticationException,
                               RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

addUserToGroup

void addUserToGroup(String in0,
                    RemoteGroup in1,
                    RemoteUser in2)
                    throws RemoteException,
                           RemotePermissionException,
                           RemoteValidationException,
                           RemoteAuthenticationException,
                           RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

removeUserFromGroup

void removeUserFromGroup(String in0,
                         RemoteGroup in1,
                         RemoteUser in2)
                         throws RemoteException,
                                RemotePermissionException,
                                RemoteValidationException,
                                RemoteAuthenticationException,
                                RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

createIssue

RemoteIssue createIssue(String in0,
                        RemoteIssue in1)
                        throws RemoteException,
                               RemotePermissionException,
                               RemoteValidationException,
                               RemoteAuthenticationException,
                               RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

updateIssue

RemoteIssue updateIssue(String in0,
                        String in1,
                        RemoteFieldValue[] in2)
                        throws RemoteException,
                               RemoteException
Throws:
RemoteException

deleteIssue

void deleteIssue(String in0,
                 String in1)
                 throws RemoteException,
                        RemotePermissionException,
                        RemoteAuthenticationException,
                        RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getAvailableActions

RemoteNamedObject[] getAvailableActions(String in0,
                                        String in1)
                                        throws RemoteException,
                                               RemoteException
Throws:
RemoteException

removeAllRoleActorsByProject

void removeAllRoleActorsByProject(String in0,
                                  RemoteProject in1)
                                  throws RemoteException,
                                         RemoteException
Throws:
RemoteException

getIssueTypesForProject

RemoteIssueType[] getIssueTypesForProject(String in0,
                                          String in1)
                                          throws RemoteException,
                                                 RemotePermissionException,
                                                 RemoteAuthenticationException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getProjectRoles

RemoteProjectRole[] getProjectRoles(String in0)
                                    throws RemoteException,
                                           RemoteException
Throws:
RemoteException

getProjectRole

RemoteProjectRole getProjectRole(String in0,
                                 long in1)
                                 throws RemoteException,
                                        RemoteException
Throws:
RemoteException

getProjectRoleActors

RemoteProjectRoleActors getProjectRoleActors(String in0,
                                             RemoteProjectRole in1,
                                             RemoteProject in2)
                                             throws RemoteException,
                                                    RemoteException
Throws:
RemoteException

getDefaultRoleActors

RemoteRoleActors getDefaultRoleActors(String in0,
                                      RemoteProjectRole in1)
                                      throws RemoteException,
                                             RemoteException
Throws:
RemoteException

removeAllRoleActorsByNameAndType

void removeAllRoleActorsByNameAndType(String in0,
                                      String in1,
                                      String in2)
                                      throws RemoteException,
                                             RemoteException
Throws:
RemoteException

deleteProjectRole

void deleteProjectRole(String in0,
                       RemoteProjectRole in1,
                       boolean in2)
                       throws RemoteException,
                              RemoteException
Throws:
RemoteException

updateProjectRole

void updateProjectRole(String in0,
                       RemoteProjectRole in1)
                       throws RemoteException,
                              RemoteException
Throws:
RemoteException

createProjectRole

RemoteProjectRole createProjectRole(String in0,
                                    RemoteProjectRole in1)
                                    throws RemoteException,
                                           RemoteException
Throws:
RemoteException

isProjectRoleNameUnique

boolean isProjectRoleNameUnique(String in0,
                                String in1)
                                throws RemoteException,
                                       RemoteException
Throws:
RemoteException

addActorsToProjectRole

void addActorsToProjectRole(String in0,
                            String[] in1,
                            RemoteProjectRole in2,
                            RemoteProject in3,
                            String in4)
                            throws RemoteException,
                                   RemoteException
Throws:
RemoteException

removeActorsFromProjectRole

void removeActorsFromProjectRole(String in0,
                                 String[] in1,
                                 RemoteProjectRole in2,
                                 RemoteProject in3,
                                 String in4)
                                 throws RemoteException,
                                        RemoteException
Throws:
RemoteException

addDefaultActorsToProjectRole

void addDefaultActorsToProjectRole(String in0,
                                   String[] in1,
                                   RemoteProjectRole in2,
                                   String in3)
                                   throws RemoteException,
                                          RemoteException
Throws:
RemoteException

removeDefaultActorsFromProjectRole

void removeDefaultActorsFromProjectRole(String in0,
                                        String[] in1,
                                        RemoteProjectRole in2,
                                        String in3)
                                        throws RemoteException,
                                               RemoteException
Throws:
RemoteException

getAssociatedNotificationSchemes

RemoteScheme[] getAssociatedNotificationSchemes(String in0,
                                                RemoteProjectRole in1)
                                                throws RemoteException,
                                                       RemoteException
Throws:
RemoteException

getAssociatedPermissionSchemes

RemoteScheme[] getAssociatedPermissionSchemes(String in0,
                                              RemoteProjectRole in1)
                                              throws RemoteException,
                                                     RemoteException
Throws:
RemoteException

deleteProject

void deleteProject(String in0,
                   String in1)
                   throws RemoteException,
                          RemotePermissionException,
                          RemoteAuthenticationException,
                          RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getProjectById

RemoteProject getProjectById(String in0,
                             long in1)
                             throws RemoteException,
                                    RemotePermissionException,
                                    RemoteAuthenticationException,
                                    RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getComments

RemoteComment[] getComments(String in0,
                            String in1)
                            throws RemoteException,
                                   RemotePermissionException,
                                   RemoteAuthenticationException,
                                   RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getFavouriteFilters

RemoteFilter[] getFavouriteFilters(String in0)
                                   throws RemoteException,
                                          RemotePermissionException,
                                          RemoteAuthenticationException,
                                          RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getFieldsForCreate

RemoteField[] getFieldsForCreate(String in0,
                                 String in1,
                                 long in2)
                                 throws RemoteException,
                                        RemoteException
Throws:
RemoteException

getFieldsForEdit

RemoteField[] getFieldsForEdit(String in0,
                               String in1)
                               throws RemoteException,
                                      RemoteException
Throws:
RemoteException

getSubTaskIssueTypesForProject

RemoteIssueType[] getSubTaskIssueTypesForProject(String in0,
                                                 String in1)
                                                 throws RemoteException,
                                                        RemotePermissionException,
                                                        RemoteAuthenticationException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getSecurityLevel

RemoteSecurityLevel getSecurityLevel(String in0,
                                     String in1)
                                     throws RemoteException,
                                            RemotePermissionException,
                                            RemoteException
Throws:
RemoteException
RemotePermissionException

getCustomFields

RemoteField[] getCustomFields(String in0)
                              throws RemoteException,
                                     RemoteException
Throws:
RemoteException

getProjectWithSchemesById

RemoteProject getProjectWithSchemesById(String in0,
                                        long in1)
                                        throws RemoteException,
                                               RemoteException
Throws:
RemoteException

getSecurityLevels

RemoteSecurityLevel[] getSecurityLevels(String in0,
                                        String in1)
                                        throws RemoteException,
                                               RemotePermissionException,
                                               RemoteException
Throws:
RemoteException
RemotePermissionException

getProjectAvatars

RemoteAvatar[] getProjectAvatars(String in0,
                                 String in1,
                                 boolean in2)
                                 throws RemoteException,
                                        RemotePermissionException,
                                        RemoteException
Throws:
RemoteException
RemotePermissionException

setProjectAvatar

void setProjectAvatar(String in0,
                      String in1,
                      long in2)
                      throws RemoteException,
                             RemotePermissionException,
                             RemoteException
Throws:
RemoteException
RemotePermissionException

getProjectAvatar

RemoteAvatar getProjectAvatar(String in0,
                              String in1)
                              throws RemoteException,
                                     RemotePermissionException,
                                     RemoteException
Throws:
RemoteException
RemotePermissionException

deleteProjectAvatar

void deleteProjectAvatar(String in0,
                         long in1)
                         throws RemoteException,
                                RemoteException
Throws:
RemoteException

getNotificationSchemes

RemoteScheme[] getNotificationSchemes(String in0)
                                      throws RemoteException,
                                             RemotePermissionException,
                                             RemoteAuthenticationException,
                                             RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getPermissionSchemes

RemotePermissionScheme[] getPermissionSchemes(String in0)
                                              throws RemoteException,
                                                     RemotePermissionException,
                                                     RemoteAuthenticationException,
                                                     RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getAllPermissions

RemotePermission[] getAllPermissions(String in0)
                                     throws RemoteException,
                                            RemotePermissionException,
                                            RemoteAuthenticationException,
                                            RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

createPermissionScheme

RemotePermissionScheme createPermissionScheme(String in0,
                                              String in1,
                                              String in2)
                                              throws RemoteException,
                                                     RemotePermissionException,
                                                     RemoteValidationException,
                                                     RemoteAuthenticationException,
                                                     RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

addPermissionTo

RemotePermissionScheme addPermissionTo(String in0,
                                       RemotePermissionScheme in1,
                                       RemotePermission in2,
                                       RemoteEntity in3)
                                       throws RemoteException,
                                              RemotePermissionException,
                                              RemoteValidationException,
                                              RemoteAuthenticationException,
                                              RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

deletePermissionFrom

RemotePermissionScheme deletePermissionFrom(String in0,
                                            RemotePermissionScheme in1,
                                            RemotePermission in2,
                                            RemoteEntity in3)
                                            throws RemoteException,
                                                   RemotePermissionException,
                                                   RemoteValidationException,
                                                   RemoteAuthenticationException,
                                                   RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

deletePermissionScheme

void deletePermissionScheme(String in0,
                            String in1)
                            throws RemoteException,
                                   RemotePermissionException,
                                   RemoteValidationException,
                                   RemoteAuthenticationException,
                                   RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

createIssueWithSecurityLevel

RemoteIssue createIssueWithSecurityLevel(String in0,
                                         RemoteIssue in1,
                                         long in2)
                                         throws RemoteException,
                                                RemotePermissionException,
                                                RemoteValidationException,
                                                RemoteAuthenticationException,
                                                RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

addAttachmentsToIssue

boolean addAttachmentsToIssue(String in0,
                              String in1,
                              String[] in2,
                              byte[][] in3)
                              throws RemoteException,
                                     RemotePermissionException,
                                     RemoteValidationException,
                                     RemoteAuthenticationException,
                                     RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

getAttachmentsFromIssue

RemoteAttachment[] getAttachmentsFromIssue(String in0,
                                           String in1)
                                           throws RemoteException,
                                                  RemotePermissionException,
                                                  RemoteValidationException,
                                                  RemoteAuthenticationException,
                                                  RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

hasPermissionToEditComment

boolean hasPermissionToEditComment(String in0,
                                   RemoteComment in1)
                                   throws RemoteException,
                                          RemoteException
Throws:
RemoteException

editComment

RemoteComment editComment(String in0,
                          RemoteComment in1)
                          throws RemoteException,
                                 RemoteException
Throws:
RemoteException

getFieldsForAction

RemoteField[] getFieldsForAction(String in0,
                                 String in1,
                                 String in2)
                                 throws RemoteException,
                                        RemoteException
Throws:
RemoteException

progressWorkflowAction

RemoteIssue progressWorkflowAction(String in0,
                                   String in1,
                                   String in2,
                                   RemoteFieldValue[] in3)
                                   throws RemoteException,
                                          RemoteException
Throws:
RemoteException

getIssueById

RemoteIssue getIssueById(String in0,
                         String in1)
                         throws RemoteException,
                                RemotePermissionException,
                                RemoteAuthenticationException,
                                RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

addWorklogWithNewRemainingEstimate

RemoteWorklog addWorklogWithNewRemainingEstimate(String in0,
                                                 String in1,
                                                 RemoteWorklog in2,
                                                 String in3)
                                                 throws RemoteException,
                                                        RemotePermissionException,
                                                        RemoteValidationException,
                                                        RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException

addWorklogAndAutoAdjustRemainingEstimate

RemoteWorklog addWorklogAndAutoAdjustRemainingEstimate(String in0,
                                                       String in1,
                                                       RemoteWorklog in2)
                                                       throws RemoteException,
                                                              RemotePermissionException,
                                                              RemoteValidationException,
                                                              RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException

addWorklogAndRetainRemainingEstimate

RemoteWorklog addWorklogAndRetainRemainingEstimate(String in0,
                                                   String in1,
                                                   RemoteWorklog in2)
                                                   throws RemoteException,
                                                          RemotePermissionException,
                                                          RemoteValidationException,
                                                          RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException

deleteWorklogWithNewRemainingEstimate

void deleteWorklogWithNewRemainingEstimate(String in0,
                                           String in1,
                                           String in2)
                                           throws RemoteException,
                                                  RemotePermissionException,
                                                  RemoteValidationException,
                                                  RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException

deleteWorklogAndAutoAdjustRemainingEstimate

void deleteWorklogAndAutoAdjustRemainingEstimate(String in0,
                                                 String in1)
                                                 throws RemoteException,
                                                        RemotePermissionException,
                                                        RemoteValidationException,
                                                        RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException

deleteWorklogAndRetainRemainingEstimate

void deleteWorklogAndRetainRemainingEstimate(String in0,
                                             String in1)
                                             throws RemoteException,
                                                    RemotePermissionException,
                                                    RemoteValidationException,
                                                    RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException

updateWorklogWithNewRemainingEstimate

void updateWorklogWithNewRemainingEstimate(String in0,
                                           RemoteWorklog in1,
                                           String in2)
                                           throws RemoteException,
                                                  RemotePermissionException,
                                                  RemoteValidationException,
                                                  RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException

updateWorklogAndAutoAdjustRemainingEstimate

void updateWorklogAndAutoAdjustRemainingEstimate(String in0,
                                                 RemoteWorklog in1)
                                                 throws RemoteException,
                                                        RemotePermissionException,
                                                        RemoteValidationException,
                                                        RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException

updateWorklogAndRetainRemainingEstimate

void updateWorklogAndRetainRemainingEstimate(String in0,
                                             RemoteWorklog in1)
                                             throws RemoteException,
                                                    RemotePermissionException,
                                                    RemoteValidationException,
                                                    RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException

getWorklogs

RemoteWorklog[] getWorklogs(String in0,
                            String in1)
                            throws RemoteException,
                                   RemotePermissionException,
                                   RemoteValidationException,
                                   RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException

hasPermissionToCreateWorklog

boolean hasPermissionToCreateWorklog(String in0,
                                     String in1)
                                     throws RemoteException,
                                            RemoteValidationException,
                                            RemoteException
Throws:
RemoteException
RemoteValidationException

hasPermissionToDeleteWorklog

boolean hasPermissionToDeleteWorklog(String in0,
                                     String in1)
                                     throws RemoteException,
                                            RemoteValidationException,
                                            RemoteException
Throws:
RemoteException
RemoteValidationException

hasPermissionToUpdateWorklog

boolean hasPermissionToUpdateWorklog(String in0,
                                     String in1)
                                     throws RemoteException,
                                            RemoteValidationException,
                                            RemoteException
Throws:
RemoteException
RemoteValidationException

getResolutionDateByKey

Calendar getResolutionDateByKey(String in0,
                                String in1)
                                throws RemoteException,
                                       RemotePermissionException,
                                       RemoteAuthenticationException,
                                       RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getResolutionDateById

Calendar getResolutionDateById(String in0,
                               long in1)
                               throws RemoteException,
                                      RemotePermissionException,
                                      RemoteAuthenticationException,
                                      RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

getIssueCountForFilter

long getIssueCountForFilter(String in0,
                            String in1)
                            throws RemoteException,
                                   RemoteException
Throws:
RemoteException

getIssuesFromTextSearch

RemoteIssue[] getIssuesFromTextSearch(String in0,
                                      String in1)
                                      throws RemoteException,
                                             RemoteException
Throws:
RemoteException

getIssuesFromTextSearchWithProject

RemoteIssue[] getIssuesFromTextSearchWithProject(String in0,
                                                 String[] in1,
                                                 String in2,
                                                 int in3)
                                                 throws RemoteException,
                                                        RemoteException
Throws:
RemoteException

getIssuesFromJqlSearch

RemoteIssue[] getIssuesFromJqlSearch(String in0,
                                     String in1,
                                     int in2)
                                     throws RemoteException,
                                            RemoteException
Throws:
RemoteException

deleteUser

void deleteUser(String in0,
                String in1)
                throws RemoteException,
                       RemotePermissionException,
                       RemoteValidationException,
                       RemoteAuthenticationException,
                       RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

deleteGroup

void deleteGroup(String in0,
                 String in1,
                 String in2)
                 throws RemoteException,
                        RemotePermissionException,
                        RemoteValidationException,
                        RemoteAuthenticationException,
                        RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

setUserPassword

void setUserPassword(String in0,
                     RemoteUser in1,
                     String in2)
                     throws RemoteException,
                            RemotePermissionException,
                            RemoteValidationException,
                            RemoteAuthenticationException,
                            RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

refreshCustomFields

void refreshCustomFields(String in0)
                         throws RemoteException,
                                RemoteException
Throws:
RemoteException

getSavedFilters

RemoteFilter[] getSavedFilters(String in0)
                               throws RemoteException,
                                      RemotePermissionException,
                                      RemoteAuthenticationException,
                                      RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

createIssueWithParent

RemoteIssue createIssueWithParent(String in0,
                                  RemoteIssue in1,
                                  String in2)
                                  throws RemoteException,
                                         RemotePermissionException,
                                         RemoteValidationException,
                                         RemoteAuthenticationException,
                                         RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

createIssueWithParentWithSecurityLevel

RemoteIssue createIssueWithParentWithSecurityLevel(String in0,
                                                   RemoteIssue in1,
                                                   String in2,
                                                   long in3)
                                                   throws RemoteException,
                                                          RemotePermissionException,
                                                          RemoteValidationException,
                                                          RemoteAuthenticationException,
                                                          RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

addBase64EncodedAttachmentsToIssue

boolean addBase64EncodedAttachmentsToIssue(String in0,
                                           String in1,
                                           String[] in2,
                                           String[] in3)
                                           throws RemoteException,
                                                  RemotePermissionException,
                                                  RemoteValidationException,
                                                  RemoteAuthenticationException,
                                                  RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

createProjectFromObject

RemoteProject createProjectFromObject(String in0,
                                      RemoteProject in1)
                                      throws RemoteException,
                                             RemotePermissionException,
                                             RemoteValidationException,
                                             RemoteAuthenticationException,
                                             RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteValidationException
RemoteAuthenticationException

addVersion

RemoteVersion addVersion(String in0,
                         String in1,
                         RemoteVersion in2)
                         throws RemoteException,
                                RemoteException
Throws:
RemoteException

getIssuesFromFilter

RemoteIssue[] getIssuesFromFilter(String in0,
                                  String in1)
                                  throws RemoteException,
                                         RemoteException
Throws:
RemoteException

getIssuesFromFilterWithLimit

RemoteIssue[] getIssuesFromFilterWithLimit(String in0,
                                           String in1,
                                           int in2,
                                           int in3)
                                           throws RemoteException,
                                                  RemoteException
Throws:
RemoteException

getIssuesFromTextSearchWithLimit

RemoteIssue[] getIssuesFromTextSearchWithLimit(String in0,
                                               String in1,
                                               int in2,
                                               int in3)
                                               throws RemoteException,
                                                      RemoteException
Throws:
RemoteException

getProjectsNoSchemes

RemoteProject[] getProjectsNoSchemes(String in0)
                                     throws RemoteException,
                                            RemotePermissionException,
                                            RemoteAuthenticationException,
                                            RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException

setNewProjectAvatar

void setNewProjectAvatar(String in0,
                         String in1,
                         String in2,
                         String in3)
                         throws RemoteException,
                                RemotePermissionException,
                                RemoteException
Throws:
RemoteException
RemotePermissionException

getSecuritySchemes

RemoteScheme[] getSecuritySchemes(String in0)
                                  throws RemoteException,
                                         RemotePermissionException,
                                         RemoteAuthenticationException,
                                         RemoteException
Throws:
RemoteException
RemotePermissionException
RemoteAuthenticationException


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.