public class TrackerAppSoapBindingStub extends org.apache.axis.client.Stub implements TrackerAppSoap
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
TrackerAppSoapBindingStub() |
TrackerAppSoapBindingStub(javax.xml.rpc.Service service) |
TrackerAppSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDateField(String sessionId,
String trackerId,
String fieldName,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate) |
void |
addMultiSelectField(String sessionId,
String trackerId,
String fieldName,
int displayLines,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String[] fieldValues,
String[] defaultValues) |
void |
addSingleSelectField(String sessionId,
String trackerId,
String fieldName,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String[] fieldValues,
String defaultValue) |
void |
addTextField(String sessionId,
String trackerId,
String fieldName,
int displayColumns,
int displayLines,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String defaultValue) |
void |
addUserSelectField(String sessionId,
String trackerId,
String fieldName,
int displayLines,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
String[] defaultValues,
String userFilter) |
void |
copyWorkflowTransitions(String sessionId,
String srcTrackerId,
String dstTrackerId) |
ArtifactSoapDO |
createArtifact(String sessionId,
String trackerId,
String title,
String description,
String group,
String category,
String status,
String customer,
int priority,
int estimatedHours,
String assignedUsername,
String releaseId,
SoapFieldValues flexFields,
String attachmentFileName,
String attachmentMimeType,
String attachmentFileId) |
void |
createArtifactDependency(String sessionId,
String originId,
String targetId,
String desc) |
protected org.apache.axis.client.Call |
createCall() |
TrackerSoapDO |
createTracker(String sessionId,
String projectId,
String trackerName,
String trackerTitle,
String trackerDescription) |
void |
deleteArtifact(String sessionId,
String artifactId) |
void |
deleteField(String sessionId,
String objectId,
String fieldId) |
ArtifactSoapList |
findArtifacts(String sessionId,
String queryString,
String projectId,
boolean searchAttachments) |
WorkflowTransitionSoapList |
getAllowedWorkflowTransitionList(String sessionId,
String trackerId) |
ArtifactSoapDO |
getArtifactData(String sessionId,
String artifactId) |
ArtifactDetailSoapList |
getArtifactDetailList(String sessionId,
String trackerId,
String[] selectedColumns,
SoapFilter[] filters,
SoapSortKey[] sortKeys,
int startIndex,
int maxRows,
boolean exceptionIfExpiredCache,
boolean forceNewQuery) |
ArtifactSoapList |
getArtifactList(String sessionId,
String containerId,
SoapFilter[] filters) |
ArtifactDependencySoapList |
getChildDependencyList(String sessionId,
String artifactId) |
TrackerFieldSoapDO[] |
getFields(String sessionId,
String trackerId) |
ArtifactDependencySoapList |
getParentDependencyList(String sessionId,
String artifactId) |
TrackerSoapDO |
getTrackerData(String sessionId,
String trackerId) |
TrackerSoapList |
getTrackerList(String sessionId,
String projectId) |
ArtifactSoapDO |
moveArtifact(String sessionId,
String artifactId,
String targetFolderId,
String newAssignee) |
void |
removeArtifactDependency(String sessionId,
String originId,
String targetId) |
void |
setArtifactData(String sessionId,
ArtifactSoapDO artifactData,
String comment,
String attachmentFileName,
String attachmentMimeType,
String attachmentFileId) |
void |
setField(String sessionId,
String objectId,
TrackerFieldSoapDO fieldData) |
void |
setTrackerData(String sessionId,
TrackerSoapDO trackerData) |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic TrackerAppSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic TrackerAppSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic TrackerAppSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic TrackerFieldSoapDO[] getFields(String sessionId, String trackerId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getFields in interface TrackerAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void setField(String sessionId, String objectId, TrackerFieldSoapDO fieldData) throws RemoteException, DependencyViolationFault, VersionMismatchFault, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, InvalidOperationFault, SystemFault, PermissionDeniedFault
public void copyWorkflowTransitions(String sessionId, String srcTrackerId, String dstTrackerId) throws RemoteException, NoSuchObjectFault, WorkflowViolationFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
copyWorkflowTransitions in interface TrackerAppSoapRemoteExceptionNoSuchObjectFaultWorkflowViolationFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic ArtifactSoapDO createArtifact(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedHours, String assignedUsername, String releaseId, SoapFieldValues flexFields, String attachmentFileName, String attachmentMimeType, String attachmentFileId) throws RemoteException, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
createArtifact in interface TrackerAppSoapRemoteExceptionIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic ArtifactSoapDO getArtifactData(String sessionId, String artifactId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getArtifactData in interface TrackerAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void setArtifactData(String sessionId, ArtifactSoapDO artifactData, String comment, String attachmentFileName, String attachmentMimeType, String attachmentFileId) throws RemoteException, DependencyViolationFault, VersionMismatchFault, IllegalArgumentFault, NoSuchObjectFault, WorkflowViolationFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
public void deleteField(String sessionId, String objectId, String fieldId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, InvalidOperationFault, SystemFault, PermissionDeniedFault
deleteField in interface TrackerAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultInvalidOperationFaultSystemFaultPermissionDeniedFaultpublic TrackerSoapDO getTrackerData(String sessionId, String trackerId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getTrackerData in interface TrackerAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void setTrackerData(String sessionId, TrackerSoapDO trackerData) throws RemoteException, VersionMismatchFault, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
setTrackerData in interface TrackerAppSoapRemoteExceptionVersionMismatchFaultIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void addDateField(String sessionId, String trackerId, String fieldName, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate) throws RemoteException, VersionMismatchFault, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, InvalidOperationFault, SystemFault, PermissionDeniedFault
addDateField in interface TrackerAppSoapRemoteExceptionVersionMismatchFaultIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultInvalidOperationFaultSystemFaultPermissionDeniedFaultpublic void deleteArtifact(String sessionId, String artifactId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
deleteArtifact in interface TrackerAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic ArtifactSoapDO moveArtifact(String sessionId, String artifactId, String targetFolderId, String newAssignee) throws RemoteException, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
moveArtifact in interface TrackerAppSoapRemoteExceptionIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic ArtifactDependencySoapList getParentDependencyList(String sessionId, String artifactId) throws RemoteException, NoSuchObjectFault, WorkflowViolationFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getParentDependencyList in interface TrackerAppSoapRemoteExceptionNoSuchObjectFaultWorkflowViolationFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic ArtifactDependencySoapList getChildDependencyList(String sessionId, String artifactId) throws RemoteException, NoSuchObjectFault, WorkflowViolationFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getChildDependencyList in interface TrackerAppSoapRemoteExceptionNoSuchObjectFaultWorkflowViolationFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic TrackerSoapDO createTracker(String sessionId, String projectId, String trackerName, String trackerTitle, String trackerDescription) throws RemoteException, ObjectAlreadyExistsFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
createTracker in interface TrackerAppSoapRemoteExceptionObjectAlreadyExistsFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic TrackerSoapList getTrackerList(String sessionId, String projectId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getTrackerList in interface TrackerAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void addTextField(String sessionId, String trackerId, String fieldName, int displayColumns, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String defaultValue) throws RemoteException, VersionMismatchFault, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, InvalidOperationFault, SystemFault, PermissionDeniedFault
addTextField in interface TrackerAppSoapRemoteExceptionVersionMismatchFaultIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultInvalidOperationFaultSystemFaultPermissionDeniedFaultpublic void addSingleSelectField(String sessionId, String trackerId, String fieldName, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String defaultValue) throws RemoteException, VersionMismatchFault, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, InvalidOperationFault, SystemFault, PermissionDeniedFault
public void addMultiSelectField(String sessionId, String trackerId, String fieldName, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String[] defaultValues) throws RemoteException, VersionMismatchFault, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, InvalidOperationFault, SystemFault, PermissionDeniedFault
public void addUserSelectField(String sessionId, String trackerId, String fieldName, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] defaultValues, String userFilter) throws RemoteException, VersionMismatchFault, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, InvalidOperationFault, SystemFault, PermissionDeniedFault
addUserSelectField in interface TrackerAppSoapRemoteExceptionVersionMismatchFaultIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultInvalidOperationFaultSystemFaultPermissionDeniedFaultpublic ArtifactSoapList getArtifactList(String sessionId, String containerId, SoapFilter[] filters) throws RemoteException, InvalidFilterFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getArtifactList in interface TrackerAppSoapRemoteExceptionInvalidFilterFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic ArtifactDetailSoapList getArtifactDetailList(String sessionId, String trackerId, String[] selectedColumns, SoapFilter[] filters, SoapSortKey[] sortKeys, int startIndex, int maxRows, boolean exceptionIfExpiredCache, boolean forceNewQuery) throws RemoteException, InvalidFilterFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getArtifactDetailList in interface TrackerAppSoapRemoteExceptionInvalidFilterFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic ArtifactSoapList findArtifacts(String sessionId, String queryString, String projectId, boolean searchAttachments) throws RemoteException, SearchQuerySyntaxFault, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault
findArtifacts in interface TrackerAppSoapRemoteExceptionSearchQuerySyntaxFaultIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultpublic WorkflowTransitionSoapList getAllowedWorkflowTransitionList(String sessionId, String trackerId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault
getAllowedWorkflowTransitionList in interface TrackerAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultpublic void createArtifactDependency(String sessionId, String originId, String targetId, String desc) throws RemoteException, DependencyViolationFault, NoSuchObjectFault, WorkflowViolationFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
createArtifactDependency in interface TrackerAppSoapRemoteExceptionDependencyViolationFaultNoSuchObjectFaultWorkflowViolationFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void removeArtifactDependency(String sessionId, String originId, String targetId) throws RemoteException, DependencyViolationFault, NoSuchRelationshipFault, NoSuchObjectFault, WorkflowViolationFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
Copyright © 2004-2014 Hudson. All Rights Reserved.