Interface IComponent
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
- All Known Subinterfaces:
IComponent2
,IComponent3
public interface IComponent extends IBaseFieldEx
Represents a business component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.java.lang.Object
businessProcesses(int index)
com4j.Com4jObject
componentParamFactory()
The component parameter factory.com4j.Com4jObject
componentStepFactory()
The ComponentStepFactory for this componentvoid
deletePicture(java.lang.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.java.lang.String
name()
The Component's name.void
name(java.lang.String pVal)
The Component's name.java.lang.String
scriptType()
The test script type.void
scriptType(java.lang.String pbsVal)
The test script type.void
setStepsData()
For backward compatibility with versions prior to 9.0.-
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
-
componentParamFactory
com4j.Com4jObject componentParamFactory()
The component parameter factory.
Getter method for the COM property "ComponentParamFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
name
java.lang.String name()
The Component'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 Component's name.
Setter method for the COM property "Name"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
businessProcesses
IList businessProcesses()
The list of associated BusinessProcess objects.
- Returns:
- Returns a value of type otaclient.IList
-
businessProcesses
java.lang.Object businessProcesses(int index)
-
isIteratable
boolean isIteratable()
For backward compatibility with versions prior to 9.0.
Getter method for the COM property "IsIteratable"
- Returns:
- Returns a value of type boolean
-
isIteratable
void isIteratable(boolean pVal)
For backward compatibility with versions prior to 9.0.
Setter method for the COM property "IsIteratable"
- Parameters:
pVal
- Mandatory boolean parameter.
-
isObsolete
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"
- Returns:
- Returns a value of type boolean
-
folder
com4j.Com4jObject folder()
The component's folder.
Getter method for the COM property "Folder"
- Returns:
- Returns a value of type com4j.Com4jObject
-
hasScript
boolean hasScript()
Checks if the component is associated with a test script.
Getter method for the COM property "HasScript"
- Returns:
- Returns a value of type boolean
-
hasPicture
boolean hasPicture()
Indicates if the component has a snapshot.
Getter method for the COM property "HasPicture"
- Returns:
- Returns a value of type boolean
-
hasPicture
void hasPicture(boolean pvbVal)
Indicates if the component has a snapshot.
Setter method for the COM property "HasPicture"
- Parameters:
pvbVal
- Mandatory boolean parameter.
-
extendedStorage
com4j.Com4jObject extendedStorage(int nEntityType)
The ExtendedStorage object for this component.
Getter method for the COM property "ExtendedStorage"
- Parameters:
nEntityType
- Mandatory int parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
scriptType
java.lang.String scriptType()
The test script type.
Getter method for the COM property "ScriptType"
- Returns:
- Returns a value of type java.lang.String
-
scriptType
void scriptType(java.lang.String pbsVal)
The test script type.
Setter method for the COM property "ScriptType"
- Parameters:
pbsVal
- Mandatory java.lang.String parameter.
-
deletePicture
void deletePicture(java.lang.String bsData)
Deletes the snapshot.
- Parameters:
bsData
- Mandatory java.lang.String parameter.
-
componentStepFactory
com4j.Com4jObject componentStepFactory()
The ComponentStepFactory for this component
Getter method for the COM property "ComponentStepFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
setStepsData
void setStepsData()
For backward compatibility with versions prior to 9.0. Wrap component's step in HTML format
-
applicationAreaID
int applicationAreaID()
The Component's linked application area ID.
Getter method for the COM property "ApplicationAreaID"
- Returns:
- Returns a value of type int
-
applicationAreaID
void applicationAreaID(int pVal)
The Component's linked application area ID.
Setter method for the COM property "ApplicationAreaID"
- Parameters:
pVal
- Mandatory int parameter.
-
-