|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITrackerAppSoap
Provides SOAP services for managing user trackers and artifacts.
Tracker2Soap objects.Tracker2Soap objects.Tracker2Soap objects.Tracker2SoapList objects.ArtifactDetail2SoapList objects.ArtifactDetail2SoapList objects.TrackerArtifactDependency2List.TrackerArtifactDependency2List.Artifact2SoapList objects.Artifact2SoapDO object.Artifact2SoapDO objects.TrackerField2SoapDO objects.TrackerField2SoapDO objects.Artifact2SoapDO objects.Artifact2SoapDO objects.
| Method Summary | |
|---|---|
void |
addDateField(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String fieldName,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
java.lang.String helpText)
Adds a custom Date field to a tracker. |
void |
addMultiSelectField(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String fieldName,
int displayLines,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
java.lang.String[] fieldValues,
java.lang.String[] defaultValues,
java.lang.String helpText)
Adds a custom multi select field to a tracker. |
void |
addSeparator(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String separatorType,
java.lang.String separatorLabel)
Adds a separator to a tracker. |
void |
addSingleSelectChildField(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String fieldName,
java.lang.String[] fieldValues,
java.lang.String parentFieldId,
SoapNamedValues parentChildFieldValueMap,
java.lang.String helpText)
Adds a custom single select field to a tracker. |
void |
addSingleSelectField(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String fieldName,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
java.lang.String[] fieldValues,
java.lang.String defaultValue,
java.lang.String helpText)
Adds a custom single select field to a tracker. |
void |
addTextField(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String fieldName,
int displayColumns,
int displayLines,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
java.lang.String defaultValue,
java.lang.String helpText,
java.lang.String pattern)
Adds a custom text field to a tracker. |
void |
addUserSelectField(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String fieldName,
int displayLines,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
java.lang.String[] defaultValues,
java.lang.String userFilter,
java.lang.String helpText)
Adds a custom User selection field to a tracker. |
void |
copyWorkflowTransitions(java.lang.String sessionId,
java.lang.String srcTrackerId,
java.lang.String dstTrackerId)
Copies workflow transitions between two trackers. |
ArtifactSoapDO |
createArtifact(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String title,
java.lang.String description,
java.lang.String group,
java.lang.String category,
java.lang.String status,
java.lang.String customer,
int priority,
int estimatedEffort,
int remainingEffort,
boolean autosumming,
int points,
java.lang.String assignedUsername,
java.lang.String releaseId,
java.lang.String planningFolderId,
SoapFieldValues flexFields,
java.lang.String attachmentFileName,
java.lang.String attachmentMimeType,
java.lang.String attachmentFileId)
Creates a new artifact. |
void |
createArtifactDependency(java.lang.String sessionId,
java.lang.String originId,
java.lang.String targetId,
java.lang.String desc)
Creates an artifact dependency between two artifacts. |
TrackerSoapDO |
createTracker(java.lang.String sessionId,
java.lang.String projectId,
java.lang.String trackerName,
java.lang.String trackerTitle,
java.lang.String trackerDescription,
java.lang.String icon)
Creates a new tracker with an icon |
void |
deleteArtifact(java.lang.String sessionId,
java.lang.String artifactId)
Deletes an artifact. |
void |
deleteField(java.lang.String sessionId,
java.lang.String objectId,
java.lang.String fieldId)
Deletes a custom/flex-field . |
void |
deleteSeparator(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String layoutId)
Deletes a separator of a tracker layout. |
ArtifactSoapList |
findArtifacts(java.lang.String sessionId,
java.lang.String queryString,
java.lang.String projectId,
boolean searchAttachments)
Finds a list of artifacts matching a search string. |
WorkflowTransitionSoapList |
getAllowedWorkflowTransitionList(java.lang.String sessionId,
java.lang.String trackerId)
Gets workflow transitions for the tracker. |
ArtifactSoapDO |
getArtifactData(java.lang.String sessionId,
java.lang.String artifactId)
Returns data associated with the specified artifact. |
ArtifactDetailSoapList |
getArtifactDetailList(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String[] selectedColumns,
SoapFilter[] filters,
SoapSortKey[] sortKeys,
int startIndex,
int maxRows,
boolean exceptionIfExpiredCache,
boolean forceNewQuery)
Returns a filtered and ordered list of artifacts from the specified tracker. |
ArtifactSoapList |
getArtifactList(java.lang.String sessionId,
java.lang.String containerId,
SoapFilter[] filters)
Returns a filtered list of artifacts within the specified container (project or tracker). |
ArtifactDependencySoapList |
getChildDependencyList(java.lang.String sessionId,
java.lang.String artifactId)
Gets the dependency list for an artifact where the artifact is the origin artifact. |
ArtifactDetailSoapList |
getCrossTrackerArtifactList(java.lang.String sessionId,
java.lang.String containerId,
SoapFilter[] filters,
java.lang.String[] selectedColumns)
Returns a filtered list of artifacts within the specified container (project or tracker). |
TrackerFieldSoapDO[] |
getFields(java.lang.String sessionId,
java.lang.String trackerId)
Returns the custom/flex-fields associated with a specific tracker. |
OrderedTrackerFieldSoapList |
getOrderedTrackerFields(java.lang.String sessionId,
java.lang.String trackerId)
Returns all fields and separators in the given tracker with layout information. |
ArtifactDependencySoapList |
getParentDependencyList(java.lang.String sessionId,
java.lang.String artifactId)
Gets the dependency list for an artifact where the artifact is the target artifact. |
TrackerSoapDO |
getTrackerData(java.lang.String sessionId,
java.lang.String trackerId)
Returns a data object for a given tracker |
TrackerSoapList |
getTrackerList(java.lang.String sessionId,
java.lang.String projectId)
Returns a list of trackers for a project in the order that they are displayed in the UI. |
ArtifactSoapDO |
moveArtifact(java.lang.String sessionId,
java.lang.String artifactId,
java.lang.String targetFolderId,
java.lang.String newAssignee)
Moves an artifact to a specified target folder. |
void |
removeArtifactDependency(java.lang.String sessionId,
java.lang.String originId,
java.lang.String targetId)
Removes an artifact dependency between two artifacts. |
void |
reorderTrackerFields(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String[] layoutIds)
Sets a new order of the fields and the separators within a tracker. |
void |
reorderTrackers(java.lang.String sessionId,
java.lang.String[] trackerIds)
Sets a new order of the trackers within a project. |
void |
setArtifactData(java.lang.String sessionId,
ArtifactSoapDO artifactData,
java.lang.String comment,
java.lang.String attachmentFileName,
java.lang.String attachmentMimeType,
java.lang.String attachmentFileId)
Sets data associated with the specified artifact. |
void |
setArtifactRank(java.lang.String sessionId,
java.lang.String planningFolderId,
java.lang.String artfToRankId,
java.lang.String artfBeforeId,
java.lang.String artfAfterId)
Sets the rank of an artifact relative to one or more other artifacts, in the context of a specific planning folder. |
void |
setField(java.lang.String sessionId,
java.lang.String objectId,
TrackerFieldSoapDO fieldData)
Sets a custom/flex-field that is associated with a specific folder (e.g. tracker). |
void |
setTrackerData(java.lang.String sessionId,
TrackerSoapDO trackerData)
Sets data on a specific tracker |
| Method Detail |
|---|
TrackerSoapList getTrackerList(java.lang.String sessionId,
java.lang.String projectId)
throws java.rmi.RemoteException
sessionId - User session id.projectId - Project id.
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
java.rmi.RemoteException
TrackerSoapDO getTrackerData(java.lang.String sessionId,
java.lang.String trackerId)
throws java.rmi.RemoteException
sessionId - User session id.trackerId - Tracker id.
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
java.rmi.RemoteException
void setTrackerData(java.lang.String sessionId,
TrackerSoapDO trackerData)
throws java.rmi.RemoteException
sessionId - User session id.trackerData - Detailed data on the tracker to set.
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid or field or icon could not be found.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
com.collabnet.ce.soap60.fault.IllegalArgumentFault - when invalid data is specified.
com.collabnet.ce.soap60.fault.VersionMismatchFault - when the object version mismatches the application server.
java.rmi.RemoteException
TrackerSoapDO createTracker(java.lang.String sessionId,
java.lang.String projectId,
java.lang.String trackerName,
java.lang.String trackerTitle,
java.lang.String trackerDescription,
java.lang.String icon)
throws java.rmi.RemoteException
sessionId - User session id.projectId - The id of the project under which to create the new trackertrackerName - The name of the new trackertrackerTitle - The title of the new trackertrackerDescription - The description of the new trackericon - The tracker icon (null or something between "icon_01.png" and "icon_99.png")
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid or icon could not be found.
com.collabnet.ce.soap60.fault.ObjectAlreadyExistsFault - if an existing tracker already exists
java.rmi.RemoteException
void setField(java.lang.String sessionId,
java.lang.String objectId,
TrackerFieldSoapDO fieldData)
throws java.rmi.RemoteException
sessionId - User session id.objectId - Object (e.g. tracker) for which to set the field information.fieldData - the custom/flex-field to associate with a specific folder
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id or fieldData is invalid
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.VersionMismatchFault - if the object has been updated since this fieldDO was fetched
com.collabnet.ce.soap60.fault.IllegalArgumentFault - if the arguments are incorrectly specified. See FaultSummary for detail for the following: - DUPLICATE_FIELD_VALUE - ILLEGAL_FIELD_VALUE - INVALID_FIELD_VALUE - INVALID_DEFAULT_VALUE - INVALID_FIELD_OPTIONS_REQUIRED_DISABLED - INVALID_FIELD_VALUE_LENGTH - REQUIRED_FIELD_MISSING - INVALID_FIELD_PATTERN
com.collabnet.ce.soap60.fault.InvalidOperationFault - if the operation is not allowed. See FaultSummary for detail for the following: - INVALID_OPTION_DISABLE_RESERVED_FIELD - INVALID_OPTION_DISABLE_IN_USE_FIELD
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
com.collabnet.ce.soap60.fault.DependencyViolationFault - if changing a status violates artifact dependency
java.rmi.RemoteExceptionFaultSummary
void addTextField(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String fieldName,
int displayColumns,
int displayLines,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
java.lang.String defaultValue,
java.lang.String helpText,
java.lang.String pattern)
throws java.rmi.RemoteException
sessionId - User session id.trackerId - The tracker to add the field to.fieldName - the name of the fielddisplayColumns - the width of the display areadisplayLines - the height of the display areaisRequired - if the field is requiredisDisabled - if the field is disabledisHiddenOnCreate - if the field is hidden when first createddefaultValue - default valuehelpText - The help text for the fieldpattern - The field validation pattern
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id or fieldData is invalid
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.VersionMismatchFault - if the object has been updated since this fieldDO was fetched
com.collabnet.ce.soap60.fault.IllegalArgumentFault - if the arguments are incorrectly specified
com.collabnet.ce.soap60.fault.InvalidOperationFault - if the operation is not allowed
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
java.rmi.RemoteException
void addSingleSelectChildField(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String fieldName,
java.lang.String[] fieldValues,
java.lang.String parentFieldId,
SoapNamedValues parentChildFieldValueMap,
java.lang.String helpText)
throws java.rmi.RemoteException
sessionId - User session id.trackerId - The tracker to add the field to.fieldName - the name of the fieldfieldValues - Array of valid field valuesparentFieldId - The id of the parent fieldparentChildFieldValueMap - soapNamedValues which keeps mapping between parent field values and child valueshelpText - the help text for the field
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id or fieldData is invalid
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.VersionMismatchFault - if the object has been updated since this fieldDO was fetched
com.collabnet.ce.soap60.fault.IllegalArgumentFault - if the arguments are incorrectly specified
com.collabnet.ce.soap60.fault.InvalidOperationFault - if the operation is not allowed
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
java.rmi.RemoteException
void addSingleSelectField(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String fieldName,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
java.lang.String[] fieldValues,
java.lang.String defaultValue,
java.lang.String helpText)
throws java.rmi.RemoteException
sessionId - User session id.trackerId - The tracker to add the field to.fieldName - the name of the fieldisRequired - if the field is requiredisDisabled - if the field is disabledisHiddenOnCreate - if the field is hidden when first createdfieldValues - Array of valid field valuesdefaultValue - default valuehelpText - the help text for the field
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id or fieldData is invalid
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.VersionMismatchFault - if the object has been updated since this fieldDO was fetched
com.collabnet.ce.soap60.fault.IllegalArgumentFault - if the arguments are incorrectly specified
com.collabnet.ce.soap60.fault.InvalidOperationFault - if the operation is not allowed
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
java.rmi.RemoteException
void addMultiSelectField(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String fieldName,
int displayLines,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
java.lang.String[] fieldValues,
java.lang.String[] defaultValues,
java.lang.String helpText)
throws java.rmi.RemoteException
sessionId - User session id.trackerId - The tracker to add the field to.fieldName - the name of the fielddisplayLines - the height of the display areaisRequired - if the field is requiredisDisabled - if the field is disabledisHiddenOnCreate - if the field is hidden when first createdfieldValues - possible valuesdefaultValues - default valueshelpText - the help text for the field
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id or fieldData is invalid
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.VersionMismatchFault - if the object has been updated since this fieldDO was fetched
com.collabnet.ce.soap60.fault.IllegalArgumentFault - if the arguments are incorrectly specified
com.collabnet.ce.soap60.fault.InvalidOperationFault - if the operation is not allowed
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
java.rmi.RemoteException
void addUserSelectField(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String fieldName,
int displayLines,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
java.lang.String[] defaultValues,
java.lang.String userFilter,
java.lang.String helpText)
throws java.rmi.RemoteException
sessionId - User session id.trackerId - The tracker to add the field to.fieldName - the name of the fielddisplayLines - the height of the display areaisRequired - if the field is requiredisDisabled - if the field is disabledisHiddenOnCreate - if the field is hidden when first createddefaultValues - default values for this field. Must be valid usernamesuserFilter - is the filterhelpText - The help text of the field
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id or fieldData is invalid
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.VersionMismatchFault - if the object has been updated since this fieldDO was fetched
com.collabnet.ce.soap60.fault.IllegalArgumentFault - if the arguments are incorrectly specified
com.collabnet.ce.soap60.fault.InvalidOperationFault - if the operation is not allowed
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
java.rmi.RemoteExceptionTrackerFieldSoapDO.FIELD_USER_FILTER_PROJECT_MEMBER,
TrackerFieldSoapDO.FIELD_USER_FILTER_ALL
void addDateField(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String fieldName,
boolean isRequired,
boolean isDisabled,
boolean isHiddenOnCreate,
java.lang.String helpText)
throws java.rmi.RemoteException
sessionId - User session id.trackerId - The tracker to add the field to.fieldName - the name of the fieldisRequired - if the field is requiredisDisabled - if the field is disabledisHiddenOnCreate - if the field is hidden when first createdhelpText - the help text of the field
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id or fieldData is invalid
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.VersionMismatchFault - if the object has been updated since this fieldDO was fetched
com.collabnet.ce.soap60.fault.IllegalArgumentFault - if the arguments are incorrectly specified
com.collabnet.ce.soap60.fault.InvalidOperationFault - if the operation is not allowed
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
java.rmi.RemoteException
void deleteField(java.lang.String sessionId,
java.lang.String objectId,
java.lang.String fieldId)
throws java.rmi.RemoteException
sessionId - User session id.objectId - Object (e.g. tracker).fieldId - the id of the field to delete
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id or fieldData is invalid
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.InvalidOperationFault - if the operation is not allowed.
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
java.rmi.RemoteException
TrackerFieldSoapDO[] getFields(java.lang.String sessionId,
java.lang.String trackerId)
throws java.rmi.RemoteException
sessionId - User session id.trackerId - The tracker for which to return field information.
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
java.rmi.RemoteException
void addSeparator(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String separatorType,
java.lang.String separatorLabel)
throws java.rmi.RemoteException
sessionId - User session id.trackerId - The tracker to add the separator to.separatorType - the type of the separator, either OrderedTrackerFieldSoapRow.ROW_SEPARATOR OrderedTrackerFieldSoapRow.COLUMN_SEPARATOR or OrderedTrackerFieldSoapRow.SECTION_SEPARATOR.separatorLabel - the label of the separator
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.IllegalArgumentFault - if the arguments are incorrectly specified
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
com.collabnet.ce.soap60.fault.ObjectAlreadyExistsFault - if a separator with the same id exists
java.rmi.RemoteException
void deleteSeparator(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String layoutId)
throws java.rmi.RemoteException
sessionId - User session id.trackerId - The tracker to delete the separator from.layoutId - the layout id of the separator. To get the layout id, use getOrderedTrackerFields.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.IllegalArgumentFault - if the arguments are incorrectly specified
com.collabnet.ce.soap60.fault.InvalidOperationFault - if the operation is not allowed
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
java.rmi.RemoteException
OrderedTrackerFieldSoapList getOrderedTrackerFields(java.lang.String sessionId,
java.lang.String trackerId)
throws java.rmi.RemoteException
sessionId - User session id.trackerId - The tracker for which to return field information.
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
java.rmi.RemoteException
void reorderTrackerFields(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String[] layoutIds)
throws java.rmi.RemoteException
sessionId - User session id.trackerId - Id of tracker which all the fields and the separators belong to.layoutIds - An array of layout ids which can be obtained by getOrderedTrackerFields(). Layout id is different from field id and some system fields and separators do not have field id but only layout id.
com.collabnet.ce.soap60.fault.InvalidSessionFault - When the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - When any of the specified object id is invalid.
com.collabnet.ce.soap60.fault.IllegalArgumentFault - If invalid argument value is passed.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - When the user has insufficient privileges.
com.collabnet.ce.soap60.fault.SystemFault - When an unexpected system level error occurs.
java.rmi.RemoteException
ArtifactSoapList getArtifactList(java.lang.String sessionId,
java.lang.String containerId,
SoapFilter[] filters)
throws java.rmi.RemoteException
filters) for filtering artifact lists.
sessionId - User session id.containerId - ID of a project or a tracker.filters - Array of filters to apply (null to return unfiltered list).
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.InvalidFilterFault - when the specified filters are invalid.
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
java.rmi.RemoteException
ArtifactDetailSoapList getCrossTrackerArtifactList(java.lang.String sessionId,
java.lang.String containerId,
SoapFilter[] filters,
java.lang.String[] selectedColumns)
throws java.rmi.RemoteException
sessionId - User session id.containerId - ID of a project or a tracker. (should not be null)filters - Array of filters to apply (null to return unfiltered list).selectedColumns - String array of column names to be selected (null to return all columns). See ArtifactSoapDO for column names constant values e.g. ArtifactSoapDO.COLUMN_CATEGORY
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.InvalidFilterFault - when the specified filters are invalid.
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
java.rmi.RemoteException
ArtifactDetailSoapList getArtifactDetailList(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String[] selectedColumns,
SoapFilter[] filters,
SoapSortKey[] sortKeys,
int startIndex,
int maxRows,
boolean exceptionIfExpiredCache,
boolean forceNewQuery)
throws java.rmi.RemoteException
This method makes use of server-side caching of the complete list in order to more efficiently return results for requests for subsequent "pages" of data. In normal usage, requesting a subsequent page of a given list will return data from this cache unless the cache has expired, in which case the query will transparently be re-executed before return the results. Note that this transparent re-execution can result in slight inconsistencies in the data, if the underlying data has changed. The exceptionIfExpiredCache and forceNewQuery flags can be used to tune cache behavior.
Caching is managed transparently by the application server, using the filters and selectedColumns parameters to identify subsequent requests for subsets of the same data set. The cache is associated with the user session. Note that the implementation may choose not to cache results if the entire list is being fetched (via specifying -1 for maxRows).
Note: You can't sort or filter by a non selected column.
See ArtifactSoapDO for column and filter names constant values: ArtifactSoapDO.COLUMN_TITLE, ArtifactSoapDO.COLUMN_ASSIGNED_TO, FILTER_PRIORITY, FILTER, FILTER_CATEGORY, etc.
sessionId - User session id.trackerId - Tracker id.selectedColumns - String array of column names to be selected (null to return all columns). See ArtifactSoapDO for column names constant values e.g. ArtifactSoapDO.COLUMN_CATEGORYfilters - Array of filters to apply (null to return unfiltered list). See ArtifactSoapDO for filters names constant values e.g. ArtifactSoapDO.FILTER_PRIORITY. Valid date formats are SoapFilter.DATE_FORMAT and SoapFilter.DATE_ONLY_FORMAT.sortKeys - Array of SortKey to apply (null to return a default order list that is by ID). See ArtifactSoapDO for column names constant values e.g. ArtifactSoapDO.COLUMN_PRIORITYstartIndex - The index from which to return the results.maxRows - The max quantity of elements to be returned (-1 will return the full list).exceptionIfExpiredCache - Causes the method to throw an exception if it doesn't have the results in the cache, rather than the default behavior of silently re-executing the query. This can be used if the caller is fetching paged data and wants to be assured that the pages are from one consistent snapshot of the data.forceNewQuery - force the re-execution of the query, ignoring any cached copy of the search result.
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.InvalidFilterFault - when the specified filters are invalid.
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
java.rmi.RemoteException
ArtifactSoapList findArtifacts(java.lang.String sessionId,
java.lang.String queryString,
java.lang.String projectId,
boolean searchAttachments)
throws java.rmi.RemoteException
sessionId - User session id.queryString - Query string.projectId - The project in which to find artifacts. (if null, search all projects)searchAttachments - Whether to search attachments.
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified project id is invalid.
com.collabnet.ce.soap60.fault.SearchQuerySyntaxFault - when the specified search query string is syntactically invalid.
com.collabnet.ce.soap60.fault.IllegalArgumentFault - when the specified query string is invalid.
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.
java.rmi.RemoteException
ArtifactSoapDO getArtifactData(java.lang.String sessionId,
java.lang.String artifactId)
throws java.rmi.RemoteException
sessionId - User session id.artifactId - Artifact id.
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
java.rmi.RemoteException
void setArtifactData(java.lang.String sessionId,
ArtifactSoapDO artifactData,
java.lang.String comment,
java.lang.String attachmentFileName,
java.lang.String attachmentMimeType,
java.lang.String attachmentFileId)
throws java.rmi.RemoteException
sessionId - User session id.artifactData - the data associated with the artifact at the given pathcomment - Comment associated with the change.attachmentFileName - Name of the attached file (or null)attachmentMimeType - Mime type of the attached file (or null)attachmentFileId - ID of the attached file (previously uploaded via *FileStorage service) or null
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.VersionMismatchFault - when the object data is stale.
com.collabnet.ce.soap60.fault.IllegalArgumentFault - when the artifact data is invalid.
com.collabnet.ce.soap60.fault.InconsistentFieldValueFault - when field hierarchy has been changed and the values are no longer valid.
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
com.collabnet.ce.soap60.fault.WorkflowViolationFault - when workflow rule is violated
com.collabnet.ce.soap60.fault.DependencyViolationFault - when dependency rule is violated
com.collabnet.ce.soap60.fault.PlanningFolderRuleViolationFault - when planning folder rule is violated
java.rmi.RemoteException
ArtifactSoapDO createArtifact(java.lang.String sessionId,
java.lang.String trackerId,
java.lang.String title,
java.lang.String description,
java.lang.String group,
java.lang.String category,
java.lang.String status,
java.lang.String customer,
int priority,
int estimatedEffort,
int remainingEffort,
boolean autosumming,
int points,
java.lang.String assignedUsername,
java.lang.String releaseId,
java.lang.String planningFolderId,
SoapFieldValues flexFields,
java.lang.String attachmentFileName,
java.lang.String attachmentMimeType,
java.lang.String attachmentFileId)
throws java.rmi.RemoteException
sessionId - User session id.title - Artifact title.description - Artifact description.group - Artifact group.category - Artifact category.status - Artifact status.customer - Customer.priority - Artifact priority.estimatedEffort - Estimated effort to close artifact.remainingEffort - Remaining effort to close artifact.autosumming - Determines whether autosumming should be enabled for the newly created artifact.points - The story points for this artifact.assignedUsername - User this artifact should be assigned to.releaseId - Release this artifact is assigned with.planningFolderId - planning folder, this artifact belongs toflexFields - Flex field values.trackerId - Tracker id.attachmentFileName - Name of the attached file (or null)attachmentMimeType - Mime type of the attached file (or null)attachmentFileId - ID of the attached file (previously uploaded via *FileStorage service) or null
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.IllegalArgumentFault - when the artifact data is invalid.
com.collabnet.ce.soap60.fault.InconsistentFieldValueFault - when field hierarchy has been changed and the values are no longer valid
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
java.rmi.RemoteException
ArtifactSoapDO moveArtifact(java.lang.String sessionId,
java.lang.String artifactId,
java.lang.String targetFolderId,
java.lang.String newAssignee)
throws java.rmi.RemoteException
sessionId - User session id.artifactId - ID of artifact to move.targetFolderId - Target folder ID.newAssignee - The username to assign the newly moved artifact to.
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the sessionId is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when permission is denied for the specified operation.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object is invalid.
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system error occurs.
com.collabnet.ce.soap60.fault.IllegalArgumentFault - when an invalid argument is passed in.
com.collabnet.ce.soap60.fault.PlanningFolderRuleViolationFault - when planning folder rule is violated
java.rmi.RemoteException
void deleteArtifact(java.lang.String sessionId,
java.lang.String artifactId)
throws java.rmi.RemoteException
sessionId - User session id.artifactId - Artifact id.
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.
java.rmi.RemoteException
WorkflowTransitionSoapList getAllowedWorkflowTransitionList(java.lang.String sessionId,
java.lang.String trackerId)
throws java.rmi.RemoteException
sessionId - User session id.trackerId - Tracker id.
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.
com.collabnet.ce.soap60.fault.SystemFault - when ...
java.rmi.RemoteException
void copyWorkflowTransitions(java.lang.String sessionId,
java.lang.String srcTrackerId,
java.lang.String dstTrackerId)
throws java.rmi.RemoteException
sessionId - User session id.srcTrackerId - Tracker id.dstTrackerId - Tracker id.
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.WorkflowViolationFault - when the copy of workflow transition cannot be completed
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.
java.rmi.RemoteException
void createArtifactDependency(java.lang.String sessionId,
java.lang.String originId,
java.lang.String targetId,
java.lang.String desc)
throws java.rmi.RemoteException
sessionId - User session id.originId - Origin artifact id.targetId - Target artifact id.desc - Description for the dependency.
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.WorkflowViolationFault - when the copy of workflow transition cannot be completed
com.collabnet.ce.soap60.fault.DependencyViolationFault - when the creation of the dependency causes violation
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.
java.rmi.RemoteException
void removeArtifactDependency(java.lang.String sessionId,
java.lang.String originId,
java.lang.String targetId)
throws java.rmi.RemoteException
sessionId - User session id.originId - Origin artifact id.targetId - Target artifact id.
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.WorkflowViolationFault - when the copy of workflow transition cannot be completed
com.collabnet.ce.soap60.fault.DependencyViolationFault - when the creation of the dependency causes violation
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.
com.collabnet.ce.soap60.fault.NoSuchRelationshipFault - when ...
java.rmi.RemoteException
void setArtifactRank(java.lang.String sessionId,
java.lang.String planningFolderId,
java.lang.String artfToRankId,
java.lang.String artfBeforeId,
java.lang.String artfAfterId)
throws java.rmi.RemoteException
The ranking will be invalid if it doesn't respect certain rules:
- artifacts cannot be ranked relative to other artifacts unless at least one of the following is true:
- all specified artifacts must belong to the same project as the specified planning folder.
As of TeamForge 5.4, this operation requires the Planning Folder Admin permission; edit permission on the trackers involved is not sufficient. In the future, a distinct role permission for rank operations may be defined.
sessionId - User session id.planningFolderId - the id of the planning folder in which we are doing the rankartfToRankId - the artifact to rankartfBeforeId - the artifact that should be before itartfAfterId - the artifact that should be after it
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when one of the specified object id is invalid.
com.collabnet.ce.soap60.fault.IllegalArgumentFault - when the specified id is invalid.
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.
com.collabnet.ce.soap60.fault.InvalidRankFault - when the requested rank operation is invalid
java.rmi.RemoteException
ArtifactDependencySoapList getChildDependencyList(java.lang.String sessionId,
java.lang.String artifactId)
throws java.rmi.RemoteException
sessionId - User session id.artifactId - Artifact id.
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.WorkflowViolationFault - when the copy of workflow transition cannot be completed
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.
java.rmi.RemoteException
ArtifactDependencySoapList getParentDependencyList(java.lang.String sessionId,
java.lang.String artifactId)
throws java.rmi.RemoteException
sessionId - User session id.artifactId - Artifact id.
com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - when the user has insufficient privileges.
com.collabnet.ce.soap60.fault.WorkflowViolationFault - when the copy of workflow transition cannot be completed
com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.
java.rmi.RemoteException
void reorderTrackers(java.lang.String sessionId,
java.lang.String[] trackerIds)
throws java.rmi.RemoteException
sessionId - User session id.trackerIds - An array of the tracker ids in their new order. All the tracker ids must belong to the same project
com.collabnet.ce.soap60.fault.InvalidSessionFault - When the specified session id is invalid.
com.collabnet.ce.soap60.fault.NoSuchObjectFault - When any of the specified object id is invalid.
com.collabnet.ce.soap60.fault.PermissionDeniedFault - When the user has insufficient privileges.
com.collabnet.ce.soap60.fault.SystemFault - When an unexpected system level error occurs.
com.collabnet.ce.soap60.fault.IllegalArgumentFault - If invalid argument value is passed.
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||