Interface DomainOperation<T extends Operation<T>>

Type Parameters:
T - the operation type
All Superinterfaces:
DomainContextProvider, DomainDelegate<T>, org.tentackle.reflect.Interceptable, OperationProvider<T>, ProxyDelegate<T>, Serializable, SessionProvider
All Known Subinterfaces:
Operation<T>

public interface DomainOperation<T extends Operation<T>> extends DomainDelegate<T>, OperationProvider<T>, DomainContextProvider, SessionProvider
Interface for the domain part of an operation.
Author:
harald