Package step.repository.alm.otaclient
Interface ISharableLibrary
-
- All Superinterfaces:
com4j.Com4jObject
public interface ISharableLibrary extends com4j.Com4jObject
For HP use. Provides an interface for a library that can be shared
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILibraryOperationResult
importLibraryVerification(java.lang.String dstDomainName, java.lang.String dstProjectName, int srcBaselineId)
Performs validation before library importIList
usedByInfo()
Get an IList of ILibraryInfo of libraries that are using me.java.lang.Object
usedByInfo(int index)
-
-
-
Method Detail
-
usedByInfo
IList usedByInfo()
Get an IList of ILibraryInfo of libraries that are using me. (empty list if none
Getter method for the COM property "UsedByInfo"
- Returns:
- Returns a value of type otaclient.IList
-
usedByInfo
java.lang.Object usedByInfo(int index)
-
importLibraryVerification
ILibraryOperationResult importLibraryVerification(java.lang.String dstDomainName, java.lang.String dstProjectName, int srcBaselineId)
Performs validation before library import
- Parameters:
dstDomainName
- Mandatory java.lang.String parameter.dstProjectName
- Mandatory java.lang.String parameter.srcBaselineId
- Mandatory int parameter.- Returns:
- Returns a value of type otaclient.ILibraryOperationResult
-
-