com.sap.tc.cmi.model

Interface ICMIModelClassExecutable

All Known Subinterfaces:
ICMIQuery, ICMISortableQuery

public interface ICMIModelClassExecutable

Allows access to some executable behavior of model classes. Some model classes provide an execution model (such as calling a web service or some other kind of remote method invocation 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.

Type Classification Type Classification:

This interface is part of the Common Model Interface and is intended to be implemented by applications.


Method Summary
 void execute()
          Executes the executable.
 

Method Detail

execute

void execute()
             throws CMIException
Executes the executable.

Throws:
CMIException
Access Rights

This class can be accessed from:


SC DC
[sap.com] FRAMEWORK [sap.com] tc/cmi
[sap.com] FRAMEWORK [sap.com] tc/cm/ejb/api


Copyright 2010 SAP AG Complete Copyright Notice