|
Interface Summary |
| IAction |
realizes interface of an Action. |
| IAspect |
realizes an interface of an Aspect. |
| IAspectRow |
realizes an interface for a row of an Aspect
The data of a ServiceModule is accessible at runtime in form of various Aspects. |
| IKey |
represents an interface for the unique Key of an AspectRow. |
| IKeyList |
represents an interface for a list of Keys. |
| ILockState |
lock state of an AspectRow
The three supported LockModes in Backend are SHARED (S), SHARED_PROMOTABLE (SP) and EXCLUSIVE (E). |
| IMessage |
interface for GCP Messages. |
| IMessageList |
Contains a list of IMessages. |
| IQuery |
interface of a Query at runtime, a Query allows searching for Aspects for given
search parameters and given input Keys. |
| IServiceFacade |
interface ServiceFacade is the central entry point for the GCP User (Generic Client Proxy). |
| IServiceModule |
Realizes interface for ServiceModule. |
| IStructure |
realizes structured data for AspectRow or parameters of an Action or
Query |
| IStructureList |
represents an interface for a list of Structures. |
| IValueSet |
interface of a ValueSet at runtime. |
| ServiceFacadeFactory.InternalFactory |
Interface to be implemented by internal ServiceFacadeFactory Implementations. |