Interface IFacet
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
public interface IFacet extends IBaseFieldEx
Facet (BPT).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
getStepsFactory(boolean bIsCreatedDirectlyFromComponent)
For HP use.com4j.Com4jObject
parent()
The parent Component.com4j.Com4jObject
stepsFactory()
The Manual Steps Factory for this facet.-
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.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
stepsFactory
com4j.Com4jObject stepsFactory()
The Manual Steps Factory for this facet.
Getter method for the COM property "StepsFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
getStepsFactory
com4j.Com4jObject getStepsFactory(boolean bIsCreatedDirectlyFromComponent)
For HP use. The Manual Steps Factory for this facet while indicating if the factory is created directly from component.
- Parameters:
bIsCreatedDirectlyFromComponent
- Mandatory boolean parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
parent
com4j.Com4jObject parent()
The parent Component.
Getter method for the COM property "Parent"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-