Class ProjectManagementRelation

java.lang.Object
com.xwiki.projectmanagement.relations.model.ProjectManagementRelation

public class ProjectManagementRelation extends Object
The model representing the project management relation object. A relation between a page and project management entity.
Version:
$Id$
  • Constructor Details

    • ProjectManagementRelation

      public ProjectManagementRelation()
  • Method Details

    • getClient

      public String getClient()
      Returns:
      the id of the project management client. i.e. openproject.
    • setClient

      public void setClient(String client)
      Parameters:
      client - see getClient() .
    • getProject

      public String getProject()
      Returns:
      the id of the OpenProject project that is linked to a xwiki page.
    • setProject

      public void setProject(String project)
      Parameters:
      project - see getProject().
    • getWorkItem

      public String getWorkItem()
      Returns:
      the id of the OpenProject work package that is linked to a xwiki page.
    • setWorkItem

      public void setWorkItem(String workItem)
      Parameters:
      workItem - see getWorkItem() ()}.
    • getClientParams

      public String getClientParams()
      Returns:
      the stored client params in a string format. The storage format is defined by the client.
    • setClientParams

      public void setClientParams(String clientParams)
      Parameters:
      clientParams - see getClientParams().