Interface ILinkFactory
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
public interface ILinkFactory extends IBaseFactory
Services to manage Link objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
fullLinkage()
Indicates that NewList returns child objects in addition to the current object.void
fullLinkage(boolean pVal)
Indicates that NewList returns child objects in addition to the current object.com4j.Com4jObject
owner()
For HP use.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFactory
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
-
-
-
-
Method Detail
-
owner
com4j.Com4jObject owner()
For HP use. Gets the factory owner object.
Getter method for the COM property "Owner"
- Returns:
- Returns a value of type com4j.Com4jObject
-
fullLinkage
boolean fullLinkage()
Indicates that NewList returns child objects in addition to the current object.
Getter method for the COM property "FullLinkage"
- Returns:
- Returns a value of type boolean
-
fullLinkage
void fullLinkage(boolean pVal)
Indicates that NewList returns child objects in addition to the current object.
Setter method for the COM property "FullLinkage"
- Parameters:
pVal
- Mandatory boolean parameter.
-
-