All Classes and Interfaces

Class
Description
This class represents a response wrapper object which contains the result of an action execution as well as additional information about the execution state
This class is used to create an ActionResponse
 
Annotation used for component declaration
Annotation used to outsource the services of a component.
This annotation is a marker annotation for config parameters
A field in a component class marked with this annotation will be injected with a connection instance provided by the corrresponding connection provider.
ConnectionRequired is a marker annotation for methods, which need a provided connection.
A method within a connection provider marked with this annotation will be used as instantiator for new connections.
This annotation helps to provide additional information about the input type needed in the method annotated with Create.
A method marked with this annotation will be used to destroy a provided connection if destruction is necessary.
Annotation used to add aditional information to a component or a service
Injectable is a marker annotation used for declaration of a injectable class.
Annotation used to restrict the use of a component
Annotation used to define a method as a lookup-provider.
Annotation used to rewrite the name of a service-parameter.
A method in a connection provider marked with this annotation may be called in the credential setting process.
A method in a connection provider marked with this annotation will be called to refresh a connection if necessary
Methods marked with this annotation can be scheduled as a cron job
The context of schema generation when calling a schema provider
An annotation to mark a method as a schema provider
Annotation used for service declaration.
Annotation used for a static lookup declaration.
Annotation used to define a list of StaticLookup definitions
Annotation used to inject a store-context object.
 
Annotation is used to mark a trigger for synchron execution
Marker-Annotation used to inject a temp-directory
Annotation used for trigger declaration.
Sets the access constraints of a trigger
Possible access-constraints of a trigger
a method in a connection provider marked with this annotation may be used to validate credential input.
Validation class that can be used in an AuthenticationProvider
Annotation is used to declare a trigger as a webhook