ApplicationsController class
- Implemented types
Constructors
Properties
- commandSet ↔ ApplicationsCommandSet
-
read / write
- dependencyResolver ↔ DependencyResolver
-
read / write
- persistence ↔ IApplicationsPersistence
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
configure(
ConfigParams config ) → void - Configures component by passing configuration parameters. [...]
-
createApplication(
String correlationId, ApplicationV1 application ) → Future< ApplicationV1> -
Creates an application. [...]
override
-
deleteApplicationById(
String correlationId, String applicationId ) → Future< ApplicationV1> -
Deleted an application by it's unique id. [...]
override
-
getApplicationById(
String correlationId, String applicationId ) → Future< ApplicationV1> -
Gets an application by its unique id. [...]
override
-
getApplications(
String correlationId, FilterParams filter, PagingParams paging ) → Future< DataPage< ApplicationV1> > -
Gets a page of applications retrieved by a given filter. [...]
override
-
getCommandSet(
) → CommandSet - Gets a command set. [...]
-
setReferences(
IReferences references ) → void - Set references to component. [...]
-
updateApplication(
String correlationId, ApplicationV1 application ) → Future< ApplicationV1> -
Updates an application. [...]
override
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other ) → bool -
The equality operator. [...]
inherited