public interface ILibrary extends IBaseFieldExMail
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
baselineFactory()
For HP use.
|
int |
beginSync(ILibraryInfo srcLibrary,
int srcBaselineId,
int comparisonId,
IList fieldsToSync)
For HP use.
|
ILibraryOperationResult |
createBaselineVerification()
For HP use.
|
Date |
creationDate()
The Date at which the library was created
|
String |
creatorUser()
The user name of the library creator or importer.
|
void |
creatorUser(String pVal)
The user name of the library creator or importer.
|
int |
getLibraryTaskId()
The asynchronous task ID of this library.
|
com4j.Com4jObject |
libraryInfo()
For HP use.
|
com4j.Com4jObject |
libraryPartFactory()
The library parts factory of this library.
|
int |
libType()
The Library Type (Created, Imported, TBD)
|
String |
name()
The library's name
|
void |
name(String pVal)
The library's name
|
com4j.Com4jObject |
parent()
The library's parent library folder
|
ILibraryOperationResult |
syncLibrariesVerification(ILibraryInfo srcLibrary,
int srcBaselineId,
int comparisonId)
For HP use.
|
mail
attachments, hasAttachment, history
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
int libType()
The Library Type (Created, Imported, TBD)
Getter method for the COM property "LibType"
String name()
The library's name
Getter method for the COM property "Name"
void name(String pVal)
The library's name
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.com4j.Com4jObject parent()
The library's parent library folder
Getter method for the COM property "Parent"
String creatorUser()
The user name of the library creator or importer.
Getter method for the COM property "CreatorUser"
void creatorUser(String pVal)
The user name of the library creator or importer.
Setter method for the COM property "CreatorUser"
pVal
- Mandatory java.lang.String parameter.Date creationDate()
The Date at which the library was created
Getter method for the COM property "CreationDate"
com4j.Com4jObject libraryPartFactory()
The library parts factory of this library.
Getter method for the COM property "LibraryPartFactory"
com4j.Com4jObject baselineFactory()
For HP use. The factory that manages baselines of this Library.
Getter method for the COM property "BaselineFactory"
int beginSync(ILibraryInfo srcLibrary, int srcBaselineId, int comparisonId, IList fieldsToSync)
For HP use. Synchronizes another library baseline into the current library. Both libraries type may be either exportable or imported.
srcLibrary
- Mandatory otaclient.ILibraryInfo parameter.srcBaselineId
- Mandatory int parameter.comparisonId
- Mandatory int parameter.fieldsToSync
- Mandatory otaclient.IList parameter.com4j.Com4jObject libraryInfo()
For HP use. Returns the LibraryInfo of this library. The returned baseline data is meaningless (it is here only because it is a part of the LibraryInfo data)~~~
Getter method for the COM property "LibraryInfo"
ILibraryOperationResult createBaselineVerification()
For HP use. Performs verification before baseline creation
ILibraryOperationResult syncLibrariesVerification(ILibraryInfo srcLibrary, int srcBaselineId, int comparisonId)
For HP use. Performs verification before libraries synchronization
srcLibrary
- Mandatory otaclient.ILibraryInfo parameter.srcBaselineId
- Mandatory int parameter.comparisonId
- Mandatory int parameter.int getLibraryTaskId()
The asynchronous task ID of this library.
Copyright © 2020. All rights reserved.