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.Com4jObjectbaselineRootFactory()The baseline roots factory of this baseline.voidcapture()Captures a baseline.intcaptureAsync()Captures a baseline.intcaptureState()CaptureState (The Baseline capturing state, one of TDAPI_BASELINE_CAPTURING_STATE)DatecreationDate()The Date at which the baseline was createdStringcreatorUser()The user name of the baseline creator or importer.Stringdescription()The baseline's description.voiddescription(String pVal)The baseline's description.Stringname()The baseline's namevoidname(String pVal)The baseline's namecom4j.Com4jObjectparent()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.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
name
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(String pVal)
The baseline's name
Setter method for the COM property "Name"
- Parameters:
pVal- Mandatory java.lang.String parameter.
-
description
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(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
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
Date creationDate()
The Date at which the baseline was created
Getter method for the COM property "CreationDate"
- Returns:
- Returns a value of type java.util.Date
-
captureState
int captureState()
CaptureState (The Baseline capturing state, one of 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
-
-