public interface ISharableLibrary
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
ILibraryOperationResult |
importLibraryVerification(String dstDomainName,
String dstProjectName,
int srcBaselineId)
Performs validation before library import
|
IList |
usedByInfo()
Get an IList of ILibraryInfo of libraries that are using me.
|
Object |
usedByInfo(int index) |
IList usedByInfo()
Get an IList of ILibraryInfo of libraries that are using me. (empty list if none
Getter method for the COM property "UsedByInfo"
Object usedByInfo(int index)
ILibraryOperationResult importLibraryVerification(String dstDomainName, String dstProjectName, int srcBaselineId)
Performs validation before library import
dstDomainName
- Mandatory java.lang.String parameter.dstProjectName
- Mandatory java.lang.String parameter.srcBaselineId
- Mandatory int parameter.Copyright © 2020. All rights reserved.