| Package | Description |
|---|---|
| org.exoplatform.social.addons.search | |
| org.exoplatform.social.addons.storage.entity |
| Modifier and Type | Method and Description |
|---|---|
Set<SpaceMemberEntity.Status> |
XSpaceFilter.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
XSpaceFilter |
XSpaceFilter.addStatus(SpaceMemberEntity.Status... st) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<SpaceMemberEntity,SpaceMemberEntity.Status> |
SpaceMemberEntity_.status |
| Modifier and Type | Method and Description |
|---|---|
SpaceMemberEntity.Status |
SpaceMemberEntity.getStatus() |
static SpaceMemberEntity.Status |
SpaceMemberEntity.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceMemberEntity.Status[] |
SpaceMemberEntity.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpaceMemberEntity.setStatus(SpaceMemberEntity.Status status) |
| Constructor and Description |
|---|
SpaceMemberEntity(SpaceEntity space,
String userId,
SpaceMemberEntity.Status status) |
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.