Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ADMIN_API - Enum constant in enum class com.i2group.disco.audit.ProvisioningType
-
The user or group was provisioned by a request to the
admin/users
oradmin/groups
endpoints. - AlertIcon - Enum Class in com.i2group.disco.alerts
-
The icon to associate with an alert.
- ALLOWED - Enum constant in enum class com.i2group.disco.security.TypeAccess
-
The user has access to data with the type in question.
B
- BINARY - Enum constant in enum class com.i2group.disco.audit.DownloadType
-
The data is the binary form of the chart and its contents.
C
- cancel(String) - Static method in exception com.i2group.disco.task.spi.CustomTaskFailedException
-
Creates a
CustomTaskFailedException
that tells the server not to run the task again. - ChartType - Enum Class in com.i2group.disco.chartstore
-
The type of a chart in the Chart Store.
- close() - Method in interface com.i2group.disco.security.spi.ISecurityDimensionValuesProvider
-
Performs teardown or finalization on resources that the provider required.
- close() - Method in interface com.i2group.disco.security.spi.ISecurityPermissionsProvider
-
Performs teardown or finalization on resources that the provider required.
- close() - Method in interface com.i2group.disco.task.spi.IScheduledTask
-
Performs teardown or finalization on resources that the task required.
- com.i2group.apollo.common.tracing - package com.i2group.apollo.common.tracing
-
Contains an interface that provides utilities for tracing code execution.
- com.i2group.apollo.model.data.transport - package com.i2group.apollo.model.data.transport
-
Contains definitions for structures that are used to communicate with the i2 Analyze server.
- com.i2group.apollo.model.security.dynamic.transport - package com.i2group.apollo.model.security.dynamic.transport
-
Contains classes for communicating information about the contents of the security schema to other parts of an i2 Analyze deployment.
- com.i2group.disco.alerts - package com.i2group.disco.alerts
-
Contains interfaces for creating alerts that can be sent to i2 Analyze users.
- com.i2group.disco.audit - package com.i2group.disco.audit
-
Contains interfaces for retrieving information about operations performed against the Information Store, and the users who performed them.
- com.i2group.disco.audit.spi - package com.i2group.disco.audit.spi
-
Contains a custom extension point relating to the provision of audit logging for operations against the Information Store.
- com.i2group.disco.chartstore - package com.i2group.disco.chartstore
- com.i2group.disco.daod.spi - package com.i2group.disco.daod.spi
-
Contains a custom extension point for investigating and amending the contents of client requests to connectors through the i2 Connect gateway.
- com.i2group.disco.infostore.importer - package com.i2group.disco.infostore.importer
-
Contains utility classes that generate well-formed origin and provenance values for use during Information Store and Solr index ingestion.
- com.i2group.disco.model - package com.i2group.disco.model
-
Contains a class that represents an i2 Analyze origin identifier.
- com.i2group.disco.schema - package com.i2group.disco.schema
-
Contains interfaces for retrieving information about the types in the i2 Analyze schema.
- com.i2group.disco.security - package com.i2group.disco.security
-
Contains interfaces that allow implementations of
IUserItemTypeAccessResolverProvider.IUserItemTypeAccessResolver
to retrieve user information, including information about their security access levels from the i2 Analyze security schema. - com.i2group.disco.security.spi - package com.i2group.disco.security.spi
-
Contains the following extension points for customizing the security of i2 Analyze records:
IUserItemTypeAccessResolverProvider
, which you can implement to change users' permissions to access records with particular item types. - com.i2group.disco.task.spi - package com.i2group.disco.task.spi
-
Contains a custom extension point for creating tasks that an i2 Analyze server can execute on a schedule.
- com.i2group.disco.user - package com.i2group.disco.user
-
Contains an implementation of a user groups provider that retrieves the necessary information from WebSphere.
- com.i2group.disco.user.spi - package com.i2group.disco.user.spi
-
Contains custom extension points relating to user group provision, and the per-user allocation of default security dimension values for user-created records.
- com.i2group.tracing - package com.i2group.tracing
-
Contains an interface that provides access to log4j tracing functionality.
- create(String, IPermission.AccessLevel) - Static method in class com.i2group.disco.security.spi.Permission
-
Creates and returns an
IPermission
object with the specified dimension value and access level. - create(String, String) - Static method in class com.i2group.disco.security.spi.DimensionValue
-
Creates and returns an
IDimensionValue
object with the specified identifier and display name. - create(String, String, String) - Static method in class com.i2group.disco.security.spi.DimensionValue
-
Creates and returns an
IDimensionValue
object with the specified identifier, display name, and description. - createAlert(ISendTo, String, AlertIcon, String, String) - Method in interface com.i2group.disco.alerts.IAlertManager
-
Creates and sends an alert with an optional message and an optional hyperlink.
- createRecordsAlert(ISendTo, String, AlertIcon, String, Collection<String>) - Method in interface com.i2group.disco.alerts.IAlertManager
-
Creates and sends an alert that contains one or more records and an optional message.
- createWithCommandPermissions(String...) - Static method in class com.i2group.disco.alerts.SendTo
-
Create an
ISendTo
that will match the specified command access control permissions. - createWithGroups(String...) - Static method in class com.i2group.disco.alerts.SendTo
-
Create an
ISendTo
that will match the specified system user groups. - createWithUsers(String...) - Static method in class com.i2group.disco.alerts.SendTo
-
Create an
ISendTo
that will match the specified user principal names. - CustomTaskFailedException - Exception in com.i2group.disco.task.spi
-
An exception to throw when some aspect of a scheduled custom task fails.
D
- debug(String) - Method in interface com.i2group.tracing.ITracer
-
Logs a message if the ITracer is set to Debug level or higher.
- debug(String, Object...) - Method in interface com.i2group.tracing.ITracer
-
Logs a message if the ITracer is set to Debug level or higher.
- debug(Throwable) - Method in interface com.i2group.tracing.ITracer
-
Logs an exception if the ITracer is set to Debug level or higher.
- debug(Throwable, String) - Method in interface com.i2group.tracing.ITracer
-
Logs a message with an exception if the ITracer is set to Debug level or higher.
- debugEntry(String) - Method in interface com.i2group.tracing.ITracer
-
Logs a message if debugging of entry/exit is enabled; use at the entry of methods.
- debugEntry(String, Object...) - Method in interface com.i2group.tracing.ITracer
-
Logs a message if debugging of entry/exit is enabled; use at the entry of methods.
- debugExit(String) - Method in interface com.i2group.tracing.ITracer
-
Logs a message if debugging of entry/exit is enabled; use at the exit of methods.
- debugExit(String, Object...) - Method in interface com.i2group.tracing.ITracer
-
Logs a message if debugging of entry/exit is enabled; use at the exit of methods.
- debugSwitched(String, String) - Method in interface com.i2group.tracing.ITracer
-
Logs a message if the ITracer is set to Debug level or higher and the specified switch is on.
- debugSwitched(String, String, Object...) - Method in interface com.i2group.tracing.ITracer
-
Logs a message if the ITracer is set to Debug level or higher and the specified switch is on.
- DEFAULT_SECURITY_DIMENSION_VALUES_ELEMENT - Static variable in class com.i2group.disco.user.PropertyBasedDefaultSecurityDimensionValuesProvider
-
The value of the Default Security Dimension Values Element
- DefaultSecurityDimension - Class in com.i2group.disco.user.spi
-
A specification of the dimension values in a particular security dimension that are assigned by default to user-created records in the Information Store.
- DefaultSecurityDimension(String, Collection<String>) - Constructor for class com.i2group.disco.user.spi.DefaultSecurityDimension
-
Constructs a new
DefaultSecurityDimension
. - DESKTOP - Enum constant in enum class com.i2group.disco.chartstore.ChartType
-
The chart is compatible with the desktop client (i2 Analyst's Notebook Premium).
- determineColumnReferencesInTemplate(String) - Method in class com.i2group.disco.infostore.importer.TemplateReferenceExtractor
-
For a template that is represented by a comma-separated list of strings, determines which strings are column references and which are constant values.
- determineColumnReferencesInTemplate(List<String>) - Method in class com.i2group.disco.infostore.importer.TemplateReferenceExtractor
-
For a template that is represented by a Java
List
of strings, determines which strings are column references and which are constant values. - DimensionValue - Class in com.i2group.disco.security.spi
-
An implementation of
IDimensionValue
. - DownloadType - Enum Class in com.i2group.disco.audit
-
The type of data that is involved in a "chart read" operation against the Information Store.
E
- EDITOR - Enum constant in enum class com.i2group.disco.audit.IAccessControl.AccessLevel
-
The subject has edit access, but cannot modify OWNER assignments or delete the artifact.
- equals(Object) - Method in class com.i2group.disco.daod.spi.IConnectorRequestModifier.State
- equals(Object) - Method in class com.i2group.disco.model.OriginIdentifier
- error(String) - Method in interface com.i2group.tracing.ITracer
-
Logs a message if the ITracer is set to Error level or higher.
- error(String, Object...) - Method in interface com.i2group.tracing.ITracer
-
Logs a message if the ITracer is set to Error level or higher.
- error(String, Throwable) - Method in interface com.i2group.tracing.ITracer
-
Logs a message with an exception if the ITracer is set to Error level or higher.
- error(Throwable) - Method in interface com.i2group.tracing.ITracer
-
Logs an exception if the ITracer is set to Error level or higher.
- ERROR - Enum constant in enum class com.i2group.disco.alerts.AlertIcon
-
An error icon.
F
- fatal(String) - Method in interface com.i2group.tracing.ITracer
-
Logs a message if the ITracer is set to Fatal level or higher.
- fatal(String, Object...) - Method in interface com.i2group.tracing.ITracer
-
Logs a message if the ITracer is set to Fatal level or higher.
- fatal(String, Throwable) - Method in interface com.i2group.tracing.ITracer
-
Logs a message with an exception if the ITracer is set to Fatal level or higher.
- fatal(Throwable) - Method in interface com.i2group.tracing.ITracer
-
Logs an exception if the ITracer is set to Fatal level or higher.
G
- generateKeys(List<String>) - Method in class com.i2group.disco.infostore.importer.OriginIdGenerator
-
Generates a value for use in the
ORIGIN_ID_KEYS
column of a provenance table in the Information Store. - getAccessControl() - Method in interface com.i2group.disco.audit.ISavedArtifactInfo
-
Gets a representation of the access control list associated with the saved artifact.
- getAccessLevel() - Method in interface com.i2group.disco.audit.IAccessControl
-
Gets the
IAccessControl.AccessLevel
that the subject has to the saved artifact. - getAccessLevel() - Method in interface com.i2group.disco.security.IDimensionValueAccessPermission
-
Gets the
SecurityAccessLevel
that is associated with the identified security dimension value. - getAccessLevelForItemType(IItemType) - Method in interface com.i2group.disco.security.spi.IUserItemTypeAccessResolverProvider.IUserItemTypeAccessResolver
-
Gets the
TypeAccess
granted to the user for a particular item type. - getAddedNotes() - Method in interface com.i2group.disco.audit.INoteChangeset
-
Gets the
INoteAddition
s for a particular record. - getAddedSourceReferences() - Method in interface com.i2group.disco.audit.ISourceReferenceChangeset
-
Gets the
ISourceReferenceAddition
s for a particular record. - getAlertManager() - Method in interface com.i2group.disco.task.spi.IScheduledTask.IScheduledTaskObjects
-
Gets an
IAlertManager
that you can use to send alerts to specified users. - getArtifact() - Method in interface com.i2group.disco.audit.ISavedArtifactInfo
-
Gets a
String
that contains a representation of the contents of the saved artifact. - getChart() - Method in interface com.i2group.disco.audit.IChartCreateAuditEvent
-
Gets an
IUploadChartInfo
that contains information about the chart that was created during a "chart create" operation. - getChart() - Method in interface com.i2group.disco.audit.IChartDeleteAuditEvent
-
Gets an
IChartInfo
that contains information about the chart that was deleted during a "chart delete" operation. - getChart() - Method in interface com.i2group.disco.audit.IChartReadAuditEvent
-
Gets an
IChartInfo
that contains information about the chart that was the subject of a "chart read" operation. - getChart() - Method in interface com.i2group.disco.audit.IChartUndoDeleteAuditEvent
-
Gets an
IChartInfo
that contains information about the chart that was undeleted during a "chart undo delete" operation. - getChart() - Method in interface com.i2group.disco.audit.IChartUpdateAuditEvent
-
Gets an
IUploadChartInfo
that contains information about the chart that was updated during a "chart update" operation. - getChart() - Method in interface com.i2group.disco.audit.IChartVersionDeleteAuditEvent
-
Gets an
IChartInfo
that contains information about the chart that was the subject of a "chart version delete" operation. - getChart() - Method in interface com.i2group.disco.audit.IChartVersionReadAuditEvent
-
Gets an
IChartInfo
that contains information about the chart that was the subject of a "chart version read" operation. - getChartId() - Method in interface com.i2group.disco.audit.IChartInfo
-
Gets a mandatory
String
that contains the identifier of the chart that thisIChartInfo
represents. - getChartletId() - Method in interface com.i2group.disco.audit.IChartletAuditEvent
-
Gets a
String
that contains the unique identifier of the chartlet. - getChartType() - Method in interface com.i2group.disco.audit.IChartInfo
-
Gets a mandatory
ChartType
that indicates the type of chart that thisIChartInfo
represents. - getChartVersion() - Method in interface com.i2group.disco.audit.IChartInfo
-
Gets an optional
Long
that contains the version of the chart that thisIChartInfo
represents. - getClientIPAddress() - Method in interface com.i2group.disco.audit.IAuditEvent
-
Gets a
String
that contains the IP address of the client on which the operation that generated thisIAuditEvent
was performed. - getClientUserAgent() - Method in interface com.i2group.disco.audit.IAuditEvent
-
Gets a
String
that contains information about the user agent through which the operation that generated thisIAuditEvent
was performed. - getColumnName() - Method in class com.i2group.disco.infostore.importer.TemplateReferenceExtractor.ColumnReferenceOrConstantValue
-
Gets a
String
that contains the column reference, or null if thisTemplateReferenceExtractor.ColumnReferenceOrConstantValue
is a constant value. - getCommandPermissions() - Method in interface com.i2group.disco.alerts.ISendTo
-
Gets the names of command access control permissions whose owners are to receive the alert.
- getCommandPermissions() - Method in class com.i2group.disco.alerts.SendTo
- getConnectorId() - Method in interface com.i2group.disco.audit.IDAODAuditEvent
-
Gets a
String
that contains the identifier of the connector to the external data source. - getConnectorServiceId() - Method in interface com.i2group.disco.audit.IDAODAuditEvent
-
Gets a
String
that contains the identifier of the service on the connector to the external data source. - getContent() - Method in interface com.i2group.disco.audit.INoteAddition
-
Gets a
String
that contains the text of the new note. - getContent() - Method in interface com.i2group.disco.audit.INoteModification
-
Gets a
String
that contains the text of the modified note. - getCreatedBy() - Method in interface com.i2group.disco.audit.INoteAddition
-
Gets a
String
that contains the name of the user who logged in to the Information Store most recently before the note was created. - getCreatedRecords() - Method in interface com.i2group.disco.audit.IRecordUploadAuditEvent
-
Gets
IUploadRecordInfo
s that contain information about records that were created during a "record create" operation. - getDataStore() - Method in interface com.i2group.disco.audit.IRecordInfo
-
Gets a
String
that contains the identifier of the data store that holds the record that thisIRecordInfo
represents. - getDataStores() - Method in interface com.i2group.disco.audit.IFindPathAuditEvent
-
Gets
String
s that contain the names of the data stores that were the targets of the "find path" operation. - getDataStores() - Method in interface com.i2group.disco.audit.IHighlightQueryShowMoreAuditEvent
-
Gets
String
s that contain the names of the data stores that were the targets of the "highlight query show more" operation. - getDataStores() - Method in interface com.i2group.disco.audit.IQuickSearchAuditEvent
-
Gets
String
s that contain the names of the data stores that were the targets of the "quick search" operation. - getDataStores() - Method in interface com.i2group.disco.audit.IVisualQueryAuditEvent
-
Gets
String
s that contain the names of the data stores that are the targets of the "visual query" operation. - getDefaultSecurityDimensions(Principal, Set<String>, SecuritySchema) - Method in class com.i2group.disco.user.PropertyBasedDefaultSecurityDimensionValuesProvider
- getDefaultSecurityDimensions(Principal, Set<String>, SecuritySchema) - Method in interface com.i2group.disco.user.spi.IDefaultSecurityDimensionValuesProvider
-
Gets a set of
DefaultSecurityDimension
s by taking into account none, some, or all of the specified arguments. - getDeletedNotes() - Method in interface com.i2group.disco.audit.INoteChangeset
-
Gets
String
s that contain the identifiers of notes that were deleted from a particular record. - getDeletedRecordIdentifiers() - Method in interface com.i2group.disco.audit.IRecordDeleteAuditEvent
-
Gets
IRecordIdentifierInfo
s that contain information about the records that were affected by a "record delete" operation. - getDeletedSourceReferences() - Method in interface com.i2group.disco.audit.ISourceReferenceChangeset
-
Gets
String
s that contain the identifiers of source references that were deleted from a particular record. - getDescription() - Method in interface com.i2group.disco.audit.IGroupInfo
-
Gets a
String
that contains a description of the group that thisIGroupInfo
represents. - getDescription() - Method in interface com.i2group.disco.audit.ISavedArtifactInfo
-
Gets a
String
that contains a description of the saved artifact. - getDescription() - Method in interface com.i2group.disco.audit.ISourceReference
-
Gets a
String
the contains a description of the source being referenced. - getDescription() - Method in class com.i2group.disco.security.spi.DimensionValue
- getDescription() - Method in interface com.i2group.disco.security.spi.IDimension
-
Gets the description of the security dimension.
- getDescription() - Method in interface com.i2group.disco.security.spi.IDimensionValue
-
Gets the description of the security dimension value.
- getDimension() - Method in class com.i2group.apollo.model.security.dynamic.transport.Permissions
-
Gets a
String
that contains the identifier of the dimension that thisPermissions
refers to. - getDimensionId() - Method in interface com.i2group.disco.security.IDimensionAccessPermissions
-
Gets the identifier of the security dimension in question.
- getDimensionId() - Method in class com.i2group.disco.user.spi.DefaultSecurityDimension
-
Gets a
String
that contains the identifier of the security dimension that thisDefaultSecurityDimension
refers to. - getDimensionValue() - Method in class com.i2group.apollo.model.security.dynamic.transport.Permission
-
Gets a
String
that contains the identifier of the dimension value that thisPermission
refers to. - getDimensionValueId() - Method in interface com.i2group.disco.security.IDimensionValueAccessPermission
-
Gets the identifier of the security dimension value in question.
- getDimensionValueId() - Method in interface com.i2group.disco.security.spi.IPermission
-
Gets the identifier of the dimension value in the permission.
- getDimensionValueId() - Method in class com.i2group.disco.security.spi.Permission
- getDimensionValues() - Method in interface com.i2group.disco.security.spi.IDimension
-
Gets the dimension values that the security dimension contains, indexed by their identifiers.
- getDimensionValues(String) - Method in interface com.i2group.disco.security.spi.ISecurityDimensionValuesProvider
-
Gets the
IDimensionValue
s to add to or modify in the security dimension with the specified identifier. - getDisplayName() - Method in interface com.i2group.disco.audit.IEntityTypeFilter
-
Gets a
String
that contains the display name of the entity type. - getDisplayName() - Method in interface com.i2group.disco.audit.IGroupInfo
-
Gets a
String
that contains the display name of the group that thisIGroupInfo
represents. - getDisplayName() - Method in interface com.i2group.disco.audit.ILinkTypeFilter
-
Gets a
String
that contains the display name of the link type. - getDisplayName() - Method in interface com.i2group.disco.audit.IUserInfo
- getDisplayName() - Method in class com.i2group.disco.security.spi.DimensionValue
- getDisplayName() - Method in interface com.i2group.disco.security.spi.IDimension
-
Gets the display name of the security dimension.
- getDisplayName() - Method in interface com.i2group.disco.security.spi.IDimensionValue
-
Gets the display name of the security dimension value.
- getDownloadType() - Method in interface com.i2group.disco.audit.IChartReadAuditEvent
-
Gets a
DownloadType
that indicates the type of download (image or binary) that thisIChartReadAuditEvent
represents. - getDurationSeconds() - Method in interface com.i2group.disco.audit.IVisualQueryCompletedAuditEvent
-
Gets the duration (in seconds) of the "visual query" operation.
- getEntityTypeFilters() - Method in interface com.i2group.disco.audit.IExpandAuditEvent
-
Gets the
IEntityTypeFilter
s that apply to the seeds for the "expand" operation. - getExpression() - Method in interface com.i2group.disco.audit.IQuickSearchAuditEvent
-
Gets a
String
that contains the search expression that was used in the "quick search" operation. - getFilters() - Method in interface com.i2group.disco.audit.IHighlightQueryShowMoreAuditEvent
-
Gets a
String
whose contents represent any filters that were associated with the "highlight query show more" operation. - getFilters() - Method in interface com.i2group.disco.audit.IQuickSearchAuditEvent
-
Gets a
String
whose contents represent any filters that were associated with the "quick search" operation. - getGroupIds() - Method in interface com.i2group.disco.audit.ISavedArtifactUserInfo
-
Gets
String
s that contain the unique identifiers of the groups that the user is a member of. - getGroups() - Method in interface com.i2group.disco.alerts.ISendTo
-
Gets the names of specific system user groups to receive the alert.
- getGroups() - Method in class com.i2group.disco.alerts.SendTo
- getGroupsForUser(String) - Method in interface com.i2group.disco.user.spi.IUserGroupsProvider
-
Gets
String
s that contain the names of the system user groups that the specified user belongs to. - getHighlightQueryTitle() - Method in interface com.i2group.disco.audit.IHighlightQueryShowMoreAuditEvent
-
Gets a
String
that contains the title of the query that was used in the "highlight query show more" operation. - getId() - Method in interface com.i2group.disco.audit.IGroupInfo
-
Gets a
String
that contains the unique identifier of the group that thisIGroupInfo
represents. - getId() - Method in interface com.i2group.disco.audit.IRecordDeleteAuditEvent
-
Gets a
String
that contains an identifier for thisIRecordDeleteAuditEvent
. - getId() - Method in interface com.i2group.disco.audit.IRecordInfo
-
Deprecated.
- getId() - Method in interface com.i2group.disco.audit.ISavedArtifactInfo
-
Gets a
String
that contains the unique identifier of the saved artifact. - getId() - Method in interface com.i2group.disco.audit.IUserInfo
- getId() - Method in class com.i2group.disco.security.spi.DimensionValue
- getId() - Method in interface com.i2group.disco.security.spi.IDimension
-
Gets the identifier of the security dimension.
- getId() - Method in interface com.i2group.disco.security.spi.IDimensionValue
-
Gets the identifier of the security dimension value.
- getImage() - Method in interface com.i2group.disco.audit.ISourceReference
-
Gets a
String
that contains the image of the source being referenced. - getItemTypeAccessResolverForUser(IUserInformation) - Method in interface com.i2group.disco.security.spi.IUserItemTypeAccessResolverProvider
-
Gets a
IUserItemTypeAccessResolverProvider.IUserItemTypeAccessResolver
for a particular user. - getItemTypeId() - Method in interface com.i2group.disco.audit.IEntityTypeFilter
-
Gets a
String
that contains the identifier of the entity type. - getItemTypeId() - Method in interface com.i2group.disco.audit.ILinkTypeFilter
-
Gets a
String
that contains the identifier of the link type. - getItemTypeId() - Method in class com.i2group.disco.model.OriginIdentifier
-
Gets a
String
that contains the identifier of the item type of the i2 Analyze record with thisOriginIdentifier
. - getItemTypeId() - Method in interface com.i2group.disco.schema.IItemType
-
Gets the identifier of this item type within its schema.
- getKeys() - Method in class com.i2group.disco.model.OriginIdentifier
-
Gets
String
s that collectively identify the data for the i2 Analyze record in its source. - getLabel() - Method in interface com.i2group.disco.audit.IRecordInfo
-
Gets a
String
that contains the human-readable label of the record that thisIRecordInfo
represents. - getLevel() - Method in class com.i2group.apollo.model.security.dynamic.transport.Permission
-
Gets a
String
that contains the security access or grant level associated with the dimension value that thisPermission
refers to. - getLevel() - Method in interface com.i2group.disco.security.spi.IPermission
-
Gets the access level associated with the identified dimension value.
- getLevel() - Method in class com.i2group.disco.security.spi.Permission
- getLinkTypeFilters() - Method in interface com.i2group.disco.audit.IEntityTypeFilter
-
Gets the
ILinkTypeFilter
s that apply to "expand" operations that involve the entity type in this filter. - getLinkTypeFilters() - Method in interface com.i2group.disco.audit.IExpandAuditEvent
-
Gets the
ILinkTypeFilter
s that apply to the seeds for the "expand" operation. - getLocation() - Method in interface com.i2group.disco.audit.ISavedArtifactInfo
-
Gets a
String
that contains the location (or path) of the saved artifact. - getLocation() - Method in interface com.i2group.disco.audit.ISourceReference
-
Gets a
String
that contains the location of the source being referenced. - getMemberIds() - Method in interface com.i2group.disco.audit.IGroupInfo
-
Gets a list of
String
s that contains the identifiers of the members of the group that thisIGroupInfo
represents. - getModifiedNotes() - Method in interface com.i2group.disco.audit.INoteChangeset
-
Gets the
INoteModification
s for a particular record. - getModifiedRecords() - Method in interface com.i2group.disco.audit.IRecordUploadAuditEvent
-
Gets
IUploadRecordInfo
s that contain information about records that were modified during a "record update" operation. - getModifiedSourceReferences() - Method in interface com.i2group.disco.audit.ISourceReferenceChangeset
-
Gets the
ISourceReferenceModification
s for a particular record. - getName() - Method in interface com.i2group.disco.audit.ISavedArtifactInfo
-
Gets a
String
that contains the name of the saved artifact. - getName() - Method in interface com.i2group.disco.audit.ISourceReference
-
Gets a
String
that contains the name of the source being referenced. - getName() - Method in interface com.i2group.disco.audit.IUploadChartInfo
-
Gets a
String
that contains the human-readable name of the chart that thisIUploadChartInfo
represents. - getNoteChanges() - Method in interface com.i2group.disco.audit.IUploadChartInfo
-
Gets the
INoteChangeset
that contains information about changes to the notes of the chart that thisIUploadChartInfo
represents. - getNoteChanges() - Method in interface com.i2group.disco.audit.IUploadRecordInfo
-
Gets the
INoteChangeset
that contains information about changes to the notes of the uploaded record. - getNoteId() - Method in interface com.i2group.disco.audit.INoteModification
-
Gets a
String
that contains the unique identifier of the modified note. - getOldAccessControl() - Method in interface com.i2group.disco.audit.ISavedArtifactUpdateAuditEvent
-
Gets the previous access control list associated with the artifact, if the operation modified it.
- getOldArtifact() - Method in interface com.i2group.disco.audit.ISavedArtifactUpdateAuditEvent
-
Gets a
String
that represents the previous contents of the artifact, if the operation modified them. - getOldDescription() - Method in interface com.i2group.disco.audit.ISavedArtifactUpdateAuditEvent
-
Gets a
String
that contains the previous description of the artifact, if the operation modified it. - getOldLocation() - Method in interface com.i2group.disco.audit.ISavedArtifactUpdateAuditEvent
-
Gets a
String
that contains the previous location ("path") of the artifact, if the operation modified it. - getOldName() - Method in interface com.i2group.disco.audit.ISavedArtifactUpdateAuditEvent
-
Gets a
String
that contains the previous name of the artifact, if the operation modified it. - getOperationId() - Method in interface com.i2group.disco.audit.IVisualQueryAuditEvent
-
Gets a
String
that contains the unique identifier of the "visual query" operation. - getOriginIds() - Method in interface com.i2group.disco.audit.IRecordIdentifierInfo
-
Gets the
OriginIdentifier
s that thisIRecordIdentifierInfo
represents. - getOriginIds() - Method in interface com.i2group.disco.audit.IRecordInfo
-
Gets the
OriginIdentifier
s that identify the record that thisIRecordInfo
represents. - getPayload() - Method in interface com.i2group.disco.audit.IDAODAuditEvent
-
Gets a
String
that represents the payload that is destined for the connector to the external data source. - getPermissions() - Method in class com.i2group.apollo.model.security.dynamic.transport.Permissions
-
Gets the
Permission
s that are associated with the dimension that thisPermissions
refers to. - getPermissions() - Method in interface com.i2group.disco.security.IDimensionAccessPermissions
-
Gets a list of
IDimensionValueAccessPermission
s that contain a dimension value-access level pair for every value in the identified security dimension. - getPrincipalName() - Method in interface com.i2group.disco.security.IUserInformation
-
Gets the user's principal name.
- getProvisioningType() - Method in interface com.i2group.disco.audit.IGroupInfo
-
Gets the
ProvisioningType
of the operation that provisioned the group that thisIGroupInfo
represents. - getProvisioningType() - Method in interface com.i2group.disco.audit.IUserInfo
-
Gets the
ProvisioningType
of the operation that provisioned the user that thisIUserInfo
represents. - getQuery() - Method in interface com.i2group.disco.audit.IFindPathAuditEvent
-
Gets a
String
whose contents represent the structure that was passed to the "find path" operation. - getQuery() - Method in interface com.i2group.disco.audit.IVisualQueryAuditEvent
-
Gets a
String
whose contents represent the structure that was passed to the "visual query" operation. - getRecordId() - Method in interface com.i2group.disco.audit.IRecordIdentifierInfo
-
Gets a
String
that contains the record identifier that thisIRecordIdentifierInfo
represents. - getRecordId() - Method in interface com.i2group.disco.audit.IRecordInfo
-
Gets a
String
that contains the record identifier of the record that thisIRecordInfo
represents. - getRecords() - Method in interface com.i2group.disco.audit.IRecordRetrievalAuditEvent
-
Gets
IRecordInfo
s that contain information about the records that were the subject of the "record retrieval" operation. - getRequestBody() - Method in interface com.i2group.disco.audit.IGeospatialSearchAuditEvent
-
Gets a
String
whose contents represent the structure that was passed to the "geospatial search" operation. - getResolutionMode() - Method in interface com.i2group.disco.security.spi.IDimension
-
Gets the
ResolutionMode
, which determines how the dimension values affect access calculations. - getSchedulerTracer() - Method in interface com.i2group.disco.task.spi.IScheduledTask.IScheduledTaskObjects
-
Gets an
ITracer
that you can use to log directly to the scheduler log. - getSchemaShortName() - Method in interface com.i2group.disco.schema.IItemType
-
Gets the short name of the schema that contains this item type.
- getSecurityDimensionAccessPermissions() - Method in interface com.i2group.disco.security.IUserInformation
-
Gets the user's access level for every dimension value of every security dimension in the i2 Analyze deployment.
- getSecurityDimensionValueIds() - Method in interface com.i2group.disco.audit.IRecordInfo
-
Gets a map that contains the
String
identifiers of the security dimension values for the record that thisIRecordInfo
represents. - getSecurityDimensionValueIds() - Method in interface com.i2group.disco.audit.IUploadChartInfo
-
Gets a map that contains the
String
identifiers of the security dimension values for the chart that thisIUploadChartInfo
represents. - getSecurityPermissions(String, Collection<String>, Collection<IDimension>) - Method in interface com.i2group.disco.security.spi.ISecurityPermissionsProvider
-
Gets the permissions that the specified user, who is a member of the specified user groups, should receive for each of the values in the specified security dimensions.
- getSeedRecord() - Method in interface com.i2group.disco.audit.IHighlightQueryShowMoreAuditEvent
-
Gets the
IRecordInfo
for the record that was the seed for the "highlight query show more" operation. - getSeedRecords() - Method in interface com.i2group.disco.audit.IExpandAuditEvent
-
Gets
IRecordInfo
s that contain information about the entity records that were the seeds for the "expand" operation. - getSeeds() - Method in interface com.i2group.disco.audit.IExpandAuditEvent
-
Deprecated.Use
IExpandAuditEvent.getSeedRecords()
instead. - getSentToCount() - Method in interface com.i2group.disco.alerts.IAlertManager.IAlertCreationResult
-
Gets a count of the users that the alert was sent to, which you can use to assess whether it reached its intended audience.
- getSharingUser() - Method in interface com.i2group.disco.audit.ISavedArtifactInfo
-
Gets identity information about the user who created, read, updated, or deleted the saved artifact.
- getSource() - Method in interface com.i2group.disco.audit.IGroupInfo
-
Gets the provisioning
IGroupInfo.Source
of the group that thisIGroupInfo
represents. - getSource() - Method in interface com.i2group.disco.audit.IUserInfo
-
Gets the provisioning
IUserInfo.Source
of the user that thisIUserInfo
represents. - getSourceReferenceChanges() - Method in interface com.i2group.disco.audit.IUploadChartInfo
-
Gets the
ISourceReferenceChangeset
that contains information about changes to the source references of the chart that thisIUploadChartInfo
represents. - getSourceReferenceChanges() - Method in interface com.i2group.disco.audit.IUploadRecordInfo
-
Gets the
ISourceReferenceChangeset
that contains information about changes to the source references of the uploaded record. - getSourceReferenceId() - Method in interface com.i2group.disco.audit.ISourceReferenceModification
-
Gets a
String
that contains the unique identifier of the modified source reference. - getSubjectId() - Method in interface com.i2group.disco.audit.IAccessControl
-
Gets a
String
that contains the unique identifier of the subject (a user or a group). - getTimestamp() - Method in interface com.i2group.disco.audit.IAuditEvent
-
Gets the UTC
Instant
when thisIAuditEvent
was generated. - getTimestamp() - Method in interface com.i2group.disco.audit.ILogoutAuditEvent
-
Gets the UTC
Instant
when thisILogoutAuditEvent
was generated. - getTracer(Class<?>) - Method in interface com.i2group.apollo.common.tracing.ITracerFactory
- getTracerFactory() - Method in interface com.i2group.disco.task.spi.IScheduledTask.IScheduledTaskObjects
-
Gets an
ITracerFactory
that you can use to create anITracer
object for logging from a particular class. - getType() - Method in enum class com.i2group.disco.audit.DownloadType
-
Gets a
String
that contains a human-readable version of the download type. - getType() - Method in interface com.i2group.disco.audit.IPrivacyAgreementAuditEvent
-
Gets a
PrivacyAgreementEventType
that indicates whether the agreement was accepted or rejected. - getType() - Method in interface com.i2group.disco.audit.ISavedArtifactInfo
-
Gets the type of the saved artifact.
- getType() - Method in interface com.i2group.disco.audit.ISourceReference
-
Gets a
String
that contains the type of the source being referenced. - getType() - Method in class com.i2group.disco.model.OriginIdentifier
-
Gets a
String
that contains the type of the data source that was the origin for data in the i2 Analyze record. - getUser() - Method in interface com.i2group.disco.audit.IAuditEvent
-
Gets a
String
that contains the name of the user who performed the operation that generated thisIAuditEvent
. - getUser() - Method in interface com.i2group.disco.audit.ILogoutAuditEvent
-
Gets a
String
that contains the name of the user whose logout generated thisILogoutAuditEvent
. - getUserGroups() - Method in interface com.i2group.disco.security.IUserInformation
-
Gets the names of the system user groups that the user is a member of.
- getUserId() - Method in interface com.i2group.disco.audit.IAuditEvent
-
Gets a
String
that contains the unique identifier of the user who performed the operation that generated thisIAuditEvent
. - getUserId() - Method in interface com.i2group.disco.audit.ILogoutAuditEvent
-
Gets a
String
that contains the unique identifier of the user whose logout generated thisILogoutAuditEvent
. - getUserId() - Method in interface com.i2group.disco.audit.ISavedArtifactUserInfo
-
Gets a
String
that contains the unique identifier of the user. - getUserName() - Method in interface com.i2group.disco.audit.IUserInfo
- getUsers() - Method in interface com.i2group.disco.alerts.ISendTo
-
Gets the principal names of specific users to receive the alert.
- getUsers() - Method in class com.i2group.disco.alerts.SendTo
- getUserSecurityGroups() - Method in interface com.i2group.disco.audit.IAuditEvent
-
Gets
String
s that contain the names of the security groups to which the user returned byIAuditEvent.getUser()
belongs. - getUserSecurityPermissions() - Method in interface com.i2group.disco.audit.IAuditEvent
-
Gets the
Permissions
in each security dimension of the user returned byIAuditEvent.getUser()
. - getValue() - Method in class com.i2group.disco.infostore.importer.TemplateReferenceExtractor.ColumnReferenceOrConstantValue
-
Gets a
String
that contains the constant value, or null if thisTemplateReferenceExtractor.ColumnReferenceOrConstantValue
is a column reference. - getValueIds() - Method in class com.i2group.disco.user.spi.DefaultSecurityDimension
-
Gets
String
s that contain the identifiers of the security dimension values to apply by default to i2 Analyze records. - getValueMap() - Method in class com.i2group.disco.daod.spi.IConnectorRequestModifier.State
-
Gets the stored state.
H
- hashCode() - Method in class com.i2group.disco.daod.spi.IConnectorRequestModifier.State
- hashCode() - Method in class com.i2group.disco.model.OriginIdentifier
I
- IAccessControl - Interface in com.i2group.disco.audit
-
An association between a subject (a user or a group) and an access level, for a saved artifact involved in an operation that is under audit.
- IAccessControl.AccessLevel - Enum Class in com.i2group.disco.audit
-
The level of access that a user or a group has to a saved artifact.
- IAlertManager - Interface in com.i2group.disco.alerts
-
A set of methods for creating and reporting on alerts that you can send to specified users of an i2 Analyze deployment.
- IAlertManager.IAlertCreationResult - Interface in com.i2group.disco.alerts
-
The result of a request to create an alert.
- IAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of an operation against the Information Store.
- IAuditLogger - Interface in com.i2group.disco.audit.spi
-
A provider of audit logging functionality to i2 Analyze and the Information Store.
- IChartCreateAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "chart create" operation against the Information Store.
- IChartDeleteAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "chart delete" operation against the Information Store.
- IChartInfo - Interface in com.i2group.disco.audit
-
Information about a chart that is involved in an operation that is under audit.
- IChartletAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "chartlet create" or "chartlet read" operation, which occur when a user shares or navigates to shared records.
- IChartReadAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "chart read" operation against the Information Store.
- IChartUndoDeleteAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "chart undo delete" operation against the Information Store.
- IChartUpdateAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "chart update" operation against the Information Store.
- IChartVersionDeleteAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "chart version delete" operation against the Information Store.
- IChartVersionReadAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "chart version read" operation against the Information Store.
- IConnectorRequestModifier - Interface in com.i2group.disco.daod.spi
-
A reader and modifier of HTTP requests en route to connectors to external data sources.
- IConnectorRequestModifier.State - Class in com.i2group.disco.daod.spi
-
A store for request state that must be available to all calls to the same asynchronous query on an i2 Connect connector.
- IDAODAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of an operation against an external data source.
- IDAODResultSetsDeleteAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated when result sets from operations against external data sources were deleted.
- IDefaultSecurityDimensionValuesProvider - Interface in com.i2group.disco.user.spi
-
A provider of security dimension values that are applied by default to the i2 Analyze records that a particular user creates.
- IDENTITY_PROVIDER - Enum constant in enum class com.i2group.disco.audit.IGroupInfo.Source
-
The source of the group is an identity provider.
- IDENTITY_PROVIDER - Enum constant in enum class com.i2group.disco.audit.IUserInfo.Source
-
The source of the user is an identity provider.
- IDimension - Interface in com.i2group.disco.security.spi
-
A security dimension.
- IDimensionAccessPermissions - Interface in com.i2group.disco.security
-
A list of the access permissions that a user has for a particular security dimension.
- IDimensionValue - Interface in com.i2group.disco.security.spi
-
A security dimension value.
- IDimensionValueAccessPermission - Interface in com.i2group.disco.security
-
A single security access level, associated with a particular security dimension value.
- IEntityTypeFilter - Interface in com.i2group.disco.audit
-
The name and identifier of an entity type that acted as a filter in an "expand" operation, plus any link type filters that apply to the entity type filter.
- IExpandAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of an "expand" operation against the Information Store.
- IFindPathAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "find path" operation against the Information Store.
- IGeospatialSearchAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "geospatial search" operation against the Information Store.
- IGroupAddAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of an "add group" provisioning operation.
- IGroupInfo - Interface in com.i2group.disco.audit
-
Information about a group that is involved in an operation that is under audit.
- IGroupInfo.Source - Enum Class in com.i2group.disco.audit
-
The provisioning source of a group.
- IGroupRemoveAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "remove group" provisioning operation.
- IGroupRestoreAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "restore group" provisioning operation.
- IGroupUpdateAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of an "update group" provisioning operation.
- IHighlightQueryShowMoreAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "highlight query show more" operation against the Information Store.
- IItemType - Interface in com.i2group.disco.schema
-
Identifying information for an item type in an i2 Analyze schema.
- ILinkTypeFilter - Interface in com.i2group.disco.audit
-
The name and identifier of a link type that acted as a filter in an "expand" operation.
- ILoginAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated when a user logged in to i2 Analyze.
- ILogoutAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated when a user logged out of i2 Analyze.
- IMAGE - Enum constant in enum class com.i2group.disco.audit.DownloadType
-
The data is an image that represents the chart.
- IMPORT_SPECIFICATION - Enum constant in enum class com.i2group.disco.audit.ISavedArtifactInfo.ArtifactType
-
The artifact is an import specification.
- info(String) - Method in interface com.i2group.tracing.ITracer
-
Logs a message if the ITracer is set to Info level or higher.
- info(String, Object...) - Method in interface com.i2group.tracing.ITracer
-
Logs a message if the ITracer is set to Info level or higher.
- info(String, Throwable) - Method in interface com.i2group.tracing.ITracer
-
Logs a message with an exception if the ITracer is set to Info level or higher.
- info(Throwable) - Method in interface com.i2group.tracing.ITracer
-
Logs an exception if the ITracer is set to Info level or higher.
- INFORMATION - Enum constant in enum class com.i2group.disco.alerts.AlertIcon
-
An information icon.
- INoteAddition - Interface in com.i2group.disco.audit
-
Information about a new note on an i2 Analyze record.
- INoteChangeset - Interface in com.i2group.disco.audit
-
A collection of changes to the notes on an i2 Analyze record.
- INoteModification - Interface in com.i2group.disco.audit
-
Information about a modification to a note on an i2 Analyze record.
- IPermission - Interface in com.i2group.disco.security.spi
-
A security permission, which relates a particular access level to a particular security dimension value.
- IPermission.AccessLevel - Enum Class in com.i2group.disco.security.spi
-
The level of access that an individual user or a member of a user group has to some data.
- IPrivacyAgreementAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated when a user accepted or rejected a privacy agreement.
- IQuickSearchAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "quick search" operation against the Information Store.
- IRecordDeleteAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "record delete" operation against the Information Store.
- IRecordIdentifierInfo - Interface in com.i2group.disco.audit
-
Information about the identifiers of a record that is involved in a "record delete" operation that is under audit.
- IRecordInfo - Interface in com.i2group.disco.audit
-
Information about a record that is involved in an operation that is under audit.
- IRecordRetrievalAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "record retrieval" operation against the Information Store, such as when a user looks at the detail of a search result.
- IRecordUploadAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "record create" or "record update" operation against the Information Store.
- isAuthenticationAuditEnabled() - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Indicates whether audit logging of "login" and "logout" operations, and users' acceptance of privacy agreements, is enabled.
- isAvailableForSharing() - Method in interface com.i2group.disco.audit.IGroupInfo
-
Indicates whether the group that this
IGroupInfo
represents is available for sharing. - ISavedArtifactCreateAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "saved artifact create" operation.
- ISavedArtifactDeleteAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "saved artifact delete" operation.
- ISavedArtifactInfo - Interface in com.i2group.disco.audit
-
Information about a saved artifact that is involved in a create, read, or update operation that is under audit.
- ISavedArtifactInfo.ArtifactType - Enum Class in com.i2group.disco.audit
-
The type of saved artifact.
- ISavedArtifactReadAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "saved artifact read" operation.
- ISavedArtifactUpdateAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "saved artifact update" operation.
- ISavedArtifactUserInfo - Interface in com.i2group.disco.audit
-
Information about a user who has created, read, updated, or deleted a saved artifact.
- isChartCRUDAuditEnabled() - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Indicates whether audit logging of "chart create", "chart read", "chart update", "chart delete" and "chart undo delete" operations is enabled.
- isChartletAuditEnabled() - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Indicates whether audit logging of "chartlet create" and "chartlet read" operations is enabled.
- IScheduledTask - Interface in com.i2group.disco.task.spi
-
A task to be executed by the i2 Analyze server, on a schedule.
- IScheduledTask.IScheduledTaskObjects - Interface in com.i2group.disco.task.spi
-
A set of methods that provide access to other server APIs that you can use from inside a
IScheduledTask
. - isConstantValue() - Method in class com.i2group.disco.infostore.importer.TemplateReferenceExtractor.ColumnReferenceOrConstantValue
-
Indicates whether this
TemplateReferenceExtractor.ColumnReferenceOrConstantValue
is a column reference or a constant value. - isDAODAuditEnabled() - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Indicates whether audit logging of "data acquisition" operations, including deleting the result sets from those operations, is enabled.
- isDebugEnabled() - Method in interface com.i2group.tracing.ITracer
-
Gets a value indicating whether the level of this ITracer is set to Debug or higher.
- isDebugEntryExitEnabled() - Method in interface com.i2group.tracing.ITracer
-
Gets a value indicating whether debugging of entry/exit is enabled for this ITracer.
- ISecurityDimensionValuesProvider - Interface in com.i2group.disco.security.spi
-
A provider of security dimension values that add to or modify the values in a particular dimension.
- ISecurityPermissionsProvider - Interface in com.i2group.disco.security.spi
-
A provider of security permissions for use instead of or as well as the mechanism that the security schema provides.
- ISendTo - Interface in com.i2group.disco.alerts
-
A set of criteria that determine the list of users to whom an alert is sent.
- isErrorEnabled() - Method in interface com.i2group.tracing.ITracer
-
Gets a value indicating whether the level of this ITracer is set to Error or higher.
- isFailed() - Method in interface com.i2group.disco.audit.IVisualQueryCompletedAuditEvent
-
Indicates whether the "visual query" operation failed, which includes being timed out and being canceled by a user.
- isFatalEnabled() - Method in interface com.i2group.tracing.ITracer
-
Gets a value indicating whether the level of this ITracer is set to Fatal or higher.
- isInfoEnabled() - Method in interface com.i2group.tracing.ITracer
-
Gets a value indicating whether the level of this ITracer is set to Info or higher.
- isOrdered() - Method in interface com.i2group.disco.security.spi.IDimension
-
Indicates whether the order of the values in the security dimension is significant.
- ISourceReference - Interface in com.i2group.disco.audit
-
Information about a source that contains or contributed data for an i2 Analyze record.
- ISourceReferenceAddition - Interface in com.i2group.disco.audit
-
Information about a new source reference on an i2 Analyze record.
- ISourceReferenceChangeset - Interface in com.i2group.disco.audit
-
A collection of changes to the source references on an i2 Analyze record.
- ISourceReferenceModification - Interface in com.i2group.disco.audit
-
Information about a modification to a source reference on an i2 Analyze record.
- isProvisioningAuditEnabled() - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Indicates whether audit logging of "provisioning" operations for users and groups is enabled.
- isQueryAuditEnabled() - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Indicates whether audit logging of "quick search", "expand", "find path", "geospatial search", "visual query", and "highlight query" operations is enabled.
- isRecordCUDAuditEnabled() - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Indicates whether audit logging of "record create", "record update", and "record delete" operations is enabled.
- isRecordRetrievalAuditEnabled() - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Indicates whether audit logging of "record retrieval" operations is enabled.
- isRecordUploadAuditEnabled() - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Deprecated.Use
IAuditLogger.isRecordCUDAuditEnabled()
instead. - isSavedArtifactCRUDEnabled() - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Indicates whether audit logging of "saved artifact create", "saved artifact read", "saved artifact update" and "saved artifact delete" operations is enabled.
- isSavedArtifactsAdmin() - Method in interface com.i2group.disco.audit.ISavedArtifactUserInfo
-
Indicates whether the user is a saved artifacts administrator who can perform operations regardless of their assigned permissions.
- isSeed() - Method in interface com.i2group.disco.audit.IRecordIdentifierInfo
-
true
if the record with these identifiers featured in the original delete request;false
if it is a link being deleted only because it is connected to such a record. - isSendToAll() - Method in interface com.i2group.disco.alerts.ISendTo
-
Indicates whether all users are to receive the alert.
- isSendToAll() - Method in class com.i2group.disco.alerts.SendTo
- isSwitchEnabled(String) - Method in interface com.i2group.tracing.ITracer
-
Determines whether a particular tracing switch is enabled for thisTracer.
- isTraceEnabled() - Method in interface com.i2group.tracing.ITracer
-
Gets a value indicating whether the level of this ITracer is set to Trace or higher.
- isVisibleToAll() - Method in interface com.i2group.disco.audit.IGroupInfo
-
Indicates whether the group that this
IGroupInfo
represents is visible to all users. - isVisualQueryCompletedAuditEnabled() - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Indicates whether audit logging of completed "visual query" operations is enabled.
- isWarnEnabled() - Method in interface com.i2group.tracing.ITracer
-
Gets a value indicating whether the level of this ITracer is set to Warn or higher.
- ITracer - Interface in com.i2group.tracing
-
Represents a generic tracer object capable of reporting debugging/tracing information.
- ITracerFactory - Interface in com.i2group.apollo.common.tracing
-
A factory for creating tracer objects, which allow configuring and logging of any tracing information that an i2 Analyze web service generates.
- IUploadChartInfo - Interface in com.i2group.disco.audit
-
Information about a chart that is involved in a "create" or "update" operation that is under audit.
- IUploadRecordInfo - Interface in com.i2group.disco.audit
-
Information about a record that is involved in a "record create" or "record update" operation that is under audit.
- IUserAddAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of an "add user" provisioning operation.
- IUserGroupsProvider - Interface in com.i2group.disco.user.spi
-
A provider of information about user membership of system groups, when i2 Analyze is in just-in-time provisioning mode.
- IUserInfo - Interface in com.i2group.disco.audit
-
Information about a user that is involved in an operation that is under audit.
- IUserInfo.Source - Enum Class in com.i2group.disco.audit
-
The provisioning source of a user.
- IUserInformation - Interface in com.i2group.disco.security
-
Information about an i2 Analyze user.
- IUserItemTypeAccessResolverProvider - Interface in com.i2group.disco.security.spi
-
A provider of per-user
IUserItemTypeAccessResolverProvider.IUserItemTypeAccessResolver
objects that can determine a user's right (that is, "allowed" or "not allowed") to access different types of data in i2 Analyze. - IUserItemTypeAccessResolverProvider.IUserItemTypeAccessResolver - Interface in com.i2group.disco.security.spi
-
A provider of methods that i2 Analyze calls to determine whether the user for whom it was generated has access to data with a particular type.
- IUserRemoveAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "remove user" provisioning operation.
- IUserRestoreAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of a "restore user" provisioning operation.
- IUserUpdateAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated during the processing of an "update user" provisioning operation.
- IVisualQueryAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated before the processing of a "visual query" operation against the Information Store.
- IVisualQueryCompletedAuditEvent - Interface in com.i2group.disco.audit
-
An event that was generated after the completion of a "visual query" operation against the Information Store.
J
- JUST_IN_TIME - Enum constant in enum class com.i2group.disco.audit.ProvisioningType
-
The user or group was provisioned by a user request (just-in-time provisioning).
L
- load() - Method in interface com.i2group.disco.security.spi.IUserItemTypeAccessResolverProvider
-
Loads the type access configuration.
- logChartCreate(IChartCreateAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "chart create" operation.
- logChartDelete(IChartDeleteAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "chart delete" operation.
- logChartletCreate(IChartletAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "chartlet create" operation.
- logChartletRead(IChartletAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "chartlet read" operation.
- logChartRead(IChartReadAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "chart read" operation.
- logChartUndoDelete(IChartUndoDeleteAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "chart undo delete" operation.
- logChartUpdate(IChartUpdateAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "chart update" operation.
- logChartVersionDelete(IChartVersionDeleteAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "chart version delete" operation.
- logChartVersionRead(IChartVersionReadAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "chart version read" operation.
- logDAODEvent(IDAODAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "data acquisition" operation, which includes a visual query operation against an external source.
- logDAODResultSetsDeleteEvent(IDAODResultSetsDeleteAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about the deletion of result sets from "data acquisition" operations.
- logDefault(IAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about an operation when auditing is enabled and a more specific method has not been overridden.
- logExpand(IExpandAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about an "expand" operation.
- logFindPath(IFindPathAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "find path" operation.
- logGeospatialSearch(IGeospatialSearchAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "geospatial search" operation.
- logHighlightQuery(IHighlightQueryShowMoreAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "highlight query show more" operation.
- logLoginEvent(ILoginAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "login" operation.
- logLogoutEvent(ILogoutAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "logout" operation.
- logPrivacyAgreementEvent(IPrivacyAgreementAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about user acceptance of a privacy agreement.
- logProvisioningGroupAdd(IGroupAddAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about an "add group" provisioning operation.
- logProvisioningGroupRemove(IGroupRemoveAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "remove group" provisioning operation.
- logProvisioningGroupRestore(IGroupRestoreAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "restore group" provisioning operation.
- logProvisioningGroupUpdate(IGroupUpdateAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about an "update group" provisioning operation.
- logProvisioningUserAdd(IUserAddAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about an "add user" provisioning operation.
- logProvisioningUserRemove(IUserRemoveAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "remove user" provisioning operation.
- logProvisioningUserRestore(IUserRestoreAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "restore user" provisioning operation.
- logProvisioningUserUpdate(IUserUpdateAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about an "update user" provisioning operation.
- logQuickSearch(IQuickSearchAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "quick search" operation.
- logRecordDelete(IRecordDeleteAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "record delete" operation.
- logRecordRetrieval(IRecordRetrievalAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "record retrieval" operation.
- logRecordUpload(IRecordUploadAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "record create" or "record update" operation.
- logSavedArtifactCreate(ISavedArtifactCreateAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "saved artifact create" operation.
- logSavedArtifactDelete(ISavedArtifactDeleteAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "saved artifact delete" operation.
- logSavedArtifactRead(ISavedArtifactReadAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "saved artifact read" operation.
- logSavedArtifactUpdate(ISavedArtifactUpdateAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "saved artifact update" operation.
- logVisualQuery(IVisualQueryAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a "visual query" operation.
- logVisualQueryCompleted(IVisualQueryCompletedAuditEvent) - Method in interface com.i2group.disco.audit.spi.IAuditLogger
-
Logs information about a completed "visual query" operation.
M
- matches(String, String) - Method in interface com.i2group.disco.schema.IItemType
-
Indicates whether this item type is the same as one with the specified schema short name and item type identifier.
- MINUS - Enum constant in enum class com.i2group.disco.alerts.AlertIcon
-
An icon that indicates a decrease or subtraction.
- modifyAsynchronousRequest(HttpUriRequest, IConnectorRequestModifier.State) - Method in interface com.i2group.disco.daod.spi.IConnectorRequestModifier
-
Modifies a request from a client immediately before the i2 Connect gateway passes it to a connector to perform an asynchronous request.
- modifyRequest(HttpUriRequest) - Method in interface com.i2group.disco.daod.spi.IConnectorRequestModifier
-
Modifies a request from a client immediately before the i2 Connect gateway passes it to a connector to perform a (synchronous) request.
N
- NONE - Enum constant in enum class com.i2group.apollo.model.data.transport.SecurityAccessLevel
-
The user has no access to the data.
- NoOpAuditLogger - Class in com.i2group.disco.audit
-
A trivial implementation of
IAuditLogger
that performs no logging. - NoOpAuditLogger() - Constructor for class com.i2group.disco.audit.NoOpAuditLogger
- NOT_ALLOWED - Enum constant in enum class com.i2group.disco.security.TypeAccess
-
The user does not have access to data with the type in question.
O
- onStartup() - Method in interface com.i2group.disco.security.spi.ISecurityDimensionValuesProvider
-
Performs any configuration or initialization that the provider requires.
- onStartup() - Method in interface com.i2group.disco.security.spi.ISecurityPermissionsProvider
-
Performs any configuration or initialization that the provider requires.
- onStartup(IScheduledTask.IScheduledTaskObjects) - Method in interface com.i2group.disco.task.spi.IScheduledTask
-
Performs configuration or initialization that enables the task to run.
- OriginIdentifier - Class in com.i2group.disco.model
-
A container for information that uniquely identifies an i2 Analyze record.
- OriginIdGenerator - Class in com.i2group.disco.infostore.importer
-
Generates values for the
ORIGIN_ID_KEYS
column of provenance tables in the Information Store. - OriginIdGenerator() - Constructor for class com.i2group.disco.infostore.importer.OriginIdGenerator
-
Constructs a new
OriginIdGenerator
. - OWNER - Enum constant in enum class com.i2group.disco.audit.IAccessControl.AccessLevel
-
The subject has full access.
P
- Permission - Class in com.i2group.apollo.model.security.dynamic.transport
-
A specification of the security access or grant level that is associated with a particular dimension value in a dynamic security schema.
- Permission - Class in com.i2group.disco.security.spi
-
An implementation of
IPermission
. - Permissions - Class in com.i2group.apollo.model.security.dynamic.transport
-
A collection of
Permission
s that are associated with a particular dimension in a dynamic security schema. - PLUS - Enum constant in enum class com.i2group.disco.alerts.AlertIcon
-
An icon that indicates an increase or addition.
- popContext() - Method in interface com.i2group.tracing.ITracer
-
Pops the last tracing context off the context stack.
- PropertyBasedDefaultSecurityDimensionValuesProvider - Class in com.i2group.disco.user
-
An implementation of
IDefaultSecurityDimensionValuesProvider
that returns the sameDefaultSecurityDimension
s for all users, based on the contents of an element in the security schema namedDefaultSecurityDimensionValues
. - PropertyBasedDefaultSecurityDimensionValuesProvider() - Constructor for class com.i2group.disco.user.PropertyBasedDefaultSecurityDimensionValuesProvider
- ProvisioningType - Enum Class in com.i2group.disco.audit
-
The type of provisioning that is involved in one of the provisioning operations.
- pushContext(String) - Method in interface com.i2group.tracing.ITracer
-
Push a context onto the stack.
R
- READ_CLOAKED - Enum constant in enum class com.i2group.apollo.model.data.transport.SecurityAccessLevel
-
The user may see that the data exists, and the system may look at the data on the user's behalf (when searching, for example), but the user cannot see the data directly.
- READ_ONLY - Enum constant in enum class com.i2group.apollo.model.data.transport.SecurityAccessLevel
-
The user has direct, read-only access to the data.
- READ_ONLY - Enum constant in enum class com.i2group.disco.security.spi.IPermission.AccessLevel
-
The user has read-only access to the data.
- reschedule(String) - Static method in exception com.i2group.disco.task.spi.CustomTaskFailedException
-
Creates a
CustomTaskFailedException
that tells the server to reschedule the task normally. - retry(String) - Static method in exception com.i2group.disco.task.spi.CustomTaskFailedException
-
Creates a
CustomTaskFailedException
that tells the server to retry the task immediately. - run() - Method in interface com.i2group.disco.task.spi.IScheduledTask
-
Executes the task.
S
- SecurityAccessLevel - Enum Class in com.i2group.apollo.model.data.transport
-
Indicates the level of access that a user has to some data.
- SendTo - Class in com.i2group.disco.alerts
-
Implements
ISendTo
. - SendTo(Set<String>, Set<String>, Set<String>) - Constructor for class com.i2group.disco.alerts.SendTo
-
Create a
SendTo
from the specified criteria. - sendToAll() - Static method in class com.i2group.disco.alerts.SendTo
-
Create an
ISendTo
that matches all users in the system. - setValueMap(Map<String, String>) - Method in class com.i2group.disco.daod.spi.IConnectorRequestModifier.State
-
Sets the stored state.
- shouldCancel() - Method in exception com.i2group.disco.task.spi.CustomTaskFailedException
-
Indicates whether the server should cancel the task that threw the exception.
- shouldReschedule() - Method in exception com.i2group.disco.task.spi.CustomTaskFailedException
-
Indicates whether the server should reschedule the task that threw the exception.
- shouldRetry() - Method in exception com.i2group.disco.task.spi.CustomTaskFailedException
-
Indicates whether the server should retry the task that threw the exception.
- State(Map<String, String>) - Constructor for class com.i2group.disco.daod.spi.IConnectorRequestModifier.State
-
Constructs a new
IConnectorRequestModifier.State
object. - SUCCESS - Enum constant in enum class com.i2group.disco.alerts.AlertIcon
-
An icon that indicates success.
- SYSTEM - Enum constant in enum class com.i2group.disco.audit.IGroupInfo.Source
-
The source of the group is the system.
- SYSTEM - Enum constant in enum class com.i2group.disco.audit.ProvisioningType
-
The user or group was provisioned by the main provisioning cycle or a call to the
admin/provisioning/reload
endpoint.
T
- TemplateReferenceExtractor - Class in com.i2group.disco.infostore.importer
-
A utility class for determining whether strings in templates are references to values in columns (specified by
$(COLUMN_NAME)
) or constant values. - TemplateReferenceExtractor() - Constructor for class com.i2group.disco.infostore.importer.TemplateReferenceExtractor
- TemplateReferenceExtractor.ColumnReferenceOrConstantValue - Class in com.i2group.disco.infostore.importer
-
A descriptor of whether a string in a template is a constant value (in which case it requires no further processing), or a reference to a value in a column (in which case it should be substituted for the value).
- toString() - Method in class com.i2group.apollo.model.security.dynamic.transport.Permission
-
Returns a
String
representation of thisPermission
, in the form<DimensionValueId>: <SecurityLevel>
. - toString() - Method in class com.i2group.apollo.model.security.dynamic.transport.Permissions
-
Returns a
String
representation of thisPermissions
, in the form<DimensionId>: [<Permission>,<Permission>,...]
. - toString() - Method in interface com.i2group.disco.audit.IAuditEvent
-
Returns a
String
representation of thisIAuditEvent
. - toString() - Method in interface com.i2group.disco.audit.ILogoutAuditEvent
-
Returns a
String
representation of thisILogoutAuditEvent
. - toString() - Method in class com.i2group.disco.model.OriginIdentifier
- trace(String) - Method in interface com.i2group.tracing.ITracer
-
Logs a message if the ITracer is set to Trace level or higher.
- trace(String, Throwable) - Method in interface com.i2group.tracing.ITracer
-
Logs a message with an exception if the ITracer is set to Trace level or higher.
- trace(Throwable) - Method in interface com.i2group.tracing.ITracer
-
Logs an exception if the ITracer is set to Trace level or higher.
- TypeAccess - Enum Class in com.i2group.disco.security
-
The access level that a user has to i2 Analyze data with a particular item or property type.
U
- UPDATE - Enum constant in enum class com.i2group.apollo.model.data.transport.SecurityAccessLevel
-
The user can read, modify, and delete the data.
- UPDATE - Enum constant in enum class com.i2group.disco.security.spi.IPermission.AccessLevel
-
The user can read, modify, and delete the data.
- USER_CREATED - Enum constant in enum class com.i2group.disco.audit.IGroupInfo.Source
-
The source of the group is a user action that created it.
- USER_REGISTRY - Enum constant in enum class com.i2group.disco.audit.IGroupInfo.Source
-
The source of the group is the user registry.
- USER_REGISTRY - Enum constant in enum class com.i2group.disco.audit.IUserInfo.Source
-
The source of the user is the user registry.
V
- valueOf(String) - Static method in enum class com.i2group.apollo.model.data.transport.SecurityAccessLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.i2group.disco.alerts.AlertIcon
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.i2group.disco.audit.DownloadType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.i2group.disco.audit.IAccessControl.AccessLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.i2group.disco.audit.IGroupInfo.Source
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.i2group.disco.audit.ISavedArtifactInfo.ArtifactType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.i2group.disco.audit.IUserInfo.Source
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.i2group.disco.audit.ProvisioningType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.i2group.disco.chartstore.ChartType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.i2group.disco.security.spi.IPermission.AccessLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.i2group.disco.security.TypeAccess
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.i2group.apollo.model.data.transport.SecurityAccessLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.i2group.disco.alerts.AlertIcon
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.i2group.disco.audit.DownloadType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.i2group.disco.audit.IAccessControl.AccessLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.i2group.disco.audit.IGroupInfo.Source
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.i2group.disco.audit.ISavedArtifactInfo.ArtifactType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.i2group.disco.audit.IUserInfo.Source
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.i2group.disco.audit.ProvisioningType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.i2group.disco.chartstore.ChartType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.i2group.disco.security.spi.IPermission.AccessLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.i2group.disco.security.TypeAccess
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VIEWER - Enum constant in enum class com.i2group.disco.audit.IAccessControl.AccessLevel
-
The subject has read-only access.
- VQ - Enum constant in enum class com.i2group.disco.audit.ISavedArtifactInfo.ArtifactType
-
The artifact is a Visual Query.
W
- warn(String) - Method in interface com.i2group.tracing.ITracer
-
Logs a message if the ITracer is set to Warn level or higher.
- warn(String, Object...) - Method in interface com.i2group.tracing.ITracer
-
Logs a message if the ITracer is set to Warn level or higher.
- warn(String, Throwable) - Method in interface com.i2group.tracing.ITracer
-
Logs a message with an exception if the ITracer is set to Warn level or higher.
- warn(Throwable) - Method in interface com.i2group.tracing.ITracer
-
Logs an exception if the ITracer is set to Warn level or higher.
- WARNING - Enum constant in enum class com.i2group.disco.alerts.AlertIcon
-
A warning icon.
- WEB - Enum constant in enum class com.i2group.disco.chartstore.ChartType
-
The chart is compatible with the web client (i2 Notebook).
- WebSphereUserGroupsProvider - Class in com.i2group.disco.user
-
An implementation of
IUserGroupsProvider
that works with the Liberty user registry.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
IRecordInfo.getRecordId()
instead.