Interface IComponentFolderFactory

  • All Superinterfaces:
    com4j.Com4jObject, IBaseFactory

    public interface IComponentFolderFactory
    extends IBaseFactory
    Services for managing the organization of business components.
    • Method Detail

      • root

        com4j.Com4jObject root()

        Gets the business components root folder.

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

        java.lang.String folderPath​(int folderId)

        Gets the path of the specified folder.

        Parameters:
        folderId - Mandatory int parameter.
        Returns:
        Returns a value of type java.lang.String
      • folderByPath

        com4j.Com4jObject folderByPath​(java.lang.String path)

        Gets a ComponentFolder by its path

        Parameters:
        path - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • unattachedComponents

        IList unattachedComponents()

        Obsolete: method UnattachedComponents

        Returns:
        Returns a value of type otaclient.IList
      • unattachedComponents

        java.lang.Object unattachedComponents​(int index)
      • templates

        com4j.Com4jObject templates()

        Gets the Templates folder (Quick Test only).

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

        com4j.Com4jObject obsolete()

        Gets the Obsolete Components folder.

        Returns:
        Returns a value of type com4j.Com4jObject