|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationParameter | |
---|---|
com.ibm.itim.dataservices.model | Provides a a low-level application programming interface for querying elements of the data model. |
Uses of OperationParameter in com.ibm.itim.dataservices.model |
---|
Methods in com.ibm.itim.dataservices.model that return OperationParameter | |
---|---|
OperationParameter[] |
ObjectProfileOperation.getInParameters()
Returns the list of parameters of the operation |
Methods in com.ibm.itim.dataservices.model with parameters of type OperationParameter | |
---|---|
void |
ObjectProfileOperation.setInParameters(OperationParameter[] params)
Sets the formal parameters of the operation |
Constructors in com.ibm.itim.dataservices.model with parameters of type OperationParameter | |
---|---|
ObjectProfileOperation(java.lang.String name,
boolean isStatic,
boolean isSystem,
OperationParameter[] inParams,
DistinguishedName defDN)
Constructs a new ObjectProfileOperation object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |