| Modifier and Type | Method | Description |
|---|---|---|
IWorkitem |
Repository.get(java.lang.String id) |
Gets the.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<IWorkitem> |
Repository.getWorkitems() |
Gets the list of workitems in repository.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<SynchronizerResult> |
Repository.addWorkitem(IWorkitem workitem) |
Adds the workitem.
|
| Modifier and Type | Method | Description |
|---|---|---|
IWorkitem |
Connector.get(java.lang.String indexId) |
Gets the workitem with given id.
|
IWorkitem |
DefaultSynchronizer.get(java.lang.String filename) |
|
IWorkitem |
ISynchronizer.get(java.lang.String id) |
Gets the workitem of named id.
|
IWorkitem |
Connector.getFromActualSynchronizer(java.lang.String id) |
Gets the from actual synchronizer.
|
IWorkitem |
Connector.merge(IWorkitem item,
IWorkitem otherItem) |
Merge two workitems to a single workitem.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<IWorkitem> |
Connector.load(WorkitemType type) |
Load workitems of given type.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<SynchronizerResult> |
Connector.add(IWorkitem workitem) |
Adds workitem to synchronized systems.
|
SynchronizerResult |
DefaultSynchronizer.add(IWorkitem workitem) |
|
SynchronizerResult |
ISynchronizer.add(IWorkitem workitem) |
Adds workitem to synchronized system.
|
SynchronizerResult |
Connector.addToActualSynchronizer(IWorkitem workitem) |
Adds the to actual synchronizer.
|
java.util.List<java.lang.String> |
Connector.delete(IWorkitem workitem) |
Delete workitem in every synchronized system.
|
java.lang.String |
DefaultSynchronizer.delete(IWorkitem workitem) |
|
java.lang.String |
ISynchronizer.delete(IWorkitem workitem) |
Delete workitem in system which is connected through synchronizer.
|
IWorkitem |
Connector.merge(IWorkitem item,
IWorkitem otherItem) |
Merge two workitems to a single workitem.
|
java.util.List<SynchronizerResult> |
Connector.update(IWorkitem workitem) |
Update workitem to synchronized system.
|
SynchronizerResult |
DefaultSynchronizer.update(IWorkitem workitem) |
|
SynchronizerResult |
ISynchronizer.update(IWorkitem workitem) |
Update workitem on synchronized system.
|
SynchronizerResult |
Connector.updateToActualSynchronizer(IWorkitem workitem) |
Update to actual synchronizer.
|
| Modifier and Type | Method | Description |
|---|---|---|
IWorkitem |
AtlassianSynchronizer.get(java.lang.String indexId) |
| Modifier and Type | Method | Description |
|---|---|---|
SynchronizerResult |
AtlassianSynchronizer.add(IWorkitem workitem) |
|
java.lang.String |
AtlassianSynchronizer.delete(IWorkitem workitem) |
|
SynchronizerResult |
AtlassianSynchronizer.update(IWorkitem workitem) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.rogatio.circlead.control.synchronizer.atlassian.content.Page |
Parser.createPage(IWorkitem workitem,
java.lang.String spaceKey,
ISynchronizer synchronizer) |
Creates the page.
|
static org.rogatio.circlead.control.synchronizer.atlassian.content.Metadata |
Parser.getLabelMetadata(IWorkitem wi) |
Gets the label metadata.
|
| Modifier and Type | Method | Description |
|---|---|---|
IWorkitem |
FileSynchronizer.get(java.lang.String filename) |
| Modifier and Type | Method | Description |
|---|---|---|
SynchronizerResult |
FileSynchronizer.add(IWorkitem workitem) |
|
java.lang.String |
FileSynchronizer.delete(IWorkitem workitem) |
|
SynchronizerResult |
FileSynchronizer.update(IWorkitem workitem) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
WorkitemType.isTypeOf(IWorkitem workitem) |
Checks if workitem is type enum-name.
|
boolean |
WorkitemType.isTypeOf(IWorkitem workitem,
IWorkitem workitem2) |
Checks if object is type of workitem.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Activity |
The Class Activity is the working item for a activity.
|
class |
Competence |
The Class Competence is a special workitem, because Circlead should contain
only one (Root)-Competence in
Repository
and all other Competencies should be nested child representations. |
class |
DefaultWorkitem |
The Class DefaultWorkitem is the default working item for all other workitems.
|
class |
Person |
The Class Person is the working item for a person.
|
class |
Role |
The Class Role holds the core information of the role workitem.
|
class |
Rolegroup |
The Class Rolegroup is the working item for a Rolegroup.
|
class |
Team |
The Class Team is the working item for a Team.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<IWorkitem> |
Activity.getReferencedItems() |
|
java.util.List<IWorkitem> |
Competence.getReferencedItems() |
|
java.util.List<IWorkitem> |
DefaultWorkitem.getReferencedItems() |
|
java.util.List<IWorkitem> |
IWorkitem.getReferencedItems() |
Gets the referenced items.
|
java.util.List<IWorkitem> |
Person.getReferencedItems() |
|
java.util.List<IWorkitem> |
Role.getReferencedItems() |
|
java.util.List<IWorkitem> |
Rolegroup.getReferencedItems() |
|
java.util.List<IWorkitem> |
Team.getReferencedItems() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
StringUtil.mergeFromTemplate(java.lang.String templateFile,
IWorkitem workitem) |
Merge data with velocity template.
|
| Modifier and Type | Method | Description |
|---|---|---|
IWorkitem |
TreeNode.getWorkitem() |
Gets the workitem.
|
| Modifier and Type | Method | Description |
|---|---|---|
TreeNode |
WorkitemTree.getTreeNode(IWorkitem workitem) |
Gets the tree node.
|
TreeNode |
WorkitemTree.getTreeNode(IWorkitem workitem,
TreeNode node) |
Gets the tree node.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
WorkitemTree.getTreeLeafs(TreeNode treeNode,
java.util.List<IWorkitem> leafs) |
Gets the tree leafs.
|
| Constructor | Description |
|---|---|
TreeNode(IWorkitem workitem,
TreeNode parentNode) |
Instantiates a new tree node.
|
TreeNode(IWorkitem workitem,
TreeNode parentNode,
java.awt.Color color) |
Instantiates a new tree node.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AtlassianRendererEngine.addWorkitemTable(org.jsoup.nodes.Element element,
java.util.List<IWorkitem> workitem) |
|
void |
FileRendererEngine.addWorkitemTable(org.jsoup.nodes.Element element,
java.util.List<IWorkitem> workitem) |
|
void |
ISynchronizerRendererEngine.addWorkitemTable(org.jsoup.nodes.Element element,
java.util.List<IWorkitem> workitem) |
Adds the workitem table.
|