Interface ISupportDataRelation
-
- All Superinterfaces:
com4j.Com4jObject
public interface ISupportDataRelation extends com4j.Com4jObject
Services for linking a Test or TestConfiguration with its parameter data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
createDataRelation(int resourceId, java.lang.String mapping)
Creates a new asset relation and sets it to be the data source relation for this entity.com4j.Com4jObject
getActiveDataRelation()
Returns the active data resource asset relation whether or not it is associated directly with this object.com4j.Com4jObject
getDataRelation(java.lang.String ownerType)
Returns the data resource asset relation directly associated with this object.
-
-
-
Method Detail
-
createDataRelation
com4j.Com4jObject createDataRelation(int resourceId, java.lang.String mapping)
Creates a new asset relation and sets it to be the data source relation for this entity.
- Parameters:
resourceId
- Mandatory int parameter.mapping
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
getDataRelation
com4j.Com4jObject getDataRelation(java.lang.String ownerType)
Returns the data resource asset relation directly associated with this object.
- Parameters:
ownerType
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
getActiveDataRelation
com4j.Com4jObject getActiveDataRelation()
Returns the active data resource asset relation whether or not it is associated directly with this object.
- Returns:
- Returns a value of type com4j.Com4jObject
-
-