|
Cool documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IAspectRow | |
| com.sap.tc.col.client.generic.api | |
| Uses of IAspectRow in com.sap.tc.col.client.generic.api |
| Methods in com.sap.tc.col.client.generic.api that return IAspectRow | |
IAspectRow |
IAspectRow.getRelatedAspectRow(java.lang.String relationName)
Returns the related AspectRow dependent of the Relation with given relationName or null, if no related AspectRow exists. |
IAspectRow |
IAspectRow.getRelatedAspectRow(java.lang.String relationName,
LockStrategy lockStrategy)
Returns the related AspectRow dependent of the Relation with given relationName or null, if no related AspectRow exists. |
IAspectRow |
IAspectRow.getRelatedAspectRow(java.lang.String relationName,
java.lang.String targetAspectName)
navigates to the AspectRow with given targetAspectName according to the relation with given relation name and the given targetAspectName. |
IAspectRow |
IAspectRow.getRelatedAspectRow(java.lang.String relationName,
java.lang.String targetAspectName,
LockStrategy lockStrategy)
navigates to the AspectRow with given targetAspectName according to the relation with given relation name and the given targetAspectName. |
IAspectRow |
IAspectRow.getAspectRow(java.lang.String aspectName)
returns the AspectRow with the given aspectName to the Key of this AspectRow. |
IAspectRow |
IAspectRow.getAspectRow(java.lang.String aspectName,
LockStrategy lockStrategy)
Returns the AspectRow for the given aspectName to the Key of this AspectRow. |
IAspectRow |
IMessage.getAspectRow()
Deprecated. from Beta4 on, there is no unique AspectRow instance associated to a Message |
IAspectRow |
IAspect.getAspectRow(IKey key)
returns the AspectRow of this Aspect with given key, if there is one or null if no one exists. |
IAspectRow |
IAspect.getAspectRow(IKey key,
LockStrategy lockStrategy)
returns the AspectRow of this Aspect with given key, if there is one or null if no one exists. |
IAspectRow |
IAspect.getAspectRow(int row)
returns the AspectRow with given row index or an ArrayIndexOutOfBoundsException, if row is no valid index. |
IAspectRow |
IAspect.getAspectRow(int row,
LockStrategy lockStrategy)
returns the AspectRow with given row index or an ArrayIndexOutOfBoundsException, if row is no valid index. |
IAspectRow |
IAspect.createAspectRow()
creates an empty AspectRow locally and adds it to the AspectRow list. |
IAspectRow |
IAspect.createAspectRow(IKey parentKey)
creates an empty AspectRow locally and adds it to the AspectRow list. |
IAspectRow |
IAspect.createRelatedAspectRow(IKey key)
Deprecated. use createAspectRow(IKey parentKey)instead |
| Methods in com.sap.tc.col.client.generic.api with parameters of type IAspectRow | |
boolean |
IAspect.removeAspectRow(IAspectRow aspectRow)
removes an AspectRow from the AspectRow list locally. |
boolean |
IAspect.removeAspectRow(IAspectRow aspectRow,
LockStrategy lockStrategy)
removes an AspectRow from the AspectRow list locally. |
|
Cool documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||