| Namespace | http://www.mulesoft.org/schema/mule/liquidplanner |
|---|---|
| Schema Location | http://www.mulesoft.org/schema/mule/liquidplanner/current/mule-liquidplanner.xsd (View Schema) |
| Schema Version | 1.0 |
| Minimum Mule Version | 3.2 |
LiquidPlanner is a platform-independent, online project management system which features ranged estimates (e.g. 3–5 days) to express the uncertainty in project schedules.This collaborative software is accessible via modern web-browsers and mobile applications for iPhone, iPad, and Android operating system-based devices.
| Configuration | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Configure an instance of this module
| |||||||||||
To use the this module within a flow the namespace to the module must be included. The resulting flow will look similar to the following:
<mule xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:liquidplanner="http://www.mulesoft.org/schema/mule/liquidplanner"
xsi:schemaLocation="
http://www.mulesoft.org/schema/mule/core
http://www.mulesoft.org/schema/mule/core/current/mule.xsd
http://www.mulesoft.org/schema/mule/liquidplanner
http://www.mulesoft.org/schema/mule/liquidplanner/current/mule-liquidplanner.xsd">
<!-- here goes your flows and configuration elements -->
</mule>
This connector offers automatic connection management via the use of a connection pool. The pool will act a storage mechanism for all the connections that are in-use by the user of this connector.
Prior to execution of a processor, the connector will attempt to lookup an already established connection and if one doesn't exists it will create one. That lookup mechanism is done in the connection pool via the use of connection variables declared as keys.
The user of the connector can configure the pool by adding a connection-pooling-profile to the connector configuration like this:
<liquidplanner:connection-pooling-profile maxActive="10" maxIdle="10"
exhaustedAction="WHEN_EXHAUSTED_GROW" maxWait="120" minEvictionMillis="60000" evictionCheckIntervalMillis="30000"/>
The following is a list of connection attributes, each connection attribute can be configured at the config element level or they can also be added to each processor. If they are used at the processor level they get the benefit of full expression resolution.
| Connection Attributes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
| Optional. Specify which configuration to use. | |||||||||||
| A username | String | */* | UTF-8 | ||||||||
| A password | String | */* | UTF-8 | ||||||||
Reconnection Strategies specify how a connector behaves when its connection fails. You can control how Mule attempts to reconnect by specifying a number of criteria:
With a reconnection strategy, you can better control the behavior of a failed connection, by configuring it, for example, to re-attempt the connection only once every 15 minutes, and to give up after 30 attempts. You can also send an automatic notification to your IT administrator whenever this reconnection strategy goes into effect. You can even define a strategy that attempts to reconnect only during business hours. Such a setting can prove useful if your server is frequently shut down for nightly maintenance.
A reconnection strategy that allows the user to configure how many times a reconnection should be attempted and how long to wait between attempts.
<liquidplanner:config>
<reconnect count="5" frequency="1000"/>
</liquidplanner:config>
| Reconnect Attributes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Name | Default Value | Description | |||||||||
| Optional. How often (in ms) to reconnect | |||||||||||
| Optional. How many reconnection attempts to make | |||||||||||
For more information about reconnection strategies in Mule, or even how to write your own custom reconnection strategy please check this section.
Creates a Client
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The the client | Client | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Creates a Comment
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The comment to be created | Comment | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Creates a Document
NOTE: due to unresolved issues in the LiquidPlanner API this
message processor is not returning a Java Object. Instead the processor
is returning a String which is the JSON representation of the object that
the LiquidPlanner API is actually returning.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The type to which the document should be created against | ServiceEntity | */* | |||||||||
| The id of the entity | String | */* | UTF-8 | ||||||||
| The name of the file to assign to the document | String | */* | UTF-8 | ||||||||
| A description for the document @ fileInputStream the | String | */* | UTF-8 | ||||||||
| For the document to be uploaded | InputStream | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | a string representation of the document |
Creates a Event
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The event | Event | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Creates a Folder
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
The Folder to be created |
Folder | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Creates a Link
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The link to be created | Link | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Creates particular Milestone
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
The Milestone |
Milestone | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Creates a LPPackage
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
The LPPackage to be created |
LPPackage | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Create a new Project
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The project entity you're trying to create | Project | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Creates a task
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
The Task to be created |
Task | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Deletes a Client
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the client | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Deletes a Comment
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the comment | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Deletes a Document
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the document to be deleted | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Deletes a Event
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of event | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Deletes a Folder
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
The id of the Folder to be deleted |
String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Deletes a Link
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the link to be deleted | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Deletes a particular Milestone
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
The id of the Milestone |
String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Deletes a LPPackage
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
The id of the LPPackage to be updated |
String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Deletes a particular Project
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The project id to delete | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Deletes a task
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
The id of the Task to be deleted |
String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves all the Document in the workspace
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the document | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| InputStream | the input stream for the actual document represented by a
Document
|
Duplicates a particular Project
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the source project | String | */* | UTF-8 | ||||||||
| The id of the parent destination | String | */* | UTF-8 | ||||||||
| The name of the new project | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves all the Activity in the workspace
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves a particular Activity
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the activity | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves all the CheckListItem in the workspace
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the checklistitem | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| CheckListItem | a list of CheckListItem
|
Retrieves all the CheckListItem in the workspace
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CheckListItem> | a list of CheckListItem
|
Retrieve a particular Client
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the client | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the client | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the client | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the client | String | */* | UTF-8 | ||||||||
| The id of the estimate | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the client | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the client | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the client | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves all the Client in the workspace
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves a particular Comment
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the comment | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves all the Comment in the workspace
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves a particular CustomField
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the custom field | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| CustomField | a CustomField
|
Retrieves all the CustomField in the workspace
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CustomField> | a list of CustomField
|
Retrieves a particular Document
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the document | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves all the Document in the workspace
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves a particular Event
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the event | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves all the CheckListItem related to an event
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the event | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CheckListItem> | a list of CheckListItem
|
Retrieves all the Comment related to an event
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the event | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves all the Document related to an event
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the event | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves all the Link related to an event
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the event | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves all the TimesheetEntry related to an event
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the event | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<TimesheetEntry> | a list of TimesheetEntry
|
Retrieves all the Event in the workspace
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves a particular Folder
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the folder | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves all the Folder in the workspace
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves a particular Link
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the link | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves all the Link in the workspace
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Return a particular member
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the member you are looking for | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Member | a JSON string representing the member |
Return a list of member
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Content to be processed | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Member> | a JSON string representing a list of members |
Retrieves a particular Milestone
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the milestone | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves all the Milestone in the workspace
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves a particular LPPackage
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the package | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the package | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves all the Dependency for a particular LPPackage
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the package | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Dependency> | a list of Dependency
|
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the package | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the package | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the package | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the package | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves all the LPPackage in the workspace
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Return a particular projects
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the project you are looking for | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Project | a JSON string representing the member |
Return a particular projects
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The id of the project you are looking for | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Comment> | a JSON string representing the project comments |
Return a list of projects
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<Project> | a JSON string representing list of projects member |
Retrieves a particular tasks in the workspace
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
The id of the Task to retrieve |
String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
The id of the Task to be deleted |
String | */* | UTF-8 | ||||||||
The id of the Timesheet |
String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
The id of the Task to be deleted |
String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves all the existing tasks in the workspace
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Return a time sheets
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Content to be processed | String | */* | UTF-8 | ||||||||
| The id of the timesheet | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| Timesheet | Some string |
Return a list of time sheets entries
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Content to be processed | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
Optional. The list of Filter to run through the search |
List<Filter> |
| Return Type | Description |
|---|---|
| List<TimesheetEntry> | Some string |
Return a time sheet entry
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Content to be processed | String | */* | UTF-8 | ||||||||
| The id of the timesheet entry | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| TimesheetEntry | Some string |
Return a list of the time sheets
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Content to be processed | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
Optional. The list of Filter to run through the search |
List<Filter> |
| Return Type | Description |
|---|---|
| List<Timesheet> | Some string |
Get all the Tree items related to a workspace
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | a TreeItem list
|
Retrieves all the Workspace releted to the account
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Retrieves a particular Workspace
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Updates a Client
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The the client | Client | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Updates a Comment
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The comment to be updated | Comment | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Updates a Document
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
The Document to be updated |
Document | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Updates a Event
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The event | Event | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Updates a Folder
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
The Folder to be updated |
Folder | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Updates a Link
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The link to be updated | Link | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Updates a particular Milestone
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
The Milestone |
Milestone | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Updates a LPPackage
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
The LPPackage to be updated |
LPPackage | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Updates a particular Project
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
| The project to update | Project | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||
Updates a task
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the workspace | String | */* | UTF-8 | ||||||||
The Task to be updated |
Task | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. A username | String | */* | UTF-8 | ||||||||
| Optional. A password | String | */* | UTF-8 | ||||||||