Uses of Class
com.xwiki.projectmanagement.model.Linkable
-
Packages that use Linkable Package Description com.xwiki.projectmanagement.model -
-
Uses of Linkable in com.xwiki.projectmanagement.model
Methods in com.xwiki.projectmanagement.model that return Linkable Modifier and Type Method Description LinkableWorkItem. getClosedBy()LinkableWorkItem. getCreator()LinkableWorkItem. getIdentifier()LinkableWorkItem. getMilestones()LinkableWorkItem. getProject()LinkableWorkItem. getReporter()LinkableWorkItem. getSummary()Methods in com.xwiki.projectmanagement.model that return types with arguments of type Linkable Modifier and Type Method Description List<Linkable>WorkItem. getAssignees()Methods in com.xwiki.projectmanagement.model with parameters of type Linkable Modifier and Type Method Description voidWorkItem. setClosedBy(Linkable closedBy)voidWorkItem. setCreator(Linkable creator)voidWorkItem. setIdentifier(Linkable identifier)voidWorkItem. setMilestones(Linkable milestones)voidWorkItem. setProject(Linkable project)voidWorkItem. setReporter(Linkable reporter)voidWorkItem. setSummary(Linkable summary)Method parameters in com.xwiki.projectmanagement.model with type arguments of type Linkable Modifier and Type Method Description voidWorkItem. setAssignees(List<Linkable> assignees)
-