Interface IBPMRepresentable2
-
- All Superinterfaces:
com4j.Com4jObject
,IBPMRepresentable
public interface IBPMRepresentable2 extends IBPMRepresentable
For HP use. Represents a bpm represetable entity of bpm linkable entity between two requirements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
getLinkedTestsEx(boolean includeIndirectLinkage, boolean includeChildren, boolean includeLinkage, java.lang.String filter)
Returns the list of all tests that cover the current representative entity and match the filter.-
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.IBPMRepresentable
bpmLinkFactory, getLinkedTests, hasBPMLinkage
-
-
-
-
Method Detail
-
getLinkedTestsEx
IList getLinkedTestsEx(boolean includeIndirectLinkage, boolean includeChildren, boolean includeLinkage, java.lang.String filter)
Returns the list of all tests that cover the current representative entity and match the filter.
- Parameters:
includeIndirectLinkage
- Mandatory boolean parameter.includeChildren
- Mandatory boolean parameter.includeLinkage
- Mandatory boolean parameter.filter
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
-