| Public Methods |
|
Client
|
createClient(String workSpaceId, Client client)
|
|
Comment
|
createComment(String workSpaceId, Comment comment)
|
|
String
|
createDocument(String workSpaceId, ServiceEntity entity, String entityId, String fileName, String fileDescription, InputStream fileInputStream)
|
|
Event
|
createEvent(String workSpaceId, Event event)
|
|
Folder
|
createFolder(String workSpaceId, Folder folder)
|
|
Link
|
createLink(String workSpaceId, Link link)
|
|
Milestone
|
createMilestone(String workSpaceId, Milestone milestone)
|
|
LPPackage
|
createPackage(String workSpaceId, LPPackage aPackage)
|
|
Project
|
createProject(String workSpaceId, Project project)
Create a new Project.
|
|
Task
|
createTask(String workSpaceId, Task task)
Create a Task
|
|
Client
|
deleteClient(String workSpaceId, String id)
|
|
Comment
|
deleteComment(String workSpaceId, String commentId)
|
|
Document
|
deleteDocument(String workSpaceId, String id)
|
|
Event
|
deleteEvent(String workSpaceId, String commentId)
|
|
Folder
|
deleteFolder(String workSpaceId, String id)
|
|
Link
|
deleteLink(String workSpaceId, String id)
|
|
Milestone
|
deleteMilestone(String workSpaceId, String id)
|
|
LPPackage
|
deletePackage(String workSpaceId, String id)
|
|
Project
|
deleteProject(String workSpaceId, String id)
|
|
Task
|
deleteTask(String workSpaceId, String taskId)
|
|
InputStream
|
downloadDocument(String workSpaceId, String documentId)
|
|
List<Activity>
|
getActivities(String workSpaceId)
|
|
Activity
|
getActivity(String workSpaceId, String activityId)
|
|
CheckListItem
|
getCheckListItem(String workSpaceId, String checkListItemId)
|
|
List<CheckListItem>
|
getCheckListItems(String workSpaceId)
|
|
Client
|
getClient(String workSpaceId, String clientId)
|
|
List<Comment>
|
getClientComments(String workSpaceId, String clientId)
|
|
List<Document>
|
getClientDocuments(String workSpaceId, String clientId)
|
|
Estimate
|
getClientEstimate(String workSpaceId, String clientId, String estimateId)
|
|
List<Estimate>
|
getClientEstimates(String workSpaceId, String clientId)
|
|
List<Link>
|
getClientLinks(String workSpaceId, String clientId)
|
|
Note
|
getClientNote(String workSpaceId, String clientId)
|
|
List<Client>
|
getClients(String workSpaceId)
|
|
Comment
|
getComment(String workSpaceId, String commentId)
|
|
List<Comment>
|
getComments(String workSpaceId)
|
|
CustomField
|
getCustomField(String workSpaceId, String customFieldId)
|
|
List<CustomField>
|
getCustomFields(String workSpaceId)
|
|
Document
|
getDocument(String workSpaceId, String documentId)
|
|
List<Document>
|
getDocuments(String workSpaceId)
|
|
Event
|
getEvent(String workSpaceId, String eventId)
|
|
List<CheckListItem>
|
getEventCheckListItems(String workSpaceId, String eventId)
|
|
List<Comment>
|
getEventComments(String workSpaceId, String eventId)
|
|
List<Document>
|
getEventDocuments(String workSpaceId, String eventId)
|
|
List<Link>
|
getEventLinks(String workSpaceId, String eventId)
|
|
List<TimesheetEntry>
|
getEventTimesheetEntries(String workSpaceId, String eventId)
|
|
List<Event>
|
getEvents(String workSpaceId)
|
|
Folder
|
getFolder(String workSpaceId, String folderId)
|
|
List<Folder>
|
getFolders(String workSpaceId)
|
|
Link
|
getLink(String workSpaceId, String linkId)
|
|
List<Link>
|
getLinks(String workSpaceId)
|
|
Member
|
getMember(String workspaceId, String memeberId)
Retrieve a particular member
|
|
List<Member>
|
getMembers(String workspaceId)
Retrieve all the members related to a workspace
|
|
Milestone
|
getMilestone(String workSpaceId, String mileStoneId)
|
|
List<Milestone>
|
getMilestones(String workSpaceId)
|
|
LPPackage
|
getPackage(String workSpaceId, String packageId)
Retrieve a particular package
|
|
List<Comment>
|
getPackageComments(String workSpaceId, String packageId)
|
|
List<Dependency>
|
getPackageDependencies(String workSpaceId, String packageId)
|
|
List<Document>
|
getPackageDocuments(String workSpaceId, String packageId)
|
|
List<Estimate>
|
getPackageEstimates(String workSpaceId, String packageId)
|
|
List<Link>
|
getPackageLinks(String workSpaceId, String packageId)
|
|
List<Note>
|
getPackageNote(String workSpaceId, String packageId)
|
|
List<LPPackage>
|
getPackages(String workSpaceId, List<Filter> filters)
Retrieve all the packages related to a workspace
|
|
Project
|
getProject(String workSpaceId, String projectId)
|
|
List<Comment>
|
getProjectComments(String workSpaceId, String projectId)
Retrieve the comments related to a particular ProjectId.
|
|
List<Project>
|
getProjects(String workSpaceId)
|
|
Task
|
getTask(String workSpaceId, String taskId)
Retrieves a particular task related to a workspace
|
|
Timesheet
|
getTaskTimesheet(String workSpaceId, String taskId, String timesheetId)
Retrieves a particular time sheets
|
|
List<Timesheet>
|
getTaskTimesheets(String workSpaceId, String taskId, List<Filter> filters)
Retrieves time sheets related to a particular task
|
|
List<Task>
|
getTasks(String workSpaceId, List<Filter> filters)
Retrieves tasks related to a workspace
|
|
Timesheet
|
getTimesheet(String workSpaceId, String timesheetId)
Returns a particular time sheet for the provided workspace.
|
|
List<TimesheetEntry>
|
getTimesheetEntries(String workSpaceId, List<Filter> filters)
|
|
TimesheetEntry
|
getTimesheetEntry(String workSpaceId, String timesheetEntryId)
|
|
List<Timesheet>
|
getTimesheets(String workSpaceId, List<Filter> filters)
Returns a list of all the time sheets related to given project.
|
|
<T extends TreeItem>
T
|
getTreeItem(String workSpaceId, String treeItemId, Class<T> clazz)
|
|
String
|
getTreeItems(String workSpaceId)
|
|
List<Workspace>
|
getWorkSpaces()
|
|
Workspace
|
getWorkspace(String workSpaceId)
|
|
Client
|
updateClient(String workSpaceId, Client client)
|
|
Comment
|
updateComment(String workSpaceId, Comment comment)
|
|
Document
|
updateDocument(String workSpaceId, Document document)
|
|
Event
|
updateEvent(String workSpaceId, Event event)
|
|
Folder
|
updateFolder(String workSpaceId, Folder folder)
|
|
Link
|
updateLink(String workSpaceId, Link link)
|
|
Milestone
|
updateMilestone(String workSpaceId, Milestone milestone)
|
|
LPPackage
|
updatePackage(String workSpaceId, LPPackage lpPackage)
|
|
Project
|
updateProject(String workSpaceId, Project project)
|
|
Task
|
updateTask(String workSpaceId, Task task)
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.mule.LiquidPlanner.client.services.ActivityService
|
From interface
org.mule.LiquidPlanner.client.services.CheckListItemService
|
From interface
org.mule.LiquidPlanner.client.services.ClientService
|
abstract
Client
|
createClient(String workSpaceId, Client client)
|
|
abstract
Client
|
deleteClient(String workSpaceId, String id)
|
|
abstract
Client
|
getClient(String workSpaceId, String clientId)
|
|
abstract
List<Comment>
|
getClientComments(String workSpaceId, String clientId)
|
|
abstract
List<Document>
|
getClientDocuments(String workSpaceId, String clientId)
|
|
abstract
Estimate
|
getClientEstimate(String workSpaceId, String clientId, String estimateId)
|
|
abstract
List<Estimate>
|
getClientEstimates(String workSpaceId, String clientId)
|
|
abstract
List<Link>
|
getClientLinks(String workSpaceId, String clientId)
|
|
abstract
Note
|
getClientNote(String workSpaceId, String clientId)
|
|
abstract
List<Client>
|
getClients(String workSpaceId)
|
|
abstract
Client
|
updateClient(String workSpaceId, Client client)
|
|
From interface
org.mule.LiquidPlanner.client.services.CommentService
|
From interface
org.mule.LiquidPlanner.client.services.CustomFieldService
|
From interface
org.mule.LiquidPlanner.client.services.DocumentService
|
From interface
org.mule.LiquidPlanner.client.services.EventService
|
From interface
org.mule.LiquidPlanner.client.services.FolderService
|
From interface
org.mule.LiquidPlanner.client.services.LinkService
|
From interface
org.mule.LiquidPlanner.client.services.MemberService
|
abstract
Member
|
getMember(String workSpaceId, String memberId)
Retrieve a particular member
|
|
abstract
List<Member>
|
getMembers(String workSpaceId)
Retrieve all the members related to a workspace
|
|
From interface
org.mule.LiquidPlanner.client.services.MileStoneService
|
From interface
org.mule.LiquidPlanner.client.services.PackageService
|
abstract
LPPackage
|
createPackage(String workSpaceId, LPPackage aPackage)
|
|
abstract
LPPackage
|
deletePackage(String workSpaceId, String id)
|
|
abstract
LPPackage
|
getPackage(String workSpaceId, String packageId)
Retrieve a particular package
|
|
abstract
List<Comment>
|
getPackageComments(String workSpaceId, String packageId)
|
|
abstract
List<Dependency>
|
getPackageDependencies(String workSpaceId, String packageId)
|
|
abstract
List<Document>
|
getPackageDocuments(String workSpaceId, String packageId)
|
|
abstract
List<Estimate>
|
getPackageEstimates(String workSpaceId, String packageId)
|
|
abstract
List<Link>
|
getPackageLinks(String workSpaceId, String packageId)
|
|
abstract
List<Note>
|
getPackageNote(String workSpaceId, String packageId)
|
|
abstract
List<LPPackage>
|
getPackages(String workSpaceId, List<Filter> filters)
Retrieve all the packages related to a workspace
|
|
abstract
LPPackage
|
updatePackage(String workSpaceId, LPPackage lpPackage)
|
|
From interface
org.mule.LiquidPlanner.client.services.ProjectService
|
From interface
org.mule.LiquidPlanner.client.services.TaskService
|
abstract
Task
|
createTask(String workSpaceId, Task task)
Create a Task
|
|
abstract
Task
|
deleteTask(String workSpaceId, String taskId)
|
|
abstract
Task
|
getTask(String workSpaceId, String taskId)
Retrieves a particular task related to a workspace
|
|
abstract
Timesheet
|
getTaskTimesheet(String workSpaceId, String taskId, String timesheetId)
Retrieves a particular time sheets
|
|
abstract
List<Timesheet>
|
getTaskTimesheets(String workSpaceId, String taskId, List<Filter> filters)
Retrieves time sheets related to a particular task
|
|
abstract
List<Task>
|
getTasks(String workSpaceId, List<Filter> filters)
Retrieves tasks related to a workspace
|
|
abstract
Task
|
updateTask(String workSpaceId, Task task)
|
|
From interface
org.mule.LiquidPlanner.client.services.TimesheetEntryService
|
From interface
org.mule.LiquidPlanner.client.services.TimesheetService
|
abstract
Timesheet
|
getTimesheet(String workSpaceId, String timesheetId)
Returns a particular time sheet for the provided workspace.
|
|
abstract
List<Timesheet>
|
getTimesheets(String workSpaceId, List<Filter> filters)
Returns a list of all the time sheets related to given project.
|
|
From interface
org.mule.LiquidPlanner.client.services.TreeItemService
|
From interface
org.mule.LiquidPlanner.client.services.WorkspaceService
|