|
Cool documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IKey | |
| com.sap.tc.col.client.generic.api | |
| Uses of IKey in com.sap.tc.col.client.generic.api |
| Methods in com.sap.tc.col.client.generic.api that return IKey | |
IKey |
IKeyList.getKey(int index)
returns the Key at the specified position |
IKey |
IAspectRow.getKey()
returns the unique IKey, of this AspectRow |
IKey |
IMessage.getAspectRowKey()
returns the Key of the AspectRow this message is associated to, or null, if this message is no AspectRow message. |
IKey |
IServiceModule.createKey(java.lang.String keyName,
java.lang.String[] keyFields)
Creates a IKey by getting meta data from ServiceModuleDescriptor. |
| Methods in com.sap.tc.col.client.generic.api with parameters of type IKey | |
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.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 |
void |
IAction.setRelationTargetKey(IKey key)
sets the Key of a related target AspectRow, where this Action must be
a cross Aspect Action. |
|
Cool documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||