| Package | Description |
|---|---|
| com.equilibrium.model | |
| com.equilibrium.services | |
| com.equilibrium.services.contexts |
| Modifier and Type | Field and Description |
|---|---|
Collection.UserCollectionType |
Request._userCollectionType |
| Modifier and Type | Method and Description |
|---|---|
Collection.UserCollectionType |
Request.getUserCollectionType() |
Collection.UserCollectionType |
Collection.getUserCollectionType() |
static Collection.UserCollectionType |
Collection.UserCollectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Collection.UserCollectionType[] |
Collection.UserCollectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
List<Collection.UserCollectionType> |
CollectionContext._userCollectionTypes
Limit results to include or not include these User_CollectionTypes (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
Collection.UserCollectionType |
CollectionRequestContext.getUserCollectionType() |
| Modifier and Type | Method and Description |
|---|---|
List<Collection.UserCollectionType> |
CollectionContext.getUserCollectionTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionRequestContext.setUserCollectionType(Collection.UserCollectionType userCollectionType) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionContext.setUserCollectionTypes(List<Collection.UserCollectionType> userCollectionTypes) |
| Constructor and Description |
|---|
CollectionContext(SearchContext searchFilters,
Boolean includeEmpty,
Boolean includeUsers,
Collection.UserCollectionType... userCollectionTypes) |
CollectionRequestContext(UUID collectionRequestGuid,
Collection.UserCollectionType userCollectionType,
String message) |
Copyright © 2014 Equilibrium. All rights reserved.