public interface IBaseline extends IBaseFieldEx
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
baselineRootFactory()
The baseline roots factory of this baseline.
|
void |
capture()
Captures a baseline.
|
int |
captureAsync()
Captures a baseline.
|
int |
captureState()
CaptureState (The Baseline capturing state, one of TDAPI_BASELINE_CAPTURING_STATE)
|
Date |
creationDate()
The Date at which the baseline was created
|
String |
creatorUser()
The user name of the baseline creator or importer.
|
String |
description()
The baseline's description.
|
void |
description(String pVal)
The baseline's description.
|
String |
name()
The baseline's name
|
void |
name(String pVal)
The baseline's name
|
com4j.Com4jObject |
parent()
The baseline's parent library
|
attachments, hasAttachment, history
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String name()
The baseline's name
Getter method for the COM property "Name"
void name(String pVal)
The baseline's name
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.String description()
The baseline's description.
Getter method for the COM property "Description"
void description(String pVal)
The baseline's description.
Setter method for the COM property "Description"
pVal
- Mandatory java.lang.String parameter.com4j.Com4jObject parent()
The baseline's parent library
Getter method for the COM property "Parent"
String creatorUser()
The user name of the baseline creator or importer.
Getter method for the COM property "CreatorUser"
Date creationDate()
The Date at which the baseline was created
Getter method for the COM property "CreationDate"
int captureState()
CaptureState (The Baseline capturing state, one of TDAPI_BASELINE_CAPTURING_STATE)
Getter method for the COM property "CaptureState"
void capture()
Captures a baseline. Error if baseline state is not BASELINE_CAPTURING_STATE_NONE or BASELINE_CAPTURING_STATE_FAIL
int captureAsync()
Captures a baseline. Error if baseline state is not BASELINE_CAPTURING_STATE_NONE or BASELINE_CAPTURING_STATE_FAIL
com4j.Com4jObject baselineRootFactory()
The baseline roots factory of this baseline.
Getter method for the COM property "BaselineRootFactory"
Copyright © 2020. All rights reserved.