public interface RMNode
RMNodeType.
Additionally the implementation class can implement RMUpdateFlaggingSupport
to better support the flagging feature for changed requirements in SilkCentral Test Manager.| Modifier and Type | Method and Description |
|---|---|
java.util.List<RMAttachment> |
getAttachments()
Returns the URLs of all attachments for this node.
|
long |
getChangedAt()
Returns the time stamp (milliseconds) for the last change of the node.
|
java.lang.String |
getChangedBy()
Returns the user who last changed the node.
|
long |
getCreatedAt()
Returns the time stamp (milliseconds) for the creation of the node.
|
java.lang.String |
getCreatedBy()
Returns the user who created the node.
|
java.lang.String |
getDescription()
Returns the description of the node
|
java.lang.String |
getId()
Returns the id of the node.
|
java.lang.String |
getName()
Returns the name of the node.
|
java.lang.String |
getParentId()
Returns the id of the parent node.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Returns all the properties for the node.
|
RMNodeType |
getType()
Returns the type of the node.
|
java.lang.String |
getURI()
Returns the URI of the node.
|
java.lang.String |
getVersion()
Returns the version of the node
|
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getId()
java.lang.String getParentId()
java.lang.String getVersion()
java.lang.String getURI()
long getChangedAt()
java.lang.String getChangedBy()
RMNodeType getType()
java.util.Map<java.lang.String,java.lang.String> getProperties()
java.util.List<RMAttachment> getAttachments()
long getCreatedAt()
java.lang.String getCreatedBy()
Copyright © Micro Focus 2004-2019. All rights reserved.