| Package | Description |
|---|---|
| org.wso2.charon3.core.extensions | |
| org.wso2.charon3.core.utils.codeutils |
| Modifier and Type | Method and Description |
|---|---|
default List<Object> |
UserManager.listGroupsWithGET(Node node,
Integer startIndex,
Integer count,
String sortBy,
String sortOrder,
String domainName,
Map<String,Boolean> requiredAttributes) |
default List<Object> |
UserManager.listGroupsWithGET(Node node,
int startIndex,
int count,
String sortBy,
String sortOrder,
Map<String,Boolean> requiredAttributes)
Deprecated.
|
default List<Object> |
UserManager.listGroupsWithGET(Node node,
int startIndex,
int count,
String sortBy,
String sortOrder,
String domainName,
Map<String,Boolean> requiredAttributes)
Deprecated.
Method does not handle when the count is not specified in the request and when the count specified
is zero. Use
UserManager.listGroupsWithGET(Node, Integer, Integer, String, String,
String, Map) method. |
default List<Object> |
UserManager.listUsersWithGET(Node node,
Integer startIndex,
Integer count,
String sortBy,
String sortOrder,
String domainName,
Map<String,Boolean> requiredAttributes)
List users with Get.
|
default List<Object> |
UserManager.listUsersWithGET(Node node,
int startIndex,
int count,
String sortBy,
String sortOrder,
Map<String,Boolean> requiredAttributes)
Deprecated.
|
default List<Object> |
UserManager.listUsersWithGET(Node node,
int startIndex,
int count,
String sortBy,
String sortOrder,
String domainName,
Map<String,Boolean> requiredAttributes)
Deprecated.
Method does not handle when the count is not specified in the request and when the count specified
is zero.
Use
UserManager.listUsersWithGET(Node, Integer, Integer, String, String,
String, Map) method. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionNode
This is the node representation of the AST which is used in the filtering operations.
|
class |
OperationNode
Operation Node.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
FilterTreeManager.buildTree() |
Node |
SearchRequest.getFilter() |
Node |
Node.getLeftNode() |
Node |
Node.getRightNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRequest.setFilter(Node filter) |
void |
Node.setLeftNode(Node leftNode) |
void |
Node.setRightNode(Node rightNode) |
Copyright © 2020 WSO2. All rights reserved.