- changed() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmMsg.Field
-
True if this is an update message and there was a change on a field with the specified name.
- changed(BiPredicate<String, String>) - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmMsg.Field
-
True if this is an update message and there was a change on a field that matches the predicate.
- changed(String, String) - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmMsg.Field
-
True if this is an update message and there was a change on a field
from the "from" value to the "to" value.
- changedFrom(String) - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmMsg.Field
-
True if this is an update message and there was a change on a field
from the "from" value.
- changedFrom(List<String>) - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmMsg.Field
-
True if this is an update message and there was a change on a field
from one of the "from" values.
- changedTo(String) - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmMsg.Field
-
True if this is an update message and there was a change on a field
to the "to" value.
- changedTo(List<String>) - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmMsg.Field
-
True if this is an update message and there was a change on a field
to one of the "to" values.
- com.cultofbits.integrationm.service.actionpack - package com.cultofbits.integrationm.service.actionpack
-
- com.cultofbits.integrationm.service.actionpack.classic - package com.cultofbits.integrationm.service.actionpack.classic
-
- com.cultofbits.integrationm.service.dictionary - package com.cultofbits.integrationm.service.dictionary
-
- com.cultofbits.integrationm.service.dictionary.recordm - package com.cultofbits.integrationm.service.dictionary.recordm
-
- com.cultofbits.integrationm.service.dictionary.reportm - package com.cultofbits.integrationm.service.dictionary.reportm
-
- com.cultofbits.integrationm.service.dictionary.userm - package com.cultofbits.integrationm.service.dictionary.userm
-
- configuration - Variable in class com.cultofbits.integrationm.service.dictionary.recordm.FieldDefinition
-
- Configuration() - Constructor for class com.cultofbits.integrationm.service.dictionary.recordm.FieldDefinition.Configuration
-
- ConfmActionPack - Class in com.cultofbits.integrationm.service.actionpack.classic
-
Action pack for interacting with ConfM.
- ConfmActionPack(String, String, UserCookiesGenerator) - Constructor for class com.cultofbits.integrationm.service.actionpack.classic.ConfmActionPack
-
- contact - Variable in class com.cultofbits.integrationm.service.dictionary.userm.User
-
- contains(String) - Method in class com.cultofbits.integrationm.service.dictionary.recordm.FieldDefinition.Configuration
-
Checks if the configuration contains the specified keyword.
- create(String, Map<String, Object>) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Creates a new instance of a record based on the provided definition and values.
- create(String, Map<String, Object>, String) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Creates a new instance of a record based on the provided definition and values.
- create(String, Map<String, Object>, Map<String, Object>) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Creates a new instance of a record based on the provided definition and values.
- create(String, Map<String, Object>, Map<String, Object>, Consumer<Response>) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Creates a new instance of a record based on the provided definition, values, and options, and processes the response
using the specified consumer.
- createGroup(Map<String, String>) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Creates a new Group with the provided information.
- createGroup(Map<String, String>, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Creates a new Group with the provided information.
- createGroup(Map<String, String>, Map<String, List<String>>) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Creates a new Group with the provided information.
- createGroup(Map<String, String>, Map<String, List<String>>, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Creates a new Group with the provided information.
- createPermission(Map<String, String>) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Creates a new Permission with the provided information.
- createPermission(Map<String, String>, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Creates a new Permission with the provided information.
- createRole(Map<String, String>) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Creates a new Role with the provided information.
- createRole(Map<String, String>, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Creates a new Role with the provided information.
- createRole(Map<String, String>, List<String>) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Creates a new Role with the provided information.
- createRole(Map<String, String>, List<String>, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Creates a new Role with the provided information.
- createUser(Map<String, String>) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Creates a user based on the provided user information.
- createUser(Map<String, String>, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Creates a new User with the provided information.
- createUser(Map<String, String>, List<String>) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Creates a new User with the provided information.
- createUser(Map<String, String>, List<String>, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Creates a new User with the provided information.
- Definition - Class in com.cultofbits.integrationm.service.dictionary.recordm
-
The Definition class represents details about a specific definition along with access to its field definitions.
- Definition() - Constructor for class com.cultofbits.integrationm.service.dictionary.recordm.Definition
-
- delete(String, String) - Method in class com.cultofbits.integrationm.service.actionpack.EsActionPack
-
Delete an indexed document.
- delete(String, int) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Deletes an instance of a record with the specified instance ID.
- delete(String, String) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Deletes multiple instances of records that match the specified condition.
- delete(String, String, Map<String, Object>) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Deletes multiple instances of records that match the specified condition.
- delete(String) - Method in class com.cultofbits.integrationm.service.actionpack.RestActionPack
-
Does a DELETE of the given uri
- delete(String, String) - Method in class com.cultofbits.integrationm.service.actionpack.RestActionPack
-
Does a DELETE of the given uri
Same as the standard DELETE method but with an additional arg that allows to run the operation as a given user
- delete(String, Map<String, String>, String) - Method in class com.cultofbits.integrationm.service.actionpack.RestActionPack
-
Does a DELETE of the given uri
Same as the standard DELETE method but with an additional map, containing query parameters for the request
- delete - Variable in class com.cultofbits.integrationm.service.dictionary.userm.Group.GroupLinks
-
- delete - Variable in class com.cultofbits.integrationm.service.dictionary.userm.Permission.PermissionLinks
-
- delete - Variable in class com.cultofbits.integrationm.service.dictionary.userm.Role.RoleLinks
-
- delete - Variable in class com.cultofbits.integrationm.service.dictionary.userm.User.UserLinks
-
- deleted - Variable in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmStats
-
- deleteGroup(String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Deletes a group with the specified name.
- deleteGroup(String, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Deletes a group with the specified name.
- deletePermission(String, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Deletes a permission with the specified product and name.
- deletePermission(String, String, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Deletes a permission with the specified product and name.
- deleteRole(String, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Deletes a role with the specified product and name.
- deleteRole(String, String, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Deletes a role with the specified product and name.
- deleteUser(String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Deletes a user with the specified username.
- deleteUser(String, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Deletes a user with the specified ID.
- description - Variable in class com.cultofbits.integrationm.service.dictionary.userm.Group
-
- description - Variable in class com.cultofbits.integrationm.service.dictionary.userm.Permission
-
- description - Variable in class com.cultofbits.integrationm.service.dictionary.userm.Role
-
- disable - Variable in class com.cultofbits.integrationm.service.dictionary.userm.User.UserLinks
-
- disableUser(String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Disables a user with the specified username.
- disableUser(String, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Disables a user with the specified username.
- generate(String) - Method in class com.cultofbits.integrationm.service.actionpack.ReportmActionPack
-
Generates a report based on the specified report template path.
- generate(String, Map<String, Object>) - Method in class com.cultofbits.integrationm.service.actionpack.ReportmActionPack
-
Generates a report based on the specified report template path, with the provided arguments.
- generate(String, String) - Method in class com.cultofbits.integrationm.service.actionpack.ReportmActionPack
-
Generates a report based on the specified report template path,
and optionally runs the operation as a different user.
- generate(String, Map<String, Object>, String) - Method in class com.cultofbits.integrationm.service.actionpack.ReportmActionPack
-
Generates a report based on the specified report template path, with the provided arguments,
and optionally runs the operation as a different user.
- generateAsync(String, String) - Method in class com.cultofbits.integrationm.service.actionpack.ReportmActionPack
-
Generates a report asynchronously based on the specified report template path and invokes the specified callback URI
after the report is generated.
- generateAsync(String, Map<String, Object>, String) - Method in class com.cultofbits.integrationm.service.actionpack.ReportmActionPack
-
Generates a report asynchronously based on the specified report template path and arguments, and invokes
the specified callback URI after the report is generated.
- generateAsync(String, Map<String, Object>, Map<String, String>, String) - Method in class com.cultofbits.integrationm.service.actionpack.ReportmActionPack
-
Generates a report asynchronously based on the specified report template path and arguments, and invokes
the specified callback URI after the report is generated.
- generateAsync(String, Map<String, Object>, Map<String, String>, String, String) - Method in class com.cultofbits.integrationm.service.actionpack.ReportmActionPack
-
Generates a report asynchronously based on the specified report template path and arguments, and invokes
the specified callback URI after the report is generated.
- get(int) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Retrieves the instance of a record with the specified instance ID.
- get(int, String) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Retrieves the instance of a record with the specified instance ID.
- get(String) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Retrieves the instance of a record with the specified instance ID.
- get(String, String) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Retrieves the instance of a record with the specified instance ID.
- get(String) - Method in class com.cultofbits.integrationm.service.actionpack.RestActionPack
-
Does a GET of the given uri.
- get(String, String) - Method in class com.cultofbits.integrationm.service.actionpack.RestActionPack
-
Does a GET of the given uri.
- get(String, Map<String, String>, String) - Method in class com.cultofbits.integrationm.service.actionpack.RestActionPack
-
Does a GET of the given uri.
- get(String) - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmInstance
-
The value of a matching property.
- get(String) - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmMsg
-
Get one of the message's values.
- get(String) - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmSearchHit
-
The value of a matching property.
- get(String) - Method in class com.cultofbits.integrationm.service.dictionary.recordm.Updates
-
- get() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.Updates
-
- getAction() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmMsg
-
Retrieves the action associated with this event.
- getArgsFor(String) - Method in class com.cultofbits.integrationm.service.dictionary.recordm.FieldDefinition.Configuration
-
Retrieves the list of arguments associated with the specified keyword in the configuration.
- getBody() - Method in class com.cultofbits.integrationm.service.dictionary.ReusableResponse
-
Retrieves the body of the Response
in its default representation.
- getBody(Class<T>) - Method in class com.cultofbits.integrationm.service.dictionary.ReusableResponse
-
Returns the body of the Response
as a specified type.
- getBody(Class<T>) - Method in class com.cultofbits.integrationm.service.dictionary.ReusableResponse.Skipped
-
Always returns null
- getBody() - Method in class com.cultofbits.integrationm.service.dictionary.SearchResult
-
Returns the body of the
Response
as a
Map
.
- getBodyAsString() - Method in class com.cultofbits.integrationm.service.dictionary.SearchResult
-
Returns a string representation of the response body.
- getConfiguration() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.FieldDefinition
-
Retrieves the configuration associated with this field definition.
- getDefinition(String) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Retrieves the definition with the specified name.
- getDefinitionName() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmMsg
-
Retrieves the definition name associated to this event.
- getDefinitionVersion() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmMsg
-
Retrieves the instance definition version associated with this event.
- getDescription() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.Definition
-
Retrieves the description of the definition.
- getDescription() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.FieldDefinition
-
Retrieves the description of the field definition.
- getDirectActionPacks() - Method in class com.cultofbits.integrationm.service.actionpack.ActionPackManager
-
- getField(Integer) - Method in class com.cultofbits.integrationm.service.dictionary.recordm.Definition
-
Retrieves the field definition with the specified unique identifier.
- getFields(String) - Method in class com.cultofbits.integrationm.service.dictionary.recordm.Definition
-
Retrieves all field definitions matching the specified name.
- getFields() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.FieldDefinition
-
Retrieves the list of child field definitions associated with this field definition.
- getFields() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmInstance
-
Returns all fields.
- getFilename() - Method in class com.cultofbits.integrationm.service.dictionary.reportm.ReportmResponse
-
- getFilePath() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmInstance.Field
-
Returns the path under which files attached to this field may be found.
- getFirstField(String) - Method in class com.cultofbits.integrationm.service.dictionary.recordm.Definition
-
Retrieves the first field definition matching the specified name.
- getGroup(Integer) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Retrieves information about a group with the specified ID.
- getGroup(Integer, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Retrieves information about a group with the specified ID.
- getGroup(String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Retrieves information about a group with the specified group name.
- getGroup(String, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Retrieves information about a group with the specified group name.
- getHits() - Method in class com.cultofbits.integrationm.service.dictionary.SearchResult
-
Returns the results included in this response to the search.
- getId() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.Definition
-
Retrieves the unique identifier of the definition.
- getId() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.FieldDefinition
-
Retrieves the unique identifier of the field definition.
- getId() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmInstance
-
The instance identifier
- getId() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmMsg
-
Retrieves the instance identifier associated with this event.
- getId() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmSearchHit
-
The value of the ES id for this doc.
- getInputStream() - Method in class com.cultofbits.integrationm.service.dictionary.reportm.ReportmResponse
-
- getInstance() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmMsg
-
Access to the instance in the message.
- getName() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.Definition
-
Retrieves the name of the definition.
- getName() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.FieldDefinition
-
Retrieves the name of the field definition.
- getOldInstance() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmMsg
-
Access to the old instance in an update message.
- getPermission(Integer) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Retrieves information about a permission with the specified ID.
- getPermission(Integer, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Retrieves information about a permission with the specified ID.
- getPermission(String, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Retrieves information about a permission with the specified name for a specific product.
- getPermission(String, String, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Retrieves information about a permission with the specified name for a specific product.
- getPlainActionPacks() - Method in class com.cultofbits.integrationm.service.actionpack.ActionPackManager
-
- getRaw() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmInstance
-
Get the raw representation of the instance as a
Map
.
- getRaw() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmMsg
-
Get the raw representation of the messsage as a
Map
- getRaw() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmSearchHit
-
- getResponse() - Method in class com.cultofbits.integrationm.service.dictionary.ReusableResponse
-
Retrieves the raw response of the underlying Response
- getRole(Integer) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Retrieves information about a role with the specified ID.
- getRole(Integer, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Retrieves information about a role with the specified ID.
- getRole(String, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Retrieves information about a role with the specified name for a specific product.
- getRole(String, String, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Retrieves information about a role with the specified name for a specific product.
- getRootFields() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.Definition
-
Retrieves the root fields definitions of the definition.
- getStatus() - Method in class com.cultofbits.integrationm.service.dictionary.ReusableResponse
-
Returns the HTTP status of the underlying Response
- getStatus() - Method in class com.cultofbits.integrationm.service.dictionary.ReusableResponse.Skipped
-
Always returns 200.
- getStatus() - Method in class com.cultofbits.integrationm.service.dictionary.SearchResult
-
Returns the HTTP status of the underlying Response
- getTimestamp() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmMsg
-
Retrieves the timestamp associated with this event.
- getTotal() - Method in class com.cultofbits.integrationm.service.dictionary.SearchResult
-
Returns the total number of results for the search.
- getUser(Integer) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Retrieves information about a user with the specified ID.
- getUser(Integer, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Retrieves information about a user with the specified ID.
- getUser(String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Retrieves information about a user with the specified ID.
- getUser(String, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Retrieves information about a user with the specified username.
- getUser() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmMsg
-
Retrieves the username of the user associated with this event.
- getVersion() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.Definition
-
Retrieves the version of the definition.
- Group - Class in com.cultofbits.integrationm.service.dictionary.userm
-
- Group() - Constructor for class com.cultofbits.integrationm.service.dictionary.userm.Group
-
- Group.GroupLinks - Class in com.cultofbits.integrationm.service.dictionary.userm
-
- GroupLinks() - Constructor for class com.cultofbits.integrationm.service.dictionary.userm.Group.GroupLinks
-
- groups - Variable in class com.cultofbits.integrationm.service.dictionary.userm.User
-
- search(String, String) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Searches for instances of records that match the provided query in the specified definition.
- search(String, String, Map<String, String>) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Searches for instances of records that match the provided query in the specified definition.
- search(String, String, Consumer<Response>) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Searches for instances of records that match the provided query in the specified definition and processes
the search response with the specified response processor.
- search(String, String, Map<String, String>, Consumer<Response>) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Searches for instances of records that match the provided query in the specified definition and processes
the search response with the specified response processor and additional options.
- searchGroups(String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Searches for groups based on the provided query.
- searchGroups(String, Map<String, String>) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Searches for groups based on the provided query.
- searchPermissions(String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Searches for permissions based on the provided query.
- searchPermissions(String, Map<String, String>) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Searches for permissions based on the provided query.
- SearchResult<T> - Class in com.cultofbits.integrationm.service.dictionary
-
This class wraps a Response
containing the response to an Elasticsearch search request.
- SearchResult(Response, Function<Map<String, Object>, T>) - Constructor for class com.cultofbits.integrationm.service.dictionary.SearchResult
-
- searchRoles(String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Searches for roles based on the provided query.
- searchRoles(String, Map<String, String>) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Searches for roles based on the provided query.
- searchUsers(String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Searches for users based on the provided query.
- searchUsers(String, Map<String, String>) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Searches for users based on the provided query.
- self - Variable in class com.cultofbits.integrationm.service.dictionary.userm.User.UserLinks
-
- send(String, String, Map<String, Object>) - Method in class com.cultofbits.integrationm.service.actionpack.EmailActionPack
-
Sends an email to the provided destinations.
- send(String, List<String>, Map<String, Object>) - Method in interface com.cultofbits.integrationm.service.actionpack.SmsActionPack
-
Sends a sms to the provided destination.
- send(String, List<String>, Map<String, Object>) - Method in class com.cultofbits.integrationm.service.actionpack.SmsActionPackTwilio
-
Sends a sms to the provided destination using a twilio account.
- set(String, Object) - Method in class com.cultofbits.integrationm.service.dictionary.recordm.Updates
-
- setEmailService(EmailService) - Method in class com.cultofbits.integrationm.service.actionpack.ActionPackManager
-
- setIndexService(IndexService) - Method in class com.cultofbits.integrationm.service.actionpack.ActionPackManager
-
- setProperties(Properties) - Method in class com.cultofbits.integrationm.service.actionpack.ActionPackManager
-
- setUserCookiesGenerator(UserCookiesGenerator) - Method in class com.cultofbits.integrationm.service.actionpack.ActionPackManager
-
- setUserMClient(UserMClient) - Method in class com.cultofbits.integrationm.service.actionpack.ActionPackManager
-
- size() - Method in class com.cultofbits.integrationm.service.dictionary.recordm.Updates
-
- skipped() - Method in class com.cultofbits.integrationm.service.dictionary.ReusableResponse
-
Returns true if the request was skipped and never executed.
- Skipped(Class<K>) - Constructor for class com.cultofbits.integrationm.service.dictionary.ReusableResponse.Skipped
-
- skipped() - Method in class com.cultofbits.integrationm.service.dictionary.ReusableResponse.Skipped
-
Always returns true.
- SmsActionPack - Interface in com.cultofbits.integrationm.service.actionpack
-
Action pack for sending SMSs
The action pack should be configured in com.cultofbits.integrationm.service.properties
file
with the sms
key.
- SmsActionPackTwilio - Class in com.cultofbits.integrationm.service.actionpack
-
Action pack for sending SMSs with
Twilio provider.
- SmsActionPackTwilio(String, String, String) - Constructor for class com.cultofbits.integrationm.service.actionpack.SmsActionPackTwilio
-
- SqlActionPack - Class in com.cultofbits.integrationm.service.actionpack.classic
-
Action pack for interacting with SQL DBs.
- SqlActionPack(String, String, String, String) - Constructor for class com.cultofbits.integrationm.service.actionpack.classic.SqlActionPack
-
- stream(String, String, Consumer<RecordmSearchHit>) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Streams instances of records that match the provided query in the specified definition to the consumer.
- stream(String, String, Map<String, String>, Consumer<RecordmSearchHit>) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Streams instances of records that match the provided query in the specified definition to the consumer,
using the provided search options.
- streamUntil(String, String, Map<String, String>, Function<RecordmSearchHit, Boolean>) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Streams instances of records that match the provided query in the specified definition to the consumer,
using the provided search options, until the consumer's function returns false.
- success() - Method in class com.cultofbits.integrationm.service.dictionary.ReusableResponse
-
Returns true if the status of the underlying Response
is a 2xx.
- success() - Method in class com.cultofbits.integrationm.service.dictionary.SearchResult
-
Returns true if the status of the underlying Response
is a 2xx.
- update(String, int, Map<String, Object>) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Updates an instance of a Definition with the specified instance ID using the provided updates.
- update(String, String, Map<String, Object>) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Updates multiple instances of records that match the specified condition using the provided updates.
- update(String, int, Map<String, Object>, String) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Updates an instance of a Definition with the specified instance ID using the provided updates.
- update(String, String, Map<String, Object>, String) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Updates multiple instances of records that match the specified condition using the provided updates.
- update(String, int, Map<String, Object>, Map<String, Object>) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Updates an instance of a Definition with the specified instance ID using the provided updates.
- update(String, String, Map<String, Object>, Map<String, Object>) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Updates multiple instances of records that match the specified condition using the provided updates.
- update(String, int, Map<String, Object>, String, Consumer<Response>) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Updates an instance of a Definition with the specified instance ID using the provided updates and runs the update operation with the specified user context.
- update(String, String, Map<String, Object>, String, Consumer<Response>) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Updates multiple instances of records that match the specified condition using the provided updates and runs the update operation with the specified user context.
- update(String, String, Map<String, Object>, Map<String, Object>, Consumer<Response>) - Method in class com.cultofbits.integrationm.service.actionpack.RecordmActionPack
-
Updates multiple instances of records that match the specified condition using the provided updates and additional options.
- update - Variable in class com.cultofbits.integrationm.service.dictionary.userm.Group.GroupLinks
-
- update - Variable in class com.cultofbits.integrationm.service.dictionary.userm.Permission.PermissionLinks
-
- update - Variable in class com.cultofbits.integrationm.service.dictionary.userm.Role.RoleLinks
-
- update - Variable in class com.cultofbits.integrationm.service.dictionary.userm.User.UserLinks
-
- updated - Variable in class com.cultofbits.integrationm.service.dictionary.recordm.RecordmStats
-
- updateGroup(String, Map<String, Object>) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Updates an existing group with the provided information.
- updateGroup(String, Map<String, Object>, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Updates an existing group with the provided information.
- updatePermission(String, String, Map<String, Object>) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Updates an existing permission with the provided information.
- updatePermission(String, String, Map<String, Object>, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Updates an existing permission with the provided information.
- updateRole(String, String, Map<String, Object>) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Updates an existing role with the provided information.
- updateRole(String, String, Map<String, Object>, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Updates an existing role with the provided information.
- Updates - Class in com.cultofbits.integrationm.service.dictionary.recordm
-
- updateUser(String, Map<String, Object>) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Updates an existing user with the provided information.
- updateUser(String, Map<String, Object>, String) - Method in class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
Updates an existing user with the provided information.
- User - Class in com.cultofbits.integrationm.service.dictionary.userm
-
- User() - Constructor for class com.cultofbits.integrationm.service.dictionary.userm.User
-
- User.UserLinks - Class in com.cultofbits.integrationm.service.dictionary.userm
-
- UserLinks() - Constructor for class com.cultofbits.integrationm.service.dictionary.userm.User.UserLinks
-
- UsermActionPack - Class in com.cultofbits.integrationm.service.actionpack
-
Action pack for interacting with UserM.
- UsermActionPack(String, UserCookiesGenerator) - Constructor for class com.cultofbits.integrationm.service.actionpack.UsermActionPack
-
- username - Variable in class com.cultofbits.integrationm.service.dictionary.userm.User
-
- usernameAD - Variable in class com.cultofbits.integrationm.service.dictionary.userm.User
-