Interface ISubjectNode
- 
- All Superinterfaces:
- com4j.Com4jObject,- ISysTreeNode
 - All Known Subinterfaces:
- ISubjectNode2
 
 public interface ISubjectNode extends ISysTreeNode Deprecated. Use ITestFolder. Represents a subject folder in a Quality Center subject tree.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObjectattachments()The AttachmentFactory for the subject folder.java.lang.Stringdescription()A description of the subject node.voiddescription(java.lang.String pVal)A description of the subject node.IListfindTests(java.lang.String pattern, boolean matchCase, java.lang.String filter)Finds tests within the current subject folder whose name matches the specified text pattern.booleanhasAttachment()Checks if the SubjectNode has at least one attachment.voidmove(java.lang.Object parent)Moves the current tree mode to be under the specified parent.voidremoveSubjectNode(java.lang.Object node, boolean deleteTests)Removes the specified node from the subject tree.com4j.Com4jObjecttestFactory()The TestFactory object for the subject folder.intviewOrder()The position of the node in the tree as presented in the user interface.voidviewOrder(int pVal)The position of the node in the tree as presented in the user interface.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.ISysTreeNodeaddNode, attribute, child, count, depthType, father, findChildNode, findChildren, name, name, newList, newList, nodeID, path, post, refresh, removeNode
 
- 
 
- 
- 
- 
Method Detail- 
testFactorycom4j.Com4jObject testFactory() The TestFactory object for the subject folder. Getter method for the COM property "TestFactory" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
removeSubjectNodevoid removeSubjectNode(java.lang.Object node, @DefaultValue("0") boolean deleteTests)Removes the specified node from the subject tree. - Parameters:
- node- Mandatory java.lang.Object parameter.
- deleteTests- Optional parameter. Default value is false
 
 - 
descriptionjava.lang.String description() A description of the subject node. Getter method for the COM property "Description" - Returns:
- Returns a value of type java.lang.String
 
 - 
descriptionvoid description(java.lang.String pVal) A description of the subject node. Setter method for the COM property "Description" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
attachmentscom4j.Com4jObject attachments() The AttachmentFactory for the subject folder. Getter method for the COM property "Attachments" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
findTestsIList findTests(java.lang.String pattern, @DefaultValue("0") boolean matchCase, @DefaultValue("") java.lang.String filter) Finds tests within the current subject folder whose name matches the specified text pattern. - Parameters:
- pattern- Mandatory java.lang.String parameter.
- matchCase- Optional parameter. Default value is false
- filter- Optional parameter. Default value is ""
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
 
 - 
viewOrderint viewOrder() The position of the node in the tree as presented in the user interface. Getter method for the COM property "ViewOrder" - Returns:
- Returns a value of type int
 
 - 
viewOrdervoid viewOrder(int pVal) The position of the node in the tree as presented in the user interface. Setter method for the COM property "ViewOrder" - Parameters:
- pVal- Mandatory int parameter.
 
 - 
hasAttachmentboolean hasAttachment() Checks if the SubjectNode has at least one attachment. Getter method for the COM property "HasAttachment" - Returns:
- Returns a value of type boolean
 
 - 
movevoid move(java.lang.Object parent) Moves the current tree mode to be under the specified parent. - Parameters:
- parent- Mandatory java.lang.Object parameter.
 
 
- 
 
-