Package | Description |
---|---|
com.unitesk.requality.core |
The main core package for using in other packages.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TreeLogic.canBeChildOfExc(java.lang.String whatType,
TreeNode parent) |
boolean |
ITreeLogic.canBeChildOfExc(java.lang.String whatType,
TreeNode parent)
Method to check if it possible to 'what' type(for ex.
|
boolean |
TreeLogic.canBeChildOfExc(TreeNode what,
TreeNode parent) |
boolean |
ITreeLogic.canBeChildOfExc(TreeNode what,
TreeNode parent)
Method to check if it possible to 'what' to be child of 'parent' TreeNode Throws exceptions
|
boolean |
TreeLogic.canBeChildOfExc(TreeNode what,
TreeNode parent,
boolean checkid) |
boolean |
ITreeLogic.canBeChildOfExc(TreeNode what,
TreeNode parent,
boolean checkid) |
boolean |
TreeLogic.canBeCopiedToExc(TreeNode what,
TreeNode newParent,
boolean changeId) |
boolean |
ITreeLogic.canBeCopiedToExc(TreeNode what,
TreeNode newParent,
boolean changeId)
Check if it is possible to create copy of 'what' TreeNode in 'parent' TreeNode.
|
boolean |
TreeLogic.canBeCreatedInExc(java.lang.String whatType,
java.lang.String newId,
TreeNode parent) |
boolean |
ITreeLogic.canBeCreatedInExc(java.lang.String whatType,
java.lang.String newId,
TreeNode parent)
Check if it possible to create node with type 'whatType' and id 'newId' to node 'parent' Throws
exceptions
|
boolean |
TreeLogic.canBeCreatedInExc(java.lang.String whatType,
TreeNode parent) |
boolean |
ITreeLogic.canBeCreatedInExc(java.lang.String whatType,
TreeNode parent)
Check if it possible to create node with type 'whatType' and id 'newId' to node 'parent' Throws
exceptions
|