Interface IComponentFolderFactory
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
public interface IComponentFolderFactory extends IBaseFactory
For HP use. Services for managing the organization of business components.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
folderByPath(java.lang.String path)
Gets a ComponentFolder by its path.java.lang.String
folderPath(int folderId)
Gets the path of the specified folder.com4j.Com4jObject
obsolete()
Gets the Obsolete Components folder.com4j.Com4jObject
root()
Gets the business components root folder.com4j.Com4jObject
templates()
Gets the Templates folder (Quick Test only).IList
unattachedComponents()
Obsolete.java.lang.Object
unattachedComponents(int index)
-
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.IBaseFactory
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
-
-
-
-
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. Do not invoke. method UnattachedComponents.
- Returns:
- Returns a value of type step.repository.alm.v16.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
-
-