|
void
|
connect(String username, String password)
Connect
|
|
String
|
connectionId()
Are we connected
|
|
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)
Creates a Document
NOTE: due to unresolved issues in the LiquidPlanner API this
message processor is not returning a Java Object.
|
|
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)
Creates 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 id)
|
|
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)
Deletes a task
|
|
void
|
disconnect()
Disconnect
|
|
InputStream
|
downloadDocument(String workSpaceId, String documentId)
Retrieves all the Document in the workspace
|
|
Project
|
duplicateProject(String workSpaceId, String sourceProjectId, String destinationParentId, String newProjectName)
|
|
List<Activity>
|
getActivities(String workSpaceId)
Retrieves all the Activity in the workspace
|
|
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)
Retrieves all the Client in the workspace
|
|
Comment
|
getComment(String workSpaceId, String commentId)
|
|
List<Comment>
|
getComments(String workSpaceId)
Retrieves all the Comment in the workspace
|
|
CustomField
|
getCustomField(String workSpaceId, String customFieldId)
|
|
List<CustomField>
|
getCustomFields(String workSpaceId)
|
|
Document
|
getDocument(String workSpaceId, String documentId)
|
|
List<Document>
|
getDocuments(String workSpaceId)
Retrieves all the Document in the workspace
|
|
Event
|
getEvent(String workSpaceId, String eventId)
Retrieves a particular Event
|
|
List<CheckListItem>
|
getEventCheckListItems(String workSpaceId, String eventId)
|
|
List<Comment>
|
getEventComments(String workSpaceId, String eventId)
Retrieves all the Comment related to an event
|
|
List<Document>
|
getEventDocuments(String workSpaceId, String eventId)
Retrieves all the Document related to an event
|
|
List<Link>
|
getEventLinks(String workSpaceId, String eventId)
Retrieves all the Link related to an event
|
|
List<TimesheetEntry>
|
getEventTimesheetEntries(String workSpaceId, String eventId)
|
|
List<Event>
|
getEvents(String workSpaceId)
Retrieves all the Event in the workspace
|
|
Folder
|
getFolder(String workSpaceId, String folderId)
|
|
List<Folder>
|
getFolders(String workSpaceId)
Retrieves all the Folder in the workspace
|
|
Link
|
getLink(String workSpaceId, String linkId)
Retrieves a particular Link
|
|
List<Link>
|
getLinks(String workSpaceId)
Retrieves all the Link in the workspace
|
|
Member
|
getMember(String workSpaceId, String memberId)
Return a particular member
|
|
List<Member>
|
getMembers(String workSpaceId)
Return a list of member
|
|
Milestone
|
getMilestone(String workSpaceId, String milestoneId)
|
|
List<Milestone>
|
getMilestones(String workSpaceId)
|
|
LPPackage
|
getPackage(String workSpaceId, String packageId)
|
|
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)
|
|
Project
|
getProject(String workSpaceId, String projectId)
Return a particular projects
|
|
List<Comment>
|
getProjectComments(String workSpaceId, String projectId)
Return a particular projects
|
|
List<Project>
|
getProjects(String workSpaceId)
Return a list of projects
|
|
Task
|
getTask(String workSpaceId, String taskId)
Retrieves a particular tasks in the workspace
|
|
Timesheet
|
getTaskTimesheet(String workSpaceId, String taskId, String timesheetId)
|
|
List<Timesheet>
|
getTaskTimesheets(String workSpaceId, String taskId, List<Filter> filters)
|
|
List<Task>
|
getTasks(String workSpaceId, List<Filter> filters)
Retrieves all the existing tasks in the workspace
|
|
Timesheet
|
getTimesheet(String workSpaceId, String timesheetId)
Return a time sheets
|
|
List<TimesheetEntry>
|
getTimesheetEntries(String workSpaceId, List<Filter> filters)
Return a list of time sheets entries
|
|
TimesheetEntry
|
getTimesheetEntry(String workSpaceId, String timesheetEntryId)
Return a time sheet entry
|
|
List<Timesheet>
|
getTimesheets(String workSpaceId, List<Filter> filters)
Return a list of the time sheets
|
|
String
|
getTreeItems(String workSpaceId)
Get all the Tree items related to a workspace
|
|
List<Workspace>
|
getWorkSpaces()
Retrieves all the Workspace releted to the account
|
|
Workspace
|
getWorkspace(String workSpaceId)
|
|
boolean
|
isConnected()
Are we connected
|
|
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)
Updates a task
|