| java.lang.Object | |
| ↳ | org.mule.modules.LiquidPlannerConnector |
Known Direct Subclasses
|
Known Indirect Subclasses
|
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.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| client | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Connect
| |||||||||||
Are we connected
| |||||||||||
Creates a
Client
| |||||||||||
Creates a
Comment
| |||||||||||
Creates a
Document
NOTE: due to unresolved issues in the LiquidPlanner API this
message processor is not returning a Java Object. | |||||||||||
Creates a
Event
| |||||||||||
Creates a
Folder
| |||||||||||
Creates a
Link
| |||||||||||
Creates particular
Milestone
| |||||||||||
Creates a
LPPackage
| |||||||||||
Create a new Project
| |||||||||||
Creates a task
| |||||||||||
Deletes a
Client
| |||||||||||
Deletes a
Comment
| |||||||||||
Deletes a
Document
| |||||||||||
Deletes a
Event
| |||||||||||
Deletes a
Folder
| |||||||||||
Deletes a
Link
| |||||||||||
Deletes a particular
Milestone
| |||||||||||
Deletes a
LPPackage
| |||||||||||
Deletes a particular
Project
| |||||||||||
Deletes a task
| |||||||||||
Disconnect
| |||||||||||
Retrieves all the
Document in the workspace
| |||||||||||
Duplicates a particular
Project
| |||||||||||
Retrieves all the
Activity in the workspace
| |||||||||||
Retrieves a particular
Activity
| |||||||||||
Retrieves all the
CheckListItem in the workspace
| |||||||||||
Retrieves all the
CheckListItem in the workspace
| |||||||||||
Retrieve a particular
Client
| |||||||||||
Retrieves all the
Client in the workspace
| |||||||||||
Retrieves a particular
Comment
| |||||||||||
Retrieves all the
Comment in the workspace
| |||||||||||
Retrieves a particular
CustomField
| |||||||||||
Retrieves all the
CustomField in the workspace
| |||||||||||
Retrieves a particular
Document
| |||||||||||
Retrieves all the
Document in the workspace
| |||||||||||
Retrieves a particular
Event
| |||||||||||
Retrieves all the
CheckListItem related to an event
| |||||||||||
Retrieves all the
Comment related to an event
| |||||||||||
Retrieves all the
Document related to an event
| |||||||||||
Retrieves all the
Link related to an event
| |||||||||||
Retrieves all the
TimesheetEntry related to an event
| |||||||||||
Retrieves all the
Event in the workspace
| |||||||||||
Retrieves a particular
Folder
| |||||||||||
Retrieves all the
Folder in the workspace
| |||||||||||
Retrieves a particular
Link
| |||||||||||
Retrieves all the
Link in the workspace
| |||||||||||
Return a particular member
| |||||||||||
Return a list of member
| |||||||||||
Retrieves a particular
Milestone
| |||||||||||
Retrieves all the
Milestone in the workspace
| |||||||||||
Retrieves a particular
LPPackage
| |||||||||||
Retrieves all the
Dependency for a particular LPPackage
| |||||||||||
Retrieves all the
LPPackage in the workspace
| |||||||||||
Return a particular projects
| |||||||||||
Return a particular projects
| |||||||||||
Return a list of projects
| |||||||||||
Retrieves a particular tasks in the workspace
| |||||||||||
Retrieves all the existing tasks in the workspace
| |||||||||||
Return a time sheets
| |||||||||||
Return a list of time sheets entries
| |||||||||||
Return a time sheet entry
| |||||||||||
Return a list of the time sheets
| |||||||||||
Get all the Tree items related to a workspace
| |||||||||||
Retrieves all the
Workspace releted to the account
| |||||||||||
Retrieves a particular
Workspace
| |||||||||||
Are we connected
| |||||||||||
Updates a
Client
| |||||||||||
Updates a
Comment
| |||||||||||
Updates a
Document
| |||||||||||
Updates a
Event
| |||||||||||
Updates a
Folder
| |||||||||||
Updates a
Link
| |||||||||||
Updates a particular
Milestone
| |||||||||||
Updates a
LPPackage
| |||||||||||
Updates a particular
Project
| |||||||||||
Updates a task
| |||||||||||
Connect
| username | A username |
|---|---|
| password | A password |
| ConnectionException |
|---|
Are we connected
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.
| workSpaceId | The id of the workspace |
|---|---|
| entity | The type to which the document should be created against |
| entityId | The id of the entity |
| fileName | The name of the file to assign to the document |
| fileDescription | A description for the document @ fileInputStream the |
| fileInputStream | For the document to be uploaded |
Create a new Project
| workSpaceId | The id of the workspace |
|---|---|
| project | The project entity you're trying to create |
Project
Disconnect
Retrieves all the CheckListItem in the workspace
| workSpaceId | The id of the workspace |
|---|---|
| checkListItemId | The id of the checklistitem |
CheckListItem
Retrieves all the CheckListItem in the workspace
| workSpaceId | The id of the workspace |
|---|
CheckListItem
Retrieves a particular CustomField
| workSpaceId | The id of the workspace |
|---|---|
| customFieldId | The id of the custom field |
Retrieves all the CustomField in the workspace
| workSpaceId | The id of the workspace |
|---|
CustomField
Retrieves all the CheckListItem related to an event
| workSpaceId | The id of the workspace |
|---|---|
| eventId | The id of the event |
CheckListItem
Retrieves all the TimesheetEntry related to an event
| workSpaceId | The id of the workspace |
|---|---|
| eventId | The id of the event |
TimesheetEntry
Return a particular member
| workSpaceId | The id of the workspace |
|---|---|
| memberId | The id of the member you are looking for |
Return a list of member
| workSpaceId | Content to be processed |
|---|
Retrieves all the Dependency for a particular LPPackage
| workSpaceId | The id of the workspace |
|---|---|
| packageId | The id of the package |
Dependency
Return a particular projects
| workSpaceId | The id of the workspace |
|---|---|
| projectId | The id of the project you are looking for |
Return a particular projects
| workSpaceId | The id of the workspace |
|---|---|
| projectId | The id of the project you are looking for |
Return a list of projects
| workSpaceId | The id of the workspace |
|---|
Return a time sheets
| workSpaceId | Content to be processed |
|---|---|
| timesheetId | The id of the timesheet |
Return a list of time sheets entries
| workSpaceId | Content to be processed |
|---|---|
| filters | The list of Filter to run through the search |
Return a time sheet entry
| workSpaceId | Content to be processed |
|---|---|
| timesheetEntryId | The id of the timesheet entry |
Return a list of the time sheets
| workSpaceId | Content to be processed |
|---|---|
| filters | The list of Filter to run through the search |
Get all the Tree items related to a workspace
| workSpaceId | The id of the workspace |
|---|
TreeItem list
Are we connected