|
Cool documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IStructure | |
| com.sap.tc.col.client.generic.api | |
| Uses of IStructure in com.sap.tc.col.client.generic.api |
| Subinterfaces of IStructure in com.sap.tc.col.client.generic.api | |
interface |
IAspectRow
realizes an interface for a row of an Aspect
The data of a ServiceModule is accessible at runtime in form of various Aspects. |
| Methods in com.sap.tc.col.client.generic.api that return IStructure | |
IStructure |
IValueSet.getInputParameterStructure()
returns the input parameter structure of this ValueSet or throws an UnsupportedOperationException, if
this ValueSet has no input parameter. |
IStructure |
IQuery.getInputParameterStructure()
returns the search parameter structure of this Query or throws an UnsupportedOperationException, if
this Query has no input parameter. |
IStructure |
IQuery.createSelectOption(java.lang.String fieldName)
creates a select option for this Query and the given fieldName. |
IStructure |
IQuery.createSelectOption(java.lang.String fieldName,
java.lang.String operator,
java.lang.String from,
java.lang.String to)
creates a select option for this Query and the given fieldName. |
IStructure |
IAction.getInputParameterStructure()
returns the input parameter structure of this Action or throws an UnsupportedOperationException, if
this Action has no input parameter. |
IStructure |
IAction.getInputParameter()
returns the input parameter structure of this Action or throws an UnsupportedOperationException, if
this Action has no input parameter. |
IStructure |
IStructureList.getStructure(int index)
returns the Structure at the specified position |
|
Cool documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||