Package | Description |
---|---|
com.cultofbits.integrationm.service.actionpack |
Modifier and Type | Method and Description |
---|---|
SearchResult<RecordmSearchHit> |
RecordmActionPack.search(String definition,
String query)
Searches for instances of records that match the provided query in the specified definition.
|
SearchResult<RecordmSearchHit> |
RecordmActionPack.search(String definition,
String query,
Map<String,String> options)
Searches for instances of records that match the provided query in the specified definition.
|
SearchResult<Group> |
UsermActionPack.searchGroups(String query)
Searches for groups based on the provided query.
|
SearchResult<Group> |
UsermActionPack.searchGroups(String query,
Map<String,String> options)
Searches for groups based on the provided query.
|
SearchResult<Permission> |
UsermActionPack.searchPermissions(String query)
Searches for permissions based on the provided query.
|
SearchResult<Permission> |
UsermActionPack.searchPermissions(String query,
Map<String,String> options)
Searches for permissions based on the provided query.
|
SearchResult<Role> |
UsermActionPack.searchRoles(String query)
Searches for roles based on the provided query.
|
SearchResult<Role> |
UsermActionPack.searchRoles(String query,
Map<String,String> options)
Searches for roles based on the provided query.
|
SearchResult<User> |
UsermActionPack.searchUsers(String query)
Searches for users based on the provided query.
|
SearchResult<User> |
UsermActionPack.searchUsers(String query,
Map<String,String> options)
Searches for users based on the provided query.
|
Copyright © 2021 Cult Of Bits, lda