| Package | Description |
|---|---|
| org.exoplatform.ps.entity |
| Modifier and Type | Method and Description |
|---|---|
ProjectSubListAccess.Type |
ProjectSubListAccess.getType()
Gets the type of connection list access.
|
static ProjectSubListAccess.Type |
ProjectSubListAccess.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectSubListAccess.Type[] |
ProjectSubListAccess.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectSubListAccess.setType(ProjectSubListAccess.Type type)
Sets the type of connection list access.
|
| Constructor and Description |
|---|
ProjectSubListAccess(boolean isInvitedTable,
boolean isVendor,
boolean isMessaged,
String searchCondition,
List<String> SearchConditions,
List<ProjectSubEntity> include,
String sortBy,
String sortDir,
String projectId,
ProjectSubListAccess.Type type) |
ProjectSubListAccess(String param1,
ProjectSubListAccess.Type type)
The constructor.
|
ProjectSubListAccess(String param1,
String param2,
ProjectSubListAccess.Type type) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.