com.sap.tc.cmi.model
Interface ICMIModelClassExecutable
- All Known Subinterfaces:
- ICMIQuery
- public interface ICMIModelClassExecutable
allows Access to some executable behavior of model classes.
Some model classes provide an execution model (such als calling a web service
or some other kind of remote method invokation or the execution of a query).
Execution is typically used to retrieve model class instances from a backend
system or to store changed data in the backend.
This type can be called, extended or implemented by applications or frameworks using CMI.
- Version:
- $Id: //tc/CommonModelInterface/630_VAL_REL/src/_cmi_api/java/com/sap/tc/cmi/model/ICMIModelClassExecutable.java#1 $
|
Method Summary |
void |
execute()
executes the Executable |
execute
public void execute()
throws CMIException
- executes the Executable
- Throws:
CMIException -
Copyright © 2002 SAP AG. Automatically generated Thu Mar 3 2005, 21:53