TaskNode.javaTaskNodeImplements: IdObject
@Deprecated, @Override, @Serial
| Name | Type | Access | Modifiers |
|---|---|---|---|
serialVersionUID | long | private | static final |
| Name | Return Type | Access |
|---|---|---|
isRootNode() | boolean | public |
setTask() | void | public |
getTask() | TaskDO | public |
getId() | Long | public |
setId() | void | public |
getTaskId() | Long | public |
getParentId() | Long | public |
getParent() | TaskNode | public |
getReference() | String | public |
getProjekt() | ProjektDO | public |
getProjekt() | ProjektDO | public |
isDeleted() | boolean | public |
isFinished() | boolean | public |
isBookableForTimesheets() | boolean | public |
getDescendantIds() | List | public |
getDescendantIds() | void | private |
getAncestorIds() | List | public |
getAncestorIds() | void | private |
getChilds() | List | public |
getChildren() | List | public |
hasChilds() | boolean | public |
hasChildren() | boolean | public |
isParentOf() | boolean | public |
getPathAsString() | String | public |
getPathToRoot() | List | public |
getPathToAncestor() | List | public |
hasPermission() | boolean | public |
isPermissionRecursive() | boolean | public |
getDuration() | long | public |
equals() | boolean | public |
2 more methods not shown.
| Commit | What changed |
|---|---|
868d6abb75 | 2025 -> 2026 |
ee32b3e3a5 | Code deprecations. |
63081666f6 | Source file headers: 2024-> 2025. |
5f9bbfbd37 | Fix typos in projectforge-business directory |
4ae4f3ea35 | Bugfixes while going-live... |
f093272861 | Migration stuff in progress... (all tests of all packages: OK). |
e66d5f5f7c | Migration stuff in progress... TaskTree -> Kotlin and runs now in isolated entity manager |
4c04cfd652 | MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.) |
923f5c64b8 | Migration stuff in progress... |
06828f4908 | Migration stuff in progress... |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
dcfc7c1a96 | Old calendar moved to sub menu, ScriptingTask*, JiraUtils |
5f7ef41b8c | Copyright 2021 -> 2022 |
db3b02da77 | UserException moved from business to common package (AccesssException affected). UserException will now be returned as Toast for Rest clients on default. FileSizeChecker WIP. |
ceb63e8a1b | Source code header: (C) 2001-2021. |
7c79f1922c | Copyright of source header -> 2020. |
73a9755df7 | More code cleanup: - Collapsed catch blocks that did the exact same things - Replaced ArrayList |
000ca723d8 | Remove pointless boolean expressions (business) |
611a8aaee5 | Refactored (java, kt, less, jsx): childs -> children. |
dd5ca38acd | CopyRight of all java file-header updated or created. |
bc0a98baa6 | Deprecated ObjectUitls method replaced (perl -pie is your best friend). |
0dd545fdc2 | TaskNode.getPathAsString added for logging purposes. |
a5bbdca6aa | Change logger to slf4j |
f979e8a429 | MGC-UPDATE: Update auf Version 3.0.0-SNAPSHOT |
9ebb885224 | Initial commit |