|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LicorizeClient
| Method Summary | |
|---|---|
LicorizeApiResponse |
changeStripType(int stripId,
java.lang.String stripType)
Change a strip type. |
LicorizeApiResponse |
createProject(java.util.List<Parameter<java.lang.String,java.lang.String>> parameters)
Create project |
LicorizeApiResponse |
createStrip(java.util.List<Parameter<java.lang.String,java.lang.String>> parameters)
Create single strip |
LicorizeApiResponse |
getProject(int projectId)
Return the project identified by the specified ID. |
LicorizeApiResponse |
getProjectMembers(int projectId)
Return the project members list. |
LicorizeApiResponse |
getProjectsList()
Return the projects list for the current user. |
LicorizeApiResponse |
getPublicUser(java.lang.String userName)
Get user public data from userName. |
LicorizeApiResponse |
getStrip(int stripId)
Returns the strip identified by the specified ID. |
LicorizeApiResponse |
getStripList()
Returns strips from time line in descending order |
LicorizeApiResponse |
getStripList(java.util.List<Parameter<java.lang.String,java.lang.String>> parameters)
Returns the last strips from the user time line |
LicorizeApiResponse |
getTagsList()
Show the complete tag cloud. |
LicorizeApiResponse |
getUser()
Get the current user. |
LicorizeApiResponse |
remindMeLater(java.lang.String url)
Method for saving a new remind me later strip. |
LicorizeApiResponse |
remindMeLater(java.lang.String url,
java.util.List<Parameter<java.lang.String,java.lang.String>> parameters)
Method for save a new remind me later strip. |
LicorizeApiResponse |
removeProject(int projectId)
Remove single project identified by the specified ID. |
LicorizeApiResponse |
removeStrip(int stripId)
Remove the strip identified by the specified ID. |
LicorizeApiResponse |
updateProject(int projectId,
java.util.List<Parameter<java.lang.String,java.lang.String>> parameters)
Update project. |
LicorizeApiResponse |
updateStrip(int stripId,
java.util.List<Parameter<java.lang.String,java.lang.String>> parameters)
Update single strip |
| Methods inherited from interface com.licorize.api.client.LicorizeAuthenticationClient |
|---|
getAccessToken, getAuthenticationUrl, getRequestToken, setAccessToken |
| Method Detail |
|---|
LicorizeApiResponse getStripList()
LicorizeApiResponse getStripList(java.util.List<Parameter<java.lang.String,java.lang.String>> parameters)
parameters: - filtering parameters
Optional:
type - Strip type e.g. 'BOOKMARK'
types - Strips type list comma separated
team - Project Id
user - User Id - If not specified it's the current user
searchText - Text filter
tags - Tag list comma separated
millis - timeline millis (see lastMillis on the response)
limitResultTo - number of results - default is 10
LicorizeApiResponse getStrip(int stripId)
stripId -
LicorizeApiResponse updateStrip(int stripId,
java.util.List<Parameter<java.lang.String,java.lang.String>> parameters)
stripId - parameters - Optional:
type - Strip Type e.g. 'BOOKMARK'
teamId - Project Id
notes - Strip Notes
ownerId - User Id
title - Strip title
url - Strip url
email - Strip email
tags - Strip tags (comma separated list)
sticky - Is Sticky Strip - ('yes' - 'no')
worklogDone - total worklog done
dueDate - Strip due date
time - if present 'dueDate' - for instance "REMAINDER"
done - ('yes' - 'no') - Strip done
LicorizeApiResponse createStrip(java.util.List<Parameter<java.lang.String,java.lang.String>> parameters)
parameters - Optional:
type - Strip Type e.g. 'BOOKMARK'
teamId - Project Id
notes - Strip Notes
ownerId - User Id
title - Strip title
url - Strip url
email - Strip email
tags - Strip tags (comma separated list)
sticky - Is Sticky Strip - ('yes' - 'no')
worklogDone - total worklog done
dueDate - Strip dueDate
time - if present 'dueDate' - for instance "REMAINDER"
done - ('yes' - 'no') - Strip done
LicorizeApiResponse removeStrip(int stripId)
stripId -
LicorizeApiResponse changeStripType(int stripId,
java.lang.String stripType)
stripId - stripType -
LicorizeApiResponse getProjectsList()
LicorizeApiResponse updateProject(int projectId,
java.util.List<Parameter<java.lang.String,java.lang.String>> parameters)
projectId - parameters - Optional:
name - Team name
description - Team description
isActive - ('yes' - 'no')
isVisible - ('yes' - 'no')
code - Team code for public name
LicorizeApiResponse createProject(java.util.List<Parameter<java.lang.String,java.lang.String>> parameters)
parameters - Optional:
name - Team name
description - Team description
isActive - ('yes' - 'no')
isVisible - ('yes' - 'no')
code - Team code for public name
LicorizeApiResponse getProject(int projectId)
projectId -
LicorizeApiResponse getProjectMembers(int projectId)
projectId -
LicorizeApiResponse removeProject(int projectId)
projectId -
LicorizeApiResponse getTagsList()
LicorizeApiResponse getUser()
LicorizeApiResponse getPublicUser(java.lang.String userName)
userName -
LicorizeApiResponse remindMeLater(java.lang.String url)
url - The url that will be saved.
LicorizeApiResponse remindMeLater(java.lang.String url,
java.util.List<Parameter<java.lang.String,java.lang.String>> parameters)
url - The url that will be saved.parameters - title - Bookmark title
notes - Bookmark Notes
tags - Bookmark Tags - Default is "remindMeLater"
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||