public interface ILibraryFactory extends IBaseFactoryEx
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
addImportedItem(String domain,
String project,
String libraryName,
int libraryID,
String baselineName,
int baselineId,
Object itemData)
Add a new Imported Library Item.
|
IList |
libraryPartsEntitiesTables()
Returns the list of the entities' table names which can be a library part.
|
Object |
libraryPartsEntitiesTables(int index) |
mail
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
com4j.Com4jObject addImportedItem(String domain, String project, String libraryName, int libraryID, String baselineName, int baselineId, Object itemData)
Add a new Imported Library Item. This will create the item and pre-connect it to the 'Created From' Library. Note: A valid folder id must be passed in ItemData if this factory was retrieved from the connection
domain
- Mandatory java.lang.String parameter.project
- Mandatory java.lang.String parameter.libraryName
- Mandatory java.lang.String parameter.libraryID
- Mandatory int parameter.baselineName
- Mandatory java.lang.String parameter.baselineId
- Mandatory int parameter.itemData
- Optional parameter. Default value is com4j.Variant.getMissing()IList libraryPartsEntitiesTables()
Returns the list of the entities' table names which can be a library part.
Getter method for the COM property "LibraryPartsEntitiesTables"
Object libraryPartsEntitiesTables(int index)
Copyright © 2020. All rights reserved.