A C D G I K L P S U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AuthenticationException - Exception in com.xwiki.projectmanagement.exception
-
Exception thrown when the authentication fails.
- AuthenticationException(String) - Constructor for exception com.xwiki.projectmanagement.exception.AuthenticationException
- AuthenticationException(String, Throwable) - Constructor for exception com.xwiki.projectmanagement.exception.AuthenticationException
C
- com.xwiki.projectmanagement - package com.xwiki.projectmanagement
- com.xwiki.projectmanagement.displayer - package com.xwiki.projectmanagement.displayer
- com.xwiki.projectmanagement.exception - package com.xwiki.projectmanagement.exception
- com.xwiki.projectmanagement.model - package com.xwiki.projectmanagement.model
- com.xwiki.projectmanagement.rest - package com.xwiki.projectmanagement.rest
- createWorkItem(WorkItem) - Method in interface com.xwiki.projectmanagement.ProjectManagementClient
-
Creates a work item.
- createWorkItem(String, WorkItem) - Method in interface com.xwiki.projectmanagement.ProjectManagementManager
-
Create a work item.
- createWorkItem(String, String, WorkItem) - Method in interface com.xwiki.projectmanagement.rest.WorkItemsResource
-
Create a work item based the project management implementation.
D
- deleteWorkItem(String) - Method in interface com.xwiki.projectmanagement.ProjectManagementClient
-
Deletes a work item.
- deleteWorkItem(String, String) - Method in interface com.xwiki.projectmanagement.ProjectManagementManager
-
The work item that will be deleted.
- deleteWorkItem(String, String, String) - Method in interface com.xwiki.projectmanagement.rest.WorkItemsResource
-
Removes a work item identified by an id.
- display(Object, Map<String, Object>) - Method in interface com.xwiki.projectmanagement.displayer.WorkItemPropertyDisplayer
-
Generates a list of blocks that can be used to render the property in different contexts.
- displayProperty(String, Object, Map<String, Object>) - Method in interface com.xwiki.projectmanagement.displayer.WorkItemPropertyDisplayerManager
-
Finds the
WorkItemPropertyDisplayerassociated with the given property and passes the parameters to it.
G
- get(String) - Method in interface com.xwiki.projectmanagement.ProjectManagementClientExecutionContext
- getAssignees() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getCloseDate() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getClosedBy() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getContext() - Method in interface com.xwiki.projectmanagement.ProjectManagementClientExecutionContext
- getCreationDate() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getCreator() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getDescription() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getDisplayerForProperty(String) - Method in interface com.xwiki.projectmanagement.displayer.WorkItemPropertyDisplayerManager
-
Provides a way to check if the manager has any displayer registered for a given property.
- getDueDate() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getIdentifier() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getItems() - Method in class com.xwiki.projectmanagement.model.PaginatedResult
- getLabels() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getLinkable(String) - Method in class com.xwiki.projectmanagement.model.WorkItem
-
Utility method that retrieves a linkable property.
- getLinkableLocation(String) - Method in class com.xwiki.projectmanagement.model.WorkItem
-
Utility method that retrieves the location of a linkable property.
- getLinkableValue(String) - Method in class com.xwiki.projectmanagement.model.WorkItem
-
Utility method that retrieves the value of a linkable property.
- getLocation() - Method in class com.xwiki.projectmanagement.model.Linkable
- getMapEntries() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getMilestones() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getPage() - Method in class com.xwiki.projectmanagement.model.PaginatedResult
- getPageSize() - Method in class com.xwiki.projectmanagement.model.PaginatedResult
- getPriority() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getProgress() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getProject() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getReporter() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getResolution() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getStartDate() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getStatus() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getSummary() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getTotalItems() - Method in class com.xwiki.projectmanagement.model.PaginatedResult
- getType() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getUpdateDate() - Method in class com.xwiki.projectmanagement.model.WorkItem
- getValue() - Method in class com.xwiki.projectmanagement.model.Linkable
- getWorkItem(String) - Method in interface com.xwiki.projectmanagement.ProjectManagementClient
-
Retrieve a work item identified by an id specific to the implemented project management platform.
- getWorkItem(String, String) - Method in interface com.xwiki.projectmanagement.ProjectManagementManager
-
Retrieve a work item from a specific project management client.
- getWorkItem(String, String, String) - Method in interface com.xwiki.projectmanagement.rest.WorkItemsResource
-
Retrieve a work item from a specific project management implementation.
- getWorkItems(int, int, List<LiveDataQuery.Filter>, List<LiveDataQuery.SortEntry>) - Method in interface com.xwiki.projectmanagement.ProjectManagementClient
-
Retrieve a list of work items based on a list of filters.
- getWorkItems(String, int, int, List<LiveDataQuery.Filter>, List<LiveDataQuery.SortEntry>) - Method in interface com.xwiki.projectmanagement.ProjectManagementManager
-
Retrieve a list of work items based on a filter.
- getWorkItems(String, String, int, int) - Method in interface com.xwiki.projectmanagement.rest.WorkItemsResource
-
Retrieve a list of work items.
I
- isResolved() - Method in class com.xwiki.projectmanagement.model.WorkItem
K
- KEY_ASSIGNEES - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the assignees property of the work item.
- KEY_CLOSE_DATE - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the closeDate property of the work item.
- KEY_CLOSED_BY - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the closedBy property of the work item.
- KEY_CREATION_DATE - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the creationDate property of the work item.
- KEY_CREATOR - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the creator property of the work item.
- KEY_DESCRIPTION - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the description property of the work item.
- KEY_DUE_DATE - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the dueDate property of the work item.
- KEY_IDENTIFIER - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the identifier property of the work item.
- KEY_LABELS - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the labels property of the work item.
- KEY_LOCATION - Static variable in class com.xwiki.projectmanagement.model.Linkable
-
The key identifying the value property of the linkable item.
- KEY_MILESTONES - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the milestones property of the work item.
- KEY_PRIORITY - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the priority property of the work item.
- KEY_PROGRESS - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the progress property of the work item.
- KEY_PROJECT - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the project property of the work item.
- KEY_REPORTER - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the reporter property of the work item.
- KEY_RESOLUTION - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the resolution property of the work item.
- KEY_RESOLVED - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the resolved property of the work item.
- KEY_START_DATE - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the startDate property of the work item.
- KEY_STATUS - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the status property of the work item.
- KEY_SUMMARY - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the summary property of the work item.
- KEY_TYPE - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the type property of the work item.
- KEY_UPDATE_DATE - Static variable in class com.xwiki.projectmanagement.model.WorkItem
-
The key identifying the updateDate property of the work item.
- KEY_VALUE - Static variable in class com.xwiki.projectmanagement.model.Linkable
-
The key identifying the value property of the linkable item.
L
- Linkable - Class in com.xwiki.projectmanagement.model
-
Describes a property that be accessed through a URL.
- Linkable() - Constructor for class com.xwiki.projectmanagement.model.Linkable
-
Default constructor.
- Linkable(String, String) - Constructor for class com.xwiki.projectmanagement.model.Linkable
P
- PaginatedResult<T> - Class in com.xwiki.projectmanagement.model
-
The representation of a paginated result that contains useful information for following requests, such as the total number of requested items present in the database.
- PaginatedResult() - Constructor for class com.xwiki.projectmanagement.model.PaginatedResult
-
Default constructor that initializes the items with an empty list.
- PaginatedResult(List<T>, int, int, int) - Constructor for class com.xwiki.projectmanagement.model.PaginatedResult
- ProjectManagementClient - Interface in com.xwiki.projectmanagement
-
The blueprint for a project management client.
- ProjectManagementClientExecutionContext - Interface in com.xwiki.projectmanagement
-
The execution context of the project management client.
- ProjectManagementException - Exception in com.xwiki.projectmanagement.exception
-
Base exception for project management.
- ProjectManagementException(String) - Constructor for exception com.xwiki.projectmanagement.exception.ProjectManagementException
- ProjectManagementException(String, Throwable) - Constructor for exception com.xwiki.projectmanagement.exception.ProjectManagementException
- ProjectManagementManager - Interface in com.xwiki.projectmanagement
-
Offers access to the CRUD operations of different project management clients.
- putEntry(String, Object) - Method in class com.xwiki.projectmanagement.model.WorkItem
S
- setAssignees(List<Linkable>) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setCloseDate(Date) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setClosedBy(Linkable) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setCreationDate(Date) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setCreator(Linkable) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setDescription(String) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setDueDate(Date) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setIdentifier(Linkable) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setItems(List<T>) - Method in class com.xwiki.projectmanagement.model.PaginatedResult
- setLabels(List<String>) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setLocation(String) - Method in class com.xwiki.projectmanagement.model.Linkable
- setMilestones(Linkable) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setPage(int) - Method in class com.xwiki.projectmanagement.model.PaginatedResult
- setPageSize(int) - Method in class com.xwiki.projectmanagement.model.PaginatedResult
- setPriority(String) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setProgress(Integer) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setProject(Linkable) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setReporter(Linkable) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setResolution(String) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setResolved(boolean) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setStartDate(Date) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setStatus(String) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setSummary(Linkable) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setTotalItems(int) - Method in class com.xwiki.projectmanagement.model.PaginatedResult
- setType(String) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setUpdateDate(Date) - Method in class com.xwiki.projectmanagement.model.WorkItem
- setValue(String) - Method in class com.xwiki.projectmanagement.model.Linkable
U
- updateWorkItem(WorkItem) - Method in interface com.xwiki.projectmanagement.ProjectManagementClient
-
Updates an existing work item.
- updateWorkItem(String, WorkItem) - Method in interface com.xwiki.projectmanagement.ProjectManagementManager
-
Update a work item.
- updateWorkItem(String, String, WorkItem) - Method in interface com.xwiki.projectmanagement.rest.WorkItemsResource
-
Update a work item.
W
- WorkItem - Class in com.xwiki.projectmanagement.model
-
Describes an issue, a ticket, work package or some item coming from a project management tool.
- WorkItem() - Constructor for class com.xwiki.projectmanagement.model.WorkItem
- WorkItemCreationException - Exception in com.xwiki.projectmanagement.exception
-
Exception thrown when the creation of a work item has failed.
- WorkItemCreationException(String) - Constructor for exception com.xwiki.projectmanagement.exception.WorkItemCreationException
- WorkItemCreationException(String, Throwable) - Constructor for exception com.xwiki.projectmanagement.exception.WorkItemCreationException
- WorkItemDeletionException - Exception in com.xwiki.projectmanagement.exception
-
Exception thrown when the deletion of a work item has failed.
- WorkItemDeletionException(String) - Constructor for exception com.xwiki.projectmanagement.exception.WorkItemDeletionException
- WorkItemDeletionException(String, Throwable) - Constructor for exception com.xwiki.projectmanagement.exception.WorkItemDeletionException
- WorkItemException - Exception in com.xwiki.projectmanagement.exception
-
Base exception for work items handling.
- WorkItemException(String) - Constructor for exception com.xwiki.projectmanagement.exception.WorkItemException
- WorkItemException(String, Throwable) - Constructor for exception com.xwiki.projectmanagement.exception.WorkItemException
- WorkItemNotFoundException - Exception in com.xwiki.projectmanagement.exception
-
Exception thrown when the retrieval of a work item has failed because it was not found.
- WorkItemNotFoundException(String) - Constructor for exception com.xwiki.projectmanagement.exception.WorkItemNotFoundException
- WorkItemNotFoundException(String, Throwable) - Constructor for exception com.xwiki.projectmanagement.exception.WorkItemNotFoundException
- WorkItemPropertyDisplayer - Interface in com.xwiki.projectmanagement.displayer
-
Defines the rendering blocks that should be used in order to display a Work Item property.
- WorkItemPropertyDisplayerManager - Interface in com.xwiki.projectmanagement.displayer
-
Offers a centralized way of accessing a subset/all the existing
WorkItemPropertyDisplayer. - WorkItemRetrievalException - Exception in com.xwiki.projectmanagement.exception
-
Exception thrown when the retrieval of a work item has failed due to various reasons.
- WorkItemRetrievalException(String) - Constructor for exception com.xwiki.projectmanagement.exception.WorkItemRetrievalException
- WorkItemRetrievalException(String, Throwable) - Constructor for exception com.xwiki.projectmanagement.exception.WorkItemRetrievalException
- WorkItemsResource - Interface in com.xwiki.projectmanagement.rest
-
The resource that exposes CRUD operations over the work items of the different project management implementations.
- WorkItemUpdatingException - Exception in com.xwiki.projectmanagement.exception
-
Exception thrown when the update of a work item has failed.
- WorkItemUpdatingException(String) - Constructor for exception com.xwiki.projectmanagement.exception.WorkItemUpdatingException
- WorkItemUpdatingException(String, Throwable) - Constructor for exception com.xwiki.projectmanagement.exception.WorkItemUpdatingException
All Classes All Packages