public interface IComponentFolderFactory extends IBaseFactory
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
folderByPath(String path)
Gets a ComponentFolder by its path
|
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: method UnattachedComponents
|
Object |
unattachedComponents(int index) |
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
com4j.Com4jObject root()
Gets the business components root folder.
String folderPath(int folderId)
Gets the path of the specified folder.
folderId
- Mandatory int parameter.com4j.Com4jObject folderByPath(String path)
Gets a ComponentFolder by its path
path
- Mandatory java.lang.String parameter.IList unattachedComponents()
Obsolete: method UnattachedComponents
Object unattachedComponents(int index)
com4j.Com4jObject templates()
Gets the Templates folder (Quick Test only).
com4j.Com4jObject obsolete()
Gets the Obsolete Components folder.
Copyright © 2020. All rights reserved.