Class ProjectManagementRelation
java.lang.Object
com.xwiki.projectmanagement.relations.model.ProjectManagementRelation
The model representing the project management relation object. A relation between a page and project management
entity.
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetClientParams(String clientParams) voidsetProject(String project) voidsetWorkItem(String workItem)
-
Constructor Details
-
ProjectManagementRelation
public ProjectManagementRelation()
-
-
Method Details
-
getClient
- Returns:
- the id of the project management client. i.e. openproject.
-
setClient
- Parameters:
client- seegetClient().
-
getProject
- Returns:
- the id of the OpenProject project that is linked to a xwiki page.
-
setProject
- Parameters:
project- seegetProject().
-
getWorkItem
- Returns:
- the id of the OpenProject work package that is linked to a xwiki page.
-
setWorkItem
- Parameters:
workItem- seegetWorkItem()()}.
-
getClientParams
- Returns:
- the stored client params in a string format. The storage format is defined by the client.
-
setClientParams
- Parameters:
clientParams- seegetClientParams().
-