AtlassianRendererEngine, FileRendererEnginepublic interface ISynchronizerRendererEngine
| Modifier and Type | Method | Description |
|---|---|---|
void |
addActivityItem(org.jsoup.nodes.Element element,
java.lang.String description,
java.lang.String content) |
Adds the activity item.
|
void |
addActivityList(org.jsoup.nodes.Element element,
java.util.List<Activity> list) |
Adds the activity list.
|
void |
addH1(org.jsoup.nodes.Element element,
java.lang.String header) |
Adds the H 1.
|
void |
addH2(org.jsoup.nodes.Element element,
java.lang.String header) |
Adds the H 2.
|
void |
addH3(org.jsoup.nodes.Element element,
java.lang.String header) |
Adds the H 3.
|
void |
addHowToItem(org.jsoup.nodes.Element element,
java.lang.String description,
java.lang.String content) |
Adds the how to item.
|
void |
addHowToList(org.jsoup.nodes.Element element,
java.util.List<HowTo> list) |
Adds the how to list.
|
void |
addImage(org.jsoup.nodes.Element element,
java.lang.String filename,
int size) |
Adds the image.
|
void |
addItem(org.jsoup.nodes.Element element,
java.lang.String description) |
Adds the item.
|
void |
addItem(org.jsoup.nodes.Element element,
java.lang.String description,
java.lang.String content) |
Adds the item.
|
void |
addItem(org.jsoup.nodes.Element element,
java.lang.String description,
java.util.List<java.lang.String> list) |
Adds the item.
|
void |
addList(org.jsoup.nodes.Element element,
java.util.List<java.lang.String> list) |
Adds the list.
|
void |
addList(org.jsoup.nodes.Element element,
java.util.List<java.lang.String> list,
java.lang.String underlinedElement) |
Adds the list.
|
void |
addPersonItem(org.jsoup.nodes.Element element,
java.lang.String description,
java.lang.String content) |
Adds the person item.
|
void |
addPersonLink(org.jsoup.nodes.Element element,
Person person) |
Adds the person link.
|
void |
addPersonList(org.jsoup.nodes.Element element,
java.util.List<java.lang.String> list,
Role role) |
Adds the person list.
|
void |
addPersonList(org.jsoup.nodes.Element element,
java.util.List<java.lang.String> list,
Role role,
java.lang.String leadPerson) |
Adds the person list.
|
void |
addPersonList(org.jsoup.nodes.Element element,
java.util.List<Person> list) |
Adds the person list.
|
void |
addReportList(org.jsoup.nodes.Element element,
java.util.List<IReport> list) |
Adds the report list.
|
void |
addRessourceChart(org.jsoup.nodes.Element element,
Person person) |
Adds the ressource chart.
|
void |
addRolegroupItem(org.jsoup.nodes.Element element,
java.lang.String description,
java.lang.String content) |
Adds the rolegroup item.
|
void |
addRolegroupList(org.jsoup.nodes.Element element,
java.util.List<Rolegroup> list) |
Adds the rolegroup list.
|
void |
addRoleItem(org.jsoup.nodes.Element element,
java.lang.String description,
java.lang.String content) |
Adds the role item.
|
void |
addRoleLink(org.jsoup.nodes.Element element,
Role role) |
Adds the role link.
|
void |
addRoleList(org.jsoup.nodes.Element element,
java.util.List<Role> list) |
Adds the role list.
|
void |
addRoleList(org.jsoup.nodes.Element element,
java.util.List<Role> list,
Person person) |
Adds the role list.
|
void |
addStatus(org.jsoup.nodes.Element element,
java.lang.String statusValue) |
Adds the status.
|
void |
addSubActivityList(org.jsoup.nodes.Element element,
java.util.List<ActivityDataitem> list,
Activity activity,
Role role) |
Adds the sub activity list.
|
void |
addTable(org.jsoup.nodes.Element element,
java.util.Map<java.lang.String,java.lang.String> map) |
Adds the table.
|
void |
addTeamItem(org.jsoup.nodes.Element element,
java.lang.String description,
java.lang.String content) |
Adds the team item.
|
void |
addTeamLink(org.jsoup.nodes.Element element,
Team team) |
Adds the team link.
|
void |
addTeamList(org.jsoup.nodes.Element element,
java.util.List<Team> list) |
Adds the team list.
|
void |
addValidationList(org.jsoup.nodes.Element element,
java.util.List<ValidationMessage> list) |
Adds the validation list.
|
void |
addWorkitemTable(org.jsoup.nodes.Element element,
java.util.List<IWorkitem> workitem) |
Adds the workitem table.
|
ISynchronizer |
getSynchronizer() |
Gets the synchronizer.
|
ISynchronizer getSynchronizer()
void addActivityList(org.jsoup.nodes.Element element,
java.util.List<Activity> list)
element - the elementlist - the listvoid addRolegroupList(org.jsoup.nodes.Element element,
java.util.List<Rolegroup> list)
element - the elementlist - the listvoid addRessourceChart(org.jsoup.nodes.Element element,
Person person)
element - the elementperson - the personvoid addTeamList(org.jsoup.nodes.Element element,
java.util.List<Team> list)
element - the elementlist - the listvoid addPersonList(org.jsoup.nodes.Element element,
java.util.List<Person> list)
element - the elementlist - the listvoid addReportList(org.jsoup.nodes.Element element,
java.util.List<IReport> list)
element - the elementlist - the listvoid addHowToList(org.jsoup.nodes.Element element,
java.util.List<HowTo> list)
element - the elementlist - the listvoid addRoleList(org.jsoup.nodes.Element element,
java.util.List<Role> list)
element - the elementlist - the listvoid addRoleList(org.jsoup.nodes.Element element,
java.util.List<Role> list,
Person person)
element - the elementlist - the listperson - the personvoid addStatus(org.jsoup.nodes.Element element,
java.lang.String statusValue)
element - the elementstatusValue - the status valuevoid addHowToItem(org.jsoup.nodes.Element element,
java.lang.String description,
java.lang.String content)
element - the elementdescription - the descriptioncontent - the contentvoid addSubActivityList(org.jsoup.nodes.Element element,
java.util.List<ActivityDataitem> list,
Activity activity,
Role role)
element - the elementlist - the listactivity - the activityrole - the rolevoid addTable(org.jsoup.nodes.Element element,
java.util.Map<java.lang.String,java.lang.String> map)
element - the elementmap - the mapvoid addImage(org.jsoup.nodes.Element element,
java.lang.String filename,
int size)
element - the container-element for the imagefilename - the filenamesize - the sizevoid addTeamLink(org.jsoup.nodes.Element element,
Team team)
element - the elementteam - the teamvoid addPersonLink(org.jsoup.nodes.Element element,
Person person)
element - the elementperson - the personvoid addRoleLink(org.jsoup.nodes.Element element,
Role role)
element - the elementrole - the rolevoid addPersonList(org.jsoup.nodes.Element element,
java.util.List<java.lang.String> list,
Role role)
element - the elementlist - the listrole - the rolevoid addPersonList(org.jsoup.nodes.Element element,
java.util.List<java.lang.String> list,
Role role,
java.lang.String leadPerson)
element - the elementlist - the listrole - the roleleadPerson - the lead personvoid addList(org.jsoup.nodes.Element element,
java.util.List<java.lang.String> list,
java.lang.String underlinedElement)
element - the elementlist - the listunderlinedElement - the underlined elementvoid addValidationList(org.jsoup.nodes.Element element,
java.util.List<ValidationMessage> list)
element - the elementlist - the listvoid addList(org.jsoup.nodes.Element element,
java.util.List<java.lang.String> list)
element - the elementlist - the listvoid addItem(org.jsoup.nodes.Element element,
java.lang.String description)
element - the elementdescription - the descriptionvoid addItem(org.jsoup.nodes.Element element,
java.lang.String description,
java.util.List<java.lang.String> list)
element - the elementdescription - the descriptionlist - the listvoid addActivityItem(org.jsoup.nodes.Element element,
java.lang.String description,
java.lang.String content)
element - the elementdescription - the descriptioncontent - the contentvoid addRoleItem(org.jsoup.nodes.Element element,
java.lang.String description,
java.lang.String content)
element - the elementdescription - the descriptioncontent - the contentvoid addPersonItem(org.jsoup.nodes.Element element,
java.lang.String description,
java.lang.String content)
element - the elementdescription - the descriptioncontent - the contentvoid addTeamItem(org.jsoup.nodes.Element element,
java.lang.String description,
java.lang.String content)
element - the elementdescription - the descriptioncontent - the contentvoid addRolegroupItem(org.jsoup.nodes.Element element,
java.lang.String description,
java.lang.String content)
element - the elementdescription - the descriptioncontent - the contentvoid addItem(org.jsoup.nodes.Element element,
java.lang.String description,
java.lang.String content)
element - the elementdescription - the descriptioncontent - the contentvoid addH1(org.jsoup.nodes.Element element,
java.lang.String header)
element - the elementheader - the headervoid addH2(org.jsoup.nodes.Element element,
java.lang.String header)
element - the elementheader - the headervoid addH3(org.jsoup.nodes.Element element,
java.lang.String header)
element - the elementheader - the headervoid addWorkitemTable(org.jsoup.nodes.Element element,
java.util.List<IWorkitem> workitem)
element - the elementworkitem - the workitem