| java.lang.Object | ||
| ↳ | org.mule.LiquidPlanner.client.services.impl.AbstractServiceClient | |
| ↳ | org.mule.LiquidPlanner.client.services.impl.ProjectServiceClient | |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | API_COMMENT_PATH | ||||||||||
| String | API_DEPENDENCY_PATH | ||||||||||
| String | API_DOCUMENT_PATH | ||||||||||
| String | API_ESTIMATE_PATH | ||||||||||
| String | API_LINK_PATH | ||||||||||
| String | API_MOVE_AFTER_PATH | ||||||||||
| String | API_MOVE_BEFORE_PATH | ||||||||||
| String | API_NOTE_PATH | ||||||||||
| String | API_TRACK_TIME_PATH | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.LiquidPlanner.client.services.impl.AbstractServiceClient
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.LiquidPlanner.client.services.impl.AbstractServiceClient
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new Project.
| |||||||||||
Retrieve a particular
Project. | |||||||||||
Retrieve the comments related to a particular ProjectId.
| |||||||||||
Retrieve List of
Project. | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is called by getBaseURL for the user to extend the base URL
of its ServiceClient implementation.
| |||||||||||
This method is called by getBuilder before the creation of the
Client.
| |||||||||||
This method is called by getBuilder before the creation of the
Client.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.LiquidPlanner.client.services.impl.AbstractServiceClient
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.mule.LiquidPlanner.client.services.ProjectService
| |||||||||||
| user | |
|---|---|
| password |
Create a new Project.
| workSpaceId | |
|---|---|
| project |
Retrieve a particular Project.
| workSpaceId | |
|---|---|
| projectId |
Retrieve the comments related to a particular ProjectId.
| workSpaceId | |
|---|---|
| projectId |
Retrieve List of Project.
| workSpaceId |
|---|
This method is called by getBaseURL for the user to extend the base URL of its ServiceClient implementation.
| baseUrl | The URL created by getBaseURL |
|---|
This method is called by getBuilder before the creation of the Client. The ClientConfig is used to create the Client.
This method is called by getBuilder before the creation of the Client. The ClientFilter is used to create the Client. If there are no ClientFilter to be added just return null.