- S3 - Class in com.dslplatform.storage
-
Data structure for working with S3 binaries.
- S3() - Constructor for class com.dslplatform.storage.S3
-
Create new instance of S3.
- S3(S3Repository) - Constructor for class com.dslplatform.storage.S3
-
Create new instance of S3.
- S3(InputStream) - Constructor for class com.dslplatform.storage.S3
-
Create new instance of S3 from provided stream.
- S3(InputStream, long) - Constructor for class com.dslplatform.storage.S3
-
Create new instance of S3 from provided stream.
- S3(byte[]) - Constructor for class com.dslplatform.storage.S3
-
Create new instance of S3 from provided byte array.
- S3Repository - Interface in com.dslplatform.storage
-
S3 can be used to off-load large binaries
from the application server.
- search(Specification<T>, Integer, Integer, Iterable<Map.Entry<String, Boolean>>) - Method in class com.dslplatform.client.ClientSearchableRepository
-
- search(Specification<T>, Integer, Integer) - Method in class com.dslplatform.client.ClientSearchableRepository
-
- search(Specification<T>) - Method in class com.dslplatform.client.ClientSearchableRepository
-
- search(Specification<T>, Integer, Integer, Iterable<Map.Entry<String, Boolean>>) - Method in interface com.dslplatform.client.DomainProxy
-
Returns a list of domain objects satisfying
specification
with up to
limit
results.
- search(Specification<T>, Integer, Integer) - Method in interface com.dslplatform.client.DomainProxy
-
Returns a list of domain objects satisfying
specification
with up to
limit
results.
- search(Specification<T>) - Method in interface com.dslplatform.client.DomainProxy
-
- search() - Method in class com.dslplatform.client.GenericSearchBuilder
-
Ask server to provide domain objects which satisfy defined conditions
in requested order if custom order was provided.
- search(Specification<T>, Integer, Integer, Iterable<Map.Entry<String, Boolean>>) - Method in interface com.dslplatform.patterns.SearchableRepository
-
Returns a list of domain objects satisfying
specification
with up to
limit
results.
- search(Specification<T>, Integer, Integer) - Method in interface com.dslplatform.patterns.SearchableRepository
-
Returns a list of domain objects satisfying
specification
with up to
limit
results.
- search(Specification<T>) - Method in interface com.dslplatform.patterns.SearchableRepository
-
- search() - Method in class com.dslplatform.patterns.SearchBuilder
-
Returns a list of domain objects which satisfy
specification
if it was set, otherwise all of them.
- Searchable - Interface in com.dslplatform.patterns
-
Domain object that can be queried from the remote server.
- SearchableRepository<T extends Searchable> - Interface in com.dslplatform.patterns
-
Service for searching and counting domain objects.
- SearchBuilder<T extends Searchable> - Class in com.dslplatform.patterns
-
- SearchBuilder(SearchableRepository<T>) - Constructor for class com.dslplatform.patterns.SearchBuilder
-
Constructor for SearchBuilder which requires a repository to perform
a search.
- searchTemplater(Class<TSearchable>, String, Specification<TSearchable>, boolean) - Method in interface com.dslplatform.client.ReportingProxy
-
Populate template using domain objects which satisfies
specification
.
- ServiceLocator - Interface in com.dslplatform.patterns
-
Service for resolving other services.
- setMimeType(String) - Method in class com.dslplatform.storage.S3
-
For convenience, remote data can be assigned a mime type.
- setName(String) - Method in class com.dslplatform.storage.S3
-
For convenience, remote data can be assigned a name.
- skip(int) - Method in class com.dslplatform.client.GenericSearchBuilder
-
Skip initial number of results.
- skip(int) - Method in class com.dslplatform.patterns.SearchBuilder
-
Define a number of results to be skipped.
- Snapshot<T extends AggregateRoot> - Class in com.dslplatform.patterns
-
- Snapshot(String, DateTime, String, T) - Constructor for class com.dslplatform.patterns.Snapshot
-
- Specification<T extends Searchable> - Interface in com.dslplatform.patterns
-
Search predicate which can be used to filter domain objects from the remote
server using
searchable repository
.
- StandardProxy - Interface in com.dslplatform.client
-
Proxy service to various domain operations such as bulk persistence,
data analysis and remote service calls.
- startsWith(String, String) - Method in class com.dslplatform.client.GenericSearchBuilder
-
Define startsWith [ property.startsWith(value) ] condition for specification.
- startsWith(String, String, boolean) - Method in class com.dslplatform.client.GenericSearchBuilder
-
Define startsWith and case sensitivity [ property.startsWith(value, case sensitivity) ] condition for specification.
- submit(TEvent) - Method in interface com.dslplatform.client.DomainProxy
-
Send domain event to the server.
- submit(TEvent, String) - Method in interface com.dslplatform.client.DomainProxy
-
Apply domain event to a single aggregate.
- submit(T) - Method in interface com.dslplatform.patterns.DomainEventStore
-
Send domain event to the server.
- submit(TEvent, String) - Method in interface com.dslplatform.patterns.DomainEventStore
-
Apply domain event to a single aggregate.
- submit(TEvent, TAggregate) - Method in interface com.dslplatform.patterns.DomainEventStore
-
Helper method for sending domain event to the server.