Interface IBPMRepresentable

  • All Superinterfaces:
    com4j.Com4jObject
    All Known Subinterfaces:
    IBPMRepresentable2

    public interface IBPMRepresentable
    extends com4j.Com4jObject
    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
      com4j.Com4jObject bpmLinkFactory()
      The bpm link factory of the object represented that enables viewing the bpm links.
      IList getLinkedTests​(boolean includeIndirectLinkage, boolean includeChildren, java.lang.String filter)
      Returns the list of all tests that cover the current representative entity and match the filter.
      boolean hasBPMLinkage()
      Checks if the current represented object has at least one associated bpm link.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • bpmLinkFactory

        com4j.Com4jObject bpmLinkFactory()

        The bpm link factory of the object represented that enables viewing the bpm links.

        Getter method for the COM property "BPMLinkFactory"

        Returns:
        Returns a value of type com4j.Com4jObject
      • hasBPMLinkage

        boolean hasBPMLinkage()

        Checks if the current represented object has at least one associated bpm link.

        Getter method for the COM property "HasBPMLinkage"

        Returns:
        Returns a value of type boolean
      • getLinkedTests

        IList getLinkedTests​(boolean includeIndirectLinkage,
                             boolean includeChildren,
                             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.
        filter - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.IList