Interface | Description |
---|---|
IRequest |
A common interface for all request parameter to web-service methods.
|
IResponse |
The common interface for all responses to any request to the web service.
|
Class | Description |
---|---|
WSAccessBean | |
WSAccountBean |
A web service class corresponding to
com.aurel.track.beans.TAccountBean in the core. |
WSAttachmentBean |
This bean class is a container for attachments.
|
WSBaseOptionsContainer |
Contains the selection options for selection boxes for the current user.
|
WSBudgetBean |
This class contains all work and budget related attributes.
|
WSComment |
This class is a container for issue comments.
|
WSCommentEdit |
This class is a container for editable issue comments.
|
WSConsInfEdit |
This class offers access to the list of consulted and informed for an project
and issue type.
|
WSConsInfShow |
This class offers access to the list of consulted and informed for a project
and issue type.
|
WSCostBean |
This class contains actual expense (cost or work) incurred for an issue.
|
WSCustomFieldDisplayValue | |
WSCustomFieldValue | |
WSDisplayItemBean |
An wrapper for item bean
this class contains an item bean ant the display values for fields
The display value for a field is obtained from showValues. |
WSEditItemContextBean |
The editable item context
Contains all information needed to edit an item in given context
Only present fields in the form are loaded
|
WSEstimatedBudgetBean |
An web service class corresponding to TActualEstimatedBudgetBean
|
WSExecuteReportContext |
Context need to execute a report:
-id of template
-data source
-parameters
|
WSField |
A class used to represent a custom field
|
WSFieldOptions |
A bean that contains the drop-down options for field of type select
|
WSFieldsConfigBean |
Contains the fields configuration for different project and issueTpe
|
WSFieldSettingsBean |
The setting for the field:
-required or not
-visible/hidden
-validators
-etc
|
WSFormBean |
An web service bean used to represent a screen form
TScreenBean |
WSFormFieldBean |
A bean class used to represent a screen field
|
WSFormPanelBean |
WS bean used to represent a panel
TScreenPanelBean |
WSFormTabBean |
Web service bean used to represent a tab screen
TScreenTabBean |
WSGroupBean |
This class holds base information from group
|
WSGroupEditBean |
This class holds all information from group
|
WSHistoryValues |
The generic history values bean
|
WSIncomingEmailBean | |
WSIntegerStringBean | |
WSItemBean |
This class represents an item bean.
|
WSItemContextBean |
WS bean used to represent the context for an editable item
WorkItemContext |
WSItemHistoryBean |
Contains the history of an item
|
WSItemLinkBean |
This class represent an item link bean
|
WSKeyValueBean | |
WSLabelValueBean | |
WSListBean | |
WSListOptionBean | |
WSLogonBean |
This class represents a bean which holds information for user login.
|
WSOptionBean | |
WSParameter | |
WSPersonBean |
This class holds base information that is known about a user, like
his first and last name, e-mail,
and so on.
|
WSPersonEditBean |
This class holds all information that is known about a user, like
his first and last name, e-mail, encrypted password, his preferences,
and so on.
|
WSPersonEditWithContext |
An wrapper class over an person, contains the person and options
|
WSProjectEditBean |
This class holds information that is known about a project
|
WSProjectEditWithContext | |
WSQueryConfigBean |
This class contains a query filter configuration.
|
WSQueryInfoBean |
This bean contains information about a single query statement.
|
WSQueryResultItemBean |
This class represents a single row of a query result.
|
WSReportConfiguration | |
WSRequest |
A default implementation for IRequest
|
WSRequestAttachment |
A request wrapper over a
WSAttachmentBean . |
WSRequestComment |
A request wrapper over a
WSComment . |
WSRequestCopyItem |
An request class for copy an item
|
WSRequestDeleteComments |
A request wrapper over an array of string
|
WSRequestDeleteItemLinks | |
WSRequestExecuteReport |
A request for execution an report
|
WSRequestGroupAssigment | |
WSRequestGroupEdit | |
WSRequestItem |
A request wrapper over a
WSItemBean |
WSRequestItemContext |
A request wrapper over a
WSItemContextBean |
WSRequestItemLink | |
WSRequestItemLinkEdit | |
WSRequestItemLocation |
This class represent a request wrapper over a item locatio:
contains the project id and issue type id
|
WSRequestList | |
WSRequestLogon |
A request that contains an WSLogonBean used to login in the web-service
|
WSRequestMoveItem |
An request wrapper used to move an item to other project and issuetype
|
WSRequestNewItemChild | |
WSRequestOption | |
WSRequestOptionArray | |
WSRequestPersonEdit | |
WSRequestProjectEdit | |
WSRequestQueryConfig |
A request wrapper over a
WSQueryConfigBean |
WSRequestReplaceAndDelete |
An request that incapsulate an String
|
WSRequestRoleAssignmentEdit | |
WSRequestString |
An request that incapsulate an String
|
WSRequestStringArray |
A request wrapper over an array of string
|
WSResponse |
The generic response to any request to the web-service.
|
WSResponseAttachment |
This class wraps a
WSAttachmentBean response object
together with a response status code and error messages. |
WSResponseAttachmentArray |
This class wraps a
WSAttachmentBean array response object
together with a response status code and error messages. |
WSResponseBaseOptionsContainer |
This class wraps a
WSBaseOptionsContainer response object
together with a response status code and error messages. |
WSResponseBoolean |
This class wraps a Boolean response object
together with a response status code and error messages.
|
WSResponseCommentArray |
This class wraps a
WSCommentEdit response object
together with a response status code and error messages. |
WSResponseDisplayItem |
This class wraps a
WSDisplayItemBean response object
together with a response status code and error messages. |
WSResponseDownloadAttachment |
This class wraps a
DataHandler response object
together with a response status code and error messages. |
WSResponseEditItemContext |
This class wraps a
WSEditItemContextBean response object
together with a response status code and error messages. |
WSResponseFieldArray |
This class wraps a
WSField array response object
together with a response status code and error messages. |
WSResponseFieldsConfig |
This class wraps a
WSFieldsConfigBean response object
together with a response status code and error messages. |
WSResponseForm |
A replay wrapper over a
WSFormBean |
WSResponseGroupArray | |
WSResponseGroupEdit | |
WSResponseItem |
This class wraps a
WSItemBean response object
together with a response status code and error messages. |
WSResponseItemContext |
An replay wrapper over an
WSItemContextBean |
WSResponseItemContextArray |
This class wraps a
WSItemContextBean array response object
together with a response status code and error messages. |
WSResponseItemHistory |
This class wraps a
WSItemHistoryBean array response object
together with a response status code and error messages. |
WSResponseItemLink |
This class wraps a
WSItemLinkBean response object
together with a response status code and error messages. |
WSResponseItemLinkArray |
This class wraps a
WSItemLinkBean array response object
together with a response status code and error messages. |
WSResponseLabelValueBeanArray |
This class wraps a
WSLabelValueBean array response object
together with a response status code and error messages. |
WSResponseList | |
WSResponseListArray | |
WSResponseListOptionArray | |
WSResponseOptionArray | |
WSResponseParameterArray | |
WSResponsePerson |
This class wraps a
WSPersonBean response object
together with a response status code and error messages. |
WSResponsePersonArray | |
WSResponsePersonEdit | |
WSResponsePersonEditWithContext | |
WSResponseProjectEdit | |
WSResponseProjectEditWithContext | |
WSResponseQueryConfig |
This class wraps a
WSQueryConfigBean response object together with a response status
code and error messages. |
WSResponseQueryResult |
This class wraps a
WSQueryResultItemBean array response object
together with a response status code and error messages. |
WSResponseReportConfiguration | |
WSResponseRoleAssignmentArray | |
WSResponseString |
A response wrapper over a string value.
|
WSResponseStringArray |
This class wraps a string array response object together with a response status
code and error messages.
|
WSResponseTreeNodeArray | |
WSRoleAssignmentBean | |
WSRoleAssignmentEditBean | |
WSSortedOptionBean |
An option comparable by sortOrderValue
|
WSStateOptionBean |
The state bean
|
WSTimeAndCost | |
WSTQLEditBean |
This class provides space for handling definition and storage of a
TQL query expression.
|
WSTQLQueryBean |
This class holds a TQL query string and the desired export format, like
XML, Excel csv, or HTML.
|
WSTreeNode |