public interface IComponent extends IBaseFieldEx
Modifier and Type | Method and Description |
---|---|
int |
applicationAreaID()
The Component's linked application area ID.
|
void |
applicationAreaID(int pVal)
The Component's linked application area ID.
|
IList |
businessProcesses()
The list of associated BusinessProcess objects.
|
Object |
businessProcesses(int index) |
com4j.Com4jObject |
componentParamFactory()
The component parameter factory.
|
com4j.Com4jObject |
componentStepFactory()
The ComponentStepFactory for this component
|
void |
deletePicture(String bsData)
Deletes the snapshot.
|
com4j.Com4jObject |
extendedStorage(int nEntityType)
The ExtendedStorage object for this component.
|
com4j.Com4jObject |
folder()
The component's folder.
|
boolean |
hasPicture()
Indicates if the component has a snapshot.
|
void |
hasPicture(boolean pvbVal)
Indicates if the component has a snapshot.
|
boolean |
hasScript()
Checks if the component is associated with a test script.
|
boolean |
isIteratable()
For backward compatibility with versions prior to 9.0.
|
void |
isIteratable(boolean pVal)
For backward compatibility with versions prior to 9.0.
|
boolean |
isObsolete()
Checks if the component has been marked deleted by a user but is still in use in a test.
|
String |
name()
The Component's name.
|
void |
name(String pVal)
The Component's name.
|
String |
scriptType()
The test script type.
|
void |
scriptType(String pbsVal)
The test script type.
|
void |
setStepsData()
For backward compatibility with versions prior to 9.0.
|
attachments, hasAttachment, history
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
com4j.Com4jObject componentParamFactory()
The component parameter factory.
Getter method for the COM property "ComponentParamFactory"
String name()
The Component's name.
Getter method for the COM property "Name"
void name(String pVal)
The Component's name.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.IList businessProcesses()
The list of associated BusinessProcess objects.
Object businessProcesses(int index)
boolean isIteratable()
For backward compatibility with versions prior to 9.0.
Getter method for the COM property "IsIteratable"
void isIteratable(boolean pVal)
For backward compatibility with versions prior to 9.0.
Setter method for the COM property "IsIteratable"
pVal
- Mandatory boolean parameter.boolean isObsolete()
Checks if the component has been marked deleted by a user but is still in use in a test.
Getter method for the COM property "IsObsolete"
com4j.Com4jObject folder()
The component's folder.
Getter method for the COM property "Folder"
boolean hasScript()
Checks if the component is associated with a test script.
Getter method for the COM property "HasScript"
boolean hasPicture()
Indicates if the component has a snapshot.
Getter method for the COM property "HasPicture"
void hasPicture(boolean pvbVal)
Indicates if the component has a snapshot.
Setter method for the COM property "HasPicture"
pvbVal
- Mandatory boolean parameter.com4j.Com4jObject extendedStorage(int nEntityType)
The ExtendedStorage object for this component.
Getter method for the COM property "ExtendedStorage"
nEntityType
- Mandatory int parameter.String scriptType()
The test script type.
Getter method for the COM property "ScriptType"
void scriptType(String pbsVal)
The test script type.
Setter method for the COM property "ScriptType"
pbsVal
- Mandatory java.lang.String parameter.void deletePicture(String bsData)
Deletes the snapshot.
bsData
- Mandatory java.lang.String parameter.com4j.Com4jObject componentStepFactory()
The ComponentStepFactory for this component
Getter method for the COM property "ComponentStepFactory"
void setStepsData()
For backward compatibility with versions prior to 9.0. Wrap component's step in HTML format
int applicationAreaID()
The Component's linked application area ID.
Getter method for the COM property "ApplicationAreaID"
void applicationAreaID(int pVal)
The Component's linked application area ID.
Setter method for the COM property "ApplicationAreaID"
pVal
- Mandatory int parameter.Copyright © 2020. All rights reserved.