Interface IBaseline
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
public interface IBaseline extends IBaseFieldEx
For HP use. Represents a Baseline.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
baselineRootFactory()
The baseline roots factory of this baseline.void
capture()
Captures a baseline.int
captureAsync()
Captures a baseline.int
captureState()
The Baseline capturing state.java.util.Date
creationDate()
The Date on which the baseline was created.java.lang.String
creatorUser()
The user name of the baseline creator or importer.java.lang.String
description()
The baseline's description.void
description(java.lang.String pVal)
The baseline's description.java.lang.String
name()
The baseline's name.void
name(java.lang.String pVal)
The baseline's name.com4j.Com4jObject
parent()
The baseline's parent library.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
name
java.lang.String name()
The baseline's name.
Getter method for the COM property "Name"
- Returns:
- Returns a value of type java.lang.String
-
name
void name(java.lang.String pVal)
The baseline's name.
Setter method for the COM property "Name"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
description
java.lang.String description()
The baseline's description.
Getter method for the COM property "Description"
- Returns:
- Returns a value of type java.lang.String
-
description
void description(java.lang.String pVal)
The baseline's description.
Setter method for the COM property "Description"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
parent
com4j.Com4jObject parent()
The baseline's parent library.
Getter method for the COM property "Parent"
- Returns:
- Returns a value of type com4j.Com4jObject
-
creatorUser
java.lang.String creatorUser()
The user name of the baseline creator or importer.
Getter method for the COM property "CreatorUser"
- Returns:
- Returns a value of type java.lang.String
-
creationDate
java.util.Date creationDate()
The Date on which the baseline was created.
Getter method for the COM property "CreationDate"
- Returns:
- Returns a value of type java.util.Date
-
captureState
int captureState()
The Baseline capturing state. A value of enum TDAPI_BASELINE_CAPTURING_STATE).
Getter method for the COM property "CaptureState"
- Returns:
- Returns a value of type int
-
capture
void capture()
Captures a baseline. Error if baseline state is not BASELINE_CAPTURING_STATE_NONE or BASELINE_CAPTURING_STATE_FAIL.
-
captureAsync
int captureAsync()
Captures a baseline. Error if baseline state is not BASELINE_CAPTURING_STATE_NONE or BASELINE_CAPTURING_STATE_FAIL.
- Returns:
- Returns a value of type int
-
baselineRootFactory
com4j.Com4jObject baselineRootFactory()
The baseline roots factory of this baseline.
Getter method for the COM property "BaselineRootFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-