Interface IBPModel

    • Method Detail

      • name

        java.lang.String name()

        The BPModel name.

        Getter method for the COM property "Name"

        Returns:
        Returns a value of type java.lang.String
      • name

        void name​(java.lang.String pVal)

        The BPModel name.

        Setter method for the COM property "Name"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • parentId

        int parentId()

        The ID of the BPModel's parent folder.

        Getter method for the COM property "ParentId"

        Returns:
        Returns a value of type int
      • parentId

        void parentId​(int pVal)

        The ID of the BPModel's parent folder.

        Setter method for the COM property "ParentId"

        Parameters:
        pVal - Mandatory int parameter.
      • description

        java.lang.String description()

        The description of the BPModel.

        Getter method for the COM property "Description"

        Returns:
        Returns a value of type java.lang.String
      • description

        void description​(java.lang.String pVal)

        The description of the BPModel.

        Setter method for the COM property "Description"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • bpModelPathFactory

        com4j.Com4jObject bpModelPathFactory()

        The BPModelPathFactory object.

        Getter method for the COM property "BPModelPathFactory"

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

        com4j.Com4jObject bpModelElementFactory()

        The BPModelElementFactory object.

        Getter method for the COM property "BPModelElementFactory"

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

        java.lang.String repReqRootFolderId()

        The ID of the root representative requirement.

        Getter method for the COM property "RepReqRootFolderId"

        Returns:
        Returns a value of type java.lang.String
      • importPostProcess

        boolean importPostProcess​(boolean updateFlag,
                                  int parentId)

        For HP use. Triggers the post process of model import.

        Parameters:
        updateFlag - Mandatory boolean parameter.
        parentId - Mandatory int parameter.
        Returns:
        Returns a value of type boolean
      • handleRepresentativeRequirements

        boolean handleRepresentativeRequirements​(boolean updateFlag,
                                                 int parentId)

        For HP use.

        Parameters:
        updateFlag - Mandatory boolean parameter.
        parentId - Mandatory int parameter.
        Returns:
        Returns a value of type boolean