- GenericSearchBuilder<T extends Searchable> - Class in com.dslplatform.client
-
In case when specification is not defined on the server,
client side generic search builder can be used.
- GenericSearchBuilder(Class<T>, ServiceLocator) - Constructor for class com.dslplatform.client.GenericSearchBuilder
-
Create new instance of generic search builder by providing
domain object type and locator
- get(Class<TResult>, String, int[]) - Method in interface com.dslplatform.client.ApplicationProxy
-
If remote service doesn't require any arguments it can be called using get method.
- get(String) - Method in class com.dslplatform.client.ProjectSettings
-
get value for provided property in dsl-project.props
property = value
- get(String, String) - Method in interface com.dslplatform.storage.S3Repository
-
Load remote stream using bucket and key
- getAction() - Method in class com.dslplatform.patterns.Snapshot
-
Which action was performed (INSERT|UPDATE|DELETE)
- getAt() - Method in class com.dslplatform.patterns.Snapshot
-
Date and time when snapshot was created.
- getBucket() - Method in class com.dslplatform.storage.S3
-
Bucket under which data will be saved.
- getBytes() - Method in class com.dslplatform.storage.S3
-
Get bytes saved on the remote server.
- getContent() - Method in class com.dslplatform.storage.S3
-
Get bytes saved on the remote server.
- getHistory(Class<TAggregate>, Iterable<String>) - Method in interface com.dslplatform.client.ReportingProxy
-
Get aggregate root history.
- getKey() - Method in class com.dslplatform.storage.S3
-
Key for bucket in which the data was saved.
- getLength() - Method in class com.dslplatform.storage.S3
-
Byte length of data.
- getLocator() - Static method in class com.dslplatform.client.Bootstrap
-
Deprecated.
avoid calling static service locator
- getMetadata() - Method in class com.dslplatform.storage.S3
-
For convenience, various metadata can be associated with the remote data.
- getMimeType() - Method in class com.dslplatform.storage.S3
-
For convenience, remote data can be assigned a mime type.
- getName() - Method in class com.dslplatform.storage.S3
-
For convenience, remote data can be assigned a name.
- getReleaseDate() - Static method in class com.dslplatform.client.Bootstrap
-
Get release date of this library.
- getSnapshots() - Method in class com.dslplatform.patterns.History
-
Sequence of persisted snapshots.
- getStream() - Method in class com.dslplatform.storage.S3
-
Get stream saved on the remote server.
- getURI() - Method in class com.dslplatform.patterns.History
-
- getURI() - Method in interface com.dslplatform.patterns.Identifiable
-
Domain object identity.
- getURI() - Method in class com.dslplatform.patterns.Snapshot
-
Domain object identity.
- getURI() - Method in class com.dslplatform.storage.S3
-
- getValue() - Method in class com.dslplatform.patterns.Snapshot
-
Instance of an aggregate root at that time
- getVersion() - Static method in class com.dslplatform.client.Bootstrap
-
Get version info of this library.
- greaterThen(String, Object) - Method in class com.dslplatform.client.GenericSearchBuilder
-
Define greater then (>) condition for specification.
- greaterThenOrEqual(String, Object) - Method in class com.dslplatform.client.GenericSearchBuilder
-
Define greater then or equal (>=) condition for specification.