A B C D E F G H I J L M N O P Q R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- A_AND_NOT_B - com.im.df.api.ddl.DFListOperationType
-
Set difference.
- accept(DFTermVisitor) - Method in class com.im.df.api.dml.DFTerm
- accept(DFTermVisitor) - Method in class com.im.df.api.dml.DFTermCount
- accept(DFTermVisitor) - Method in class com.im.df.api.dml.DFTermExpression
- accept(DFTermVisitor) - Method in class com.im.df.api.dml.DFTermField
- accept(DFTermVisitor) - Method in class com.im.df.api.dml.DFTermValue
- acceptsColumn(DBColInfo) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBField
-
Returns true, if the NT can create a DFField for this type of column.
- acceptsTable(DBTableInfo) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBEntity
- addChangeListener(ChangeListener) - Method in interface com.im.df.api.support.DFUndoManager
- addDeleteRelated(DFRelationship.Direction, DFDeleteDescription) - Method in class com.im.df.api.dml.DFDeleteDescription
- addDependentRowSet(String, DFLock, Map<String, Object>, String, String, String, String) - Method in class com.im.df.api.support.RowSetData.RowData
-
Deprecated.Add a set of rows that are dependent on data from this row.
- addDFEntityDataListener(DFEntityDataListener) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Registers an listener to be notified about data changes in this entity data provider.
- addDFRelationDataListener(DFRelationDataListener) - Method in interface com.im.df.api.dml.DFRelationDataProvider
- addEdge(DFRelationship.Direction, DFEnvironmentRW) - Method in interface com.im.df.api.ddl.DFDataTree.Vertex
-
Add new edge to some detail entity (starting at this vertex).
- addError(DFTerm, String) - Method in class com.im.df.api.dml.TermErrors
-
Add a new error to this object
- addError(IOException) - Method in class com.im.df.api.util.xml.BasicPersister
- addField(String, CalculableGroovyTemplate.FieldDetails) - Method in class com.im.df.api.support.CalculableGroovyTemplate
- addNewExpression(DFTermExpression, DFTermExpression, DFDataTree) - Static method in class com.im.df.api.util.DIFUtilities
- addNewResult(Comparable<?>) - Method in interface com.im.df.api.dml.EarlyResultsConsumer
-
Adds an early-result id to processed.
- addPath(DFDataTreeDataProvider.IdPathPair) - Method in class com.im.df.api.dml.DFDataTreeDataProvider.PathUpdateDescription.Builder
- addPath(Comparable<?>, DFDataTree.Path) - Method in class com.im.df.api.dml.DFDataTreeDataProvider.PathUpdateDescription.Builder
- addPropertyChangeListener(PropertyChangeListener) - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
- addPropertyChangeListener(PropertyChangeListener) - Method in interface com.im.df.api.ddl.DFDataTree.Vertex
-
Register listener to changes in this vertex.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface com.im.df.api.ddl.DFItem
-
Registers PropertyChangeListener to receive events.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface com.im.df.api.DFSchemaProvider
- addPropertyChangeListener(PropertyChangeListener) - Method in interface com.im.df.api.dml.DFResultSet
-
Registers property change listener to be notified about prop.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Registers PropertyChangeListener to this VertexState to be notified about ids, sort and selection changes.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface com.im.df.api.support.DFNewTypeOptions
- addPropertyChangeListener(PropertyChangeListener) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipFK
- addPropertyChangeListener(PropertyChangeListener) - Method in interface com.im.df.api.util.ExtraDFItemProperty.Customizer
- addRelatedData(DFRelationship.Direction, DFInsertDescription) - Method in class com.im.df.api.dml.DFInsertDescription
-
Adds related data to the insert operation.
- addRelation(Comparable<?>, Set<? extends Comparable<?>>, DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFRelationDataProvider
-
Establishes or changes relations between existing entities.
- addRequiredRowSet(String, DFLock, Map<String, Object>, String, String, String, String) - Method in class com.im.df.api.support.RowSetData.RowData
-
Deprecated.Add a set of rows that are required for this row.
- addRows(Set<Object>) - Method in class com.im.df.api.dml.DFDeleteDescription
- addUndoableEdit(T) - Method in interface com.im.df.api.support.DFUndoManager
-
Adds single edit into this undo manager as a single undo operation.
- addUser(String, String, boolean, GrantedAuthority[], DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.IJCUserDetailsService
-
Add a new user to the system.
- addUserIfAbsent(String) - Method in interface com.im.df.api.capabilities.IJCUserLoginServiceAdmin
-
Checks whether a record exists in IJC_USER table for the user identified by
userName
parameter and if the record doesn't exist new one will be inserted. - addValue(DFField, Object) - Method in class com.im.df.api.dml.DFDataTreeDataProvider.PathUpdateDescription.Builder
-
Adds new field value pair to the
DFDataTreeDataProvider.PathUpdateDescription
. - addValues(Map<? extends DFField, Object>) - Method in class com.im.df.api.dml.DFDataTreeDataProvider.PathUpdateDescription.Builder
-
Adds multiple field value pairs to
DFDataTreeDataProvider.PathUpdateDescription
. - AFTER - Static variable in class com.im.df.api.dml.Operators
-
After operator, used in date fields instead of
Operators.GREATER_THAN
operator. - ALL - com.im.df.api.dml.DFDeleteDescription.Type
- ALL - com.im.df.api.util.DIFUtilities.FKSearchType
- ALL_DATA - Static variable in class com.im.df.api.dml.DFTermExpression
-
The constant which represents all data.
- ALL_DATA - Static variable in class com.im.df.api.dml.Operators
-
A special operator without operands which represents all data (SELECT * FROM ...).
- AllDataOperator() - Constructor for class com.im.df.api.dml.Operators.AllDataOperator
- alphabeticallySortedCopy(Iterable<T>) - Static method in class com.im.df.api.ddl.DFItems
-
Returns alphabetically sorted copy of the given items by their names, ignoring case differences.
- amIOwner(DFUserItem) - Static method in class com.im.df.api.util.DIFUtilities
-
Test if currently logged user is owner of given object.
- AND - com.im.df.api.ddl.DFListOperationType
-
Set intersection.
- AND - Static variable in class com.im.df.api.dml.Operators
-
Logical AND operator.
- APPLICATION_CUSTOM - com.im.df.api.support.WellKnownMimeTypeXAttributes
- APPLICATION_MSEXCEL - com.im.df.api.support.WellKnownMimeTypeXAttributes
- APPLICATION_MSWORD - com.im.df.api.support.WellKnownMimeTypeXAttributes
- APPLICATION_PDF - com.im.df.api.support.WellKnownMimeTypeXAttributes
- applyChange(String, String, DFEnvironmentRW) - Method in interface com.im.df.api.util.ExtraDFItemProperty
-
Applies change based on old and new value.
- applyList(List<? extends Comparable<?>>, DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFResultSet
-
Sets ids on master level of this result set's data tree.
- applyQuery(DFTermExpression, DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFResultSet
- applyWorkingQuery(DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFResultSet
-
Applies the current working query to result set.
- asSimpleText(DFOperator) - Method in class com.im.df.api.chem.MarvinStructure
- asSimpleText(DFOperator) - Method in class com.im.df.api.chem.Structure
-
Format the structure as appropriate in smiles or smarts fromat, according to the search orerator (if available).
- AuditInfoCapability - Interface in com.im.df.api.capabilities
-
This capability contains audit information about
DFItem
. - authenticateUser(Authentication) - Method in interface com.im.df.api.capabilities.IJCUserLoginServiceAdmin
-
Authenticate user with given authentication token.
- AUTO - com.im.df.api.ddl.DFField.Required
- avg(Number...) - Method in class com.im.df.api.support.CalculationsScriptBaseClass
-
Generate the average of the non-null values.
- avg(Collection<Number>) - Method in class com.im.df.api.support.CalculationsScriptBaseClass
-
Generate the average of the non-null values.
- AVG - com.im.df.api.support.CalculableGroovyTemplate.CalcOperation
B
- B_AND_NOT_A - com.im.df.api.ddl.DFListOperationType
-
Set difference.
- BasicPersister<T> - Class in com.im.df.api.util.xml
-
Additional property attributes: staticType - FQN of the type (default: property.getPropertyType) items - FQN of the item type (default: Object) keys - FQN of the key type values - FQN of the key type
- BasicPersister() - Constructor for class com.im.df.api.util.xml.BasicPersister
- BasicPersisterInit - Interface in com.im.df.api.util.xml
- BatchUpdater - Class in com.im.df.api.util
-
Utility class for multi-row update which can simplify loop for updating data in entities.
- BatchUpdater(DFEntityDataProvider, DFEnvironmentRW, int, int, int) - Constructor for class com.im.df.api.util.BatchUpdater
-
Creates updater.
- BatchUpdater(DFEntityDataProvider, DFEnvironmentRW, DFUndoManager, String, SelectionDescription, int) - Constructor for class com.im.df.api.util.BatchUpdater
- BatchUpdater(DFEntityDataProvider, DFEnvironmentRW, SelectionDescription, int) - Constructor for class com.im.df.api.util.BatchUpdater
- BatchUpdater.StopReason - Enum in com.im.df.api.util
- BEFORE - Static variable in class com.im.df.api.dml.Operators
-
Before operator, used in date fields instead of
Operators.LESS_THAN
operator. - belongTo(DFDataTree.Vertex) - Static method in class com.im.df.api.ddl.DFFields.Predicates
-
Returns predicate returning
true
when the inputfield
belongs to the entity of the given vertex. - belongTo(DFEntity) - Static method in class com.im.df.api.ddl.DFFields.Predicates
-
Returns predicate returning
true
when the inputfield
belongs to the entity. - belongTo(DFResultSet.VertexState) - Static method in class com.im.df.api.ddl.DFFields.Predicates
-
Returns predicate returning
true
when the inputfield
belongs to the entity of the given vertex state. - BETWEEN - Static variable in class com.im.df.api.dml.Operators
-
Between operator - works for text, int, date and float.
- BetweenOperator() - Constructor for class com.im.df.api.dml.Operators.BetweenOperator
- BOOLEAN - com.im.df.api.util.CalculatedReturnType
- buidQuerySQL(DFTermExpression) - Method in interface com.im.df.api.capabilities.DFFieldFunctionCapability.Function
-
Build the SQL fragment that defines the part of the WHERE clause.
- build() - Method in class com.im.df.api.dml.DFDataTreeDataProvider.PathUpdateDescription.Builder
-
Builds the
DFDataTreeDataProvider.PathUpdateDescription
. - builder() - Static method in class com.im.df.api.dml.DFDataTreeDataProvider.PathUpdateDescription
-
Returns a builder for
DFDataTreeDataProvider.PathUpdateDescription
. - Builder() - Constructor for class com.im.df.api.dml.DFDataTreeDataProvider.PathUpdateDescription.Builder
C
- CACHE_NEVER_EXPIRES - Static variable in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Cache never expires constant.
- CalcTemplate - Class in com.im.df.api.support
-
The template used in
DFFieldCalcCapability
. - Calculable - Interface in com.im.df.api.support
- CalculableGroovyTemplate - Class in com.im.df.api.support
-
Calculable with groovy support.
- CalculableGroovyTemplate(DFEntity, FieldInfo.Script, Map<String, CalculableGroovyTemplate.FieldDetails>, Class<?>) - Constructor for class com.im.df.api.support.CalculableGroovyTemplate
- CalculableGroovyTemplate.CalcOperation - Enum in com.im.df.api.support
- CalculableGroovyTemplate.FieldDetails - Class in com.im.df.api.support
-
A CalculableGroovyTemplate argument.
- calculateBetweenValues(Object, DFField) - Method in class com.im.df.api.dml.Operators.EqualsForDecimalsOperator
- calculateDate(int) - Method in class com.im.df.api.dml.Operators.RelativeDateOperator.TimePeriod
-
Calculates a date from the before time and the actual date.
- calculateDissimilarity(Molecule) - Method in interface com.im.df.api.chem.DissimilarityCalculator
-
Calculates dissimilarity score between the previously set query and the provided target molecule.
- CalculatedReturnType - Enum in com.im.df.api.util
- CalculatedValueProcessor<VALUE> - Interface in com.im.df.api.dml.calculated
- CalculatedValueProcessors - Class in com.im.df.api.dml.calculated
-
Allows to register/unregister CalculatedValueProcessor for value wrapper.
- CalculatedValueProcessors() - Constructor for class com.im.df.api.dml.calculated.CalculatedValueProcessors
- CalculationsScriptBaseClass - Class in com.im.df.api.support
-
Custom base class that allows extra methods to be automagically injected into scripts.
- CalculationsScriptBaseClass() - Constructor for class com.im.df.api.support.CalculationsScriptBaseClass
- canBeDropped(DBIndexInfo) - Method in interface com.im.df.api.capabilities.DBIndexCapability
-
Can the specified index be dropped?
- canBeRebuilded(DBIndexInfo) - Method in interface com.im.df.api.capabilities.DBIndexCapability
-
Can the specified index be rebuild?
- CANCELLED - com.im.df.api.util.BatchUpdater.StopReason
- canContinue() - Method in interface com.im.df.api.DFSchemaProvider.StepInfo
-
Determines whether the schema init process should continua after the step.
- canDestroy(DFItem) - Static method in class com.im.df.api.util.DIFUtilities
- canDrop() - Method in interface com.im.df.api.capabilities.DBEntityCapability
- canDrop() - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
-
Can column be dropped?
- canInstantiate(Class) - Method in class com.im.df.api.util.xml.BasicPersister
- CannotEditScriptException - Exception in com.im.df.api.support
-
Thrown when insufficient user privileges to create or edit scripts.
- CannotEditScriptException() - Constructor for exception com.im.df.api.support.CannotEditScriptException
- CannotEditScriptException(String) - Constructor for exception com.im.df.api.support.CannotEditScriptException
- CannotEditScriptException(String, Throwable) - Constructor for exception com.im.df.api.support.CannotEditScriptException
- CannotEditScriptException(Throwable) - Constructor for exception com.im.df.api.support.CannotEditScriptException
- CannotExportDataException - Exception in com.im.df.api.support
-
Thrown when insufficient user privileges to export data.
- CannotExportDataException() - Constructor for exception com.im.df.api.support.CannotExportDataException
- CannotExportDataException(String) - Constructor for exception com.im.df.api.support.CannotExportDataException
- CannotExportDataException(String, Throwable) - Constructor for exception com.im.df.api.support.CannotExportDataException
- CannotExportDataException(Throwable) - Constructor for exception com.im.df.api.support.CannotExportDataException
- canRedo() - Method in interface com.im.df.api.support.DFUndoManager
- canUndo() - Method in interface com.im.df.api.support.DFUndoManager
- CASE_INSENSITIVE_SEARCH - Static variable in class com.im.df.api.dml.Operators
-
Flag for running textual queries in case insensitive mode.
- changeOperator(DFOperator) - Method in class com.im.df.api.dml.DFTermExpression
-
Change the operator for this expression and return new changed instance of this expression.
- changeOptions(Map<String, Object>) - Method in class com.im.df.api.dml.DFTermExpression
-
Change the options of this expression.
- checkAmIOwner(DFSchema, String) - Static method in class com.im.df.api.util.DIFUtilities
- checkDataAcceptance(Object, Object) - Method in interface com.im.df.api.support.DFDataConvertor
-
Acknowledges that the Converter can work with the passed data.
- checkLock(DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DFFieldPickListCapability.FieldBridge
-
Checks the lock before doing write operations.
- ChemUtils - Class in com.im.df.api.chem
-
Utilities related to chemical classes.
- ChemUtils.MolCoreDescriptor - Class in com.im.df.api.chem
- claimTableOwnership(SchemaQualifiedName) - Method in interface com.im.df.api.capabilities.DBSchemaCapability
-
Determines if the table is an implementation artifact of the Schema.
- claimTableOwnership(String, String) - Method in interface com.im.df.api.capabilities.DBEntityCapability
-
Does this entity claim ownership to this table.
- clearCache(boolean) - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
- clearErrors() - Method in class com.im.df.api.util.xml.BasicPersister
- clearQuery() - Method in interface com.im.df.api.capabilities.DFFieldExtensionCapability
-
Called before query execution to clear any cache or previous results.
- clearXAttribute(String, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.XAttributeCapability
-
Clears the XAttribute of given key.
- closeModalProgressDialog() - Method in interface com.im.df.api.support.DFFeedbackWithModalProgressDialog
-
Close the modal dialog if it was previously opened.
- closeSchema(DFEnvironmentRW) - Method in interface com.im.df.api.DFSchemaProvider
-
Closes the schema.
- columnDefinition() - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
-
The full column definition e.g VARCHAR2(255) or NUMBER(10.1).
- com.im.df.api - package com.im.df.api
-
API Status: 1 - Stable com.im.df.api.* and subpackages provide the core Discovery Informatics Framework (DIF) interfaces.
- com.im.df.api.capabilities - package com.im.df.api.capabilities
-
API Status: 1 - Stable Provides the interfaces that allow extension of the the core data model of Discovery Informatics Framework (DIF).
- com.im.df.api.chem - package com.im.df.api.chem
-
API Status: 3 - Under development Provides the chemically oriented interfaces used in other parts of DIF.
- com.im.df.api.ddl - package com.im.df.api.ddl
-
API Status: 1 - Stable
- com.im.df.api.dml - package com.im.df.api.dml
-
API Status: 2 - Pretty stable Provides the interfaces that provide data access (create, read, update, delete) for the items in the data model of Discovery Informatics Framework.
- com.im.df.api.dml.calculated - package com.im.df.api.dml.calculated
- com.im.df.api.support - package com.im.df.api.support
-
API Status: 1 - Stable Provides various support classes used by the Discovery Informatics Framework API (com.im.df.api.*).
- com.im.df.api.util - package com.im.df.api.util
-
API Status: 2 - Pretty stable Provides various utilities and convenience methods to be used on top of DIF objects.
- com.im.df.api.util.xml - package com.im.df.api.util.xml
- compare(DFDataTree.Vertex, DFDataTree.Vertex) - Method in class com.im.df.api.dml.Vertices.DataTreeLevelComparator
- complement(SelectionDescription, SelectionDescription) - Static method in class com.im.df.api.support.SelectionDescription
- computeDiff(List<? extends T>, List<? extends T>) - Static method in class com.im.df.api.util.DIFUtilities
- computePath(DFDataTree.Vertex) - Static method in class com.im.df.api.util.DIFUtilities
-
Computes path of a vertex in a datatree.
- concat(String, Object, Object...) - Method in class com.im.df.api.support.CalculationsScriptBaseClass
-
Concatenates the values with the specified separator.
- concat(String, Collection<?>) - Method in class com.im.df.api.support.CalculationsScriptBaseClass
-
Concatenates the values in the collection with the specified separator.
- connectAutomatically(DFSchemaProvider, DFFeedback) - Static method in class com.im.df.api.DFSchemaProviders
-
Automatically goes through schema connect process and returns fully-initialized schema.
- connectAutomatically(DFSchemaProvider, DFFeedback) - Static method in class com.im.df.api.util.DIFUtilities
- connectRelationalData(DFRelationship.Direction, Comparable<?>, Comparable<?>, DFEnvironmentRW) - Static method in class com.im.df.api.util.DIFUtilities
-
Connects two rows of related data.
- connectRow(DFRelationship.Direction, DFInsertDescription.InsertRow) - Method in class com.im.df.api.dml.DFInsertDescription.InsertRow
-
Connects this row to an already existing row ID in another entity.
- connectRow(DFRelationship.Direction, Comparable<?>) - Method in class com.im.df.api.dml.DFInsertDescription.InsertRow
-
Connects this row to an already existing row ID in another entity.
- connectWithUpgrades(DFSchemaProvider, DFFeedback) - Static method in class com.im.df.api.DFSchemaProviders
-
Connects to the schema performing all schema upgrade if necessary.
- CONSTANT_LIST - com.im.df.api.capabilities.DFFieldPickListCapability.PickListType
-
Constant list of values, defined by user.
- CONTAINS - Static variable in class com.im.df.api.dml.Operators
-
CONTAINS text based operator (a short cut for LIKE '%foo%').
- containsStructuralExpression(DFTermExpression) - Static method in class com.im.df.api.util.DIFUtilities
-
Detects expressions containing structural sub-expressions
- convert(Object, Object) - Method in interface com.im.df.api.support.DFDataConvertor
-
Converts the value.
- convert(Object, Object, List<String>) - Method in interface com.im.df.api.support.DFDataConvertor
-
Converts the value.
- convertLegacyOperators(DFTermExpression) - Static method in class com.im.df.api.dml.Operators
- convertListValues(DFField, DFField, List<? extends Object>, boolean, DFEnvironmentRO) - Static method in class com.im.df.api.util.DIFUtilities
-
Converts a list of
sourceField
values to a list oftargetField
values. - convertStringToTestValue(String) - Method in class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- convertToAbsoluteSubSelection(SelectionDescription, Collection<? extends Integer>) - Static method in class com.im.df.api.support.SelectionDescription
-
Takes relative subselection in form of a
Collection
and converts it to absolute subselection within the givenselection
. - convertToAbsoluteSubSelection(SelectionDescription, ListSelectionModel) - Static method in class com.im.df.api.support.SelectionDescription
-
Takes relative subselection in form of a
ListSelectionModel
and converts it to absolute subselection within the givenselection
. - convertToSmartsRepresentation(Molecule) - Static method in class com.im.df.api.chem.ChemUtils
-
Generates the simplest smarts representation of the molecule.
- convertToSmilesRepresentation(Molecule) - Static method in class com.im.df.api.chem.ChemUtils
-
Generates the simplest smiles representation of the molecule.
- convertToStringRepresentation(Molecule) - Static method in class com.im.df.api.chem.ChemUtils
-
Generates the simplest smiles representation of the molecule.
- convertToStringRepresentation(Molecule, String...) - Static method in class com.im.df.api.chem.ChemUtils
-
Converts given molecule into a format.
- convertValuesToCorrectType(DFField, List, String) - Static method in class com.im.df.api.util.DIFUtilities
-
Convert the list of values to correct type for the given field.
- copy() - Method in class com.im.df.api.dml.DFTermExpression
-
Creates a copy of this
DFTermExpression
. - correctNumberOfOperands(List<DFTerm>) - Method in class com.im.df.api.dml.DFOperator
-
Test if the given operands number is acceptable.
- create(int) - Static method in class com.im.df.api.support.SelectionDescription
- create(int, int) - Static method in class com.im.df.api.support.SelectionDescription
- create(DFEnvironmentRW) - Method in interface com.im.df.api.support.DFNewType
-
Create one or more new DFItems is one step.
- create(DFDataTree, View, String) - Static method in class com.im.df.api.ddl.DFViews
-
Creates a new view according to the given form model.
- create(DFDataTree, DFDataTree.Vertex) - Static method in class com.im.df.api.ddl.DFDataTree.Path
-
Creates a new data tree path without edges.
- create(DFDataTree, List<DFDataTree.Edge>) - Static method in class com.im.df.api.ddl.DFDataTree.Path
-
Creates a new data tree path containing a sequence of
DFEntity
s which should be updated. - create(DFEntity) - Static method in class com.im.df.api.dml.DFInsertDescription
-
Creates DFInsertDescription that inserts data into the given Entity.
- create(DFEntity, Molecule, JChemSearchOptions) - Static method in class com.im.df.api.chem.DissimilarityCalculatorFactory
- create(DFEntity, Molecule, JChemSearchOptions, Standardizer) - Method in interface com.im.df.api.chem.DissimilarityCalculator
-
Creates an instance of
DissimilarityCalculator
for giventargetEntity
type. - create(DFEntity, Molecule, JChemSearchOptions, Standardizer) - Static method in class com.im.df.api.chem.DissimilarityCalculatorFactory
- create(DFEntity, Comparable<?>, Map<String, Object>) - Static method in class com.im.df.api.support.DFUpdateDescription
-
Creates an update operation description for a single row ID.
- create(DFEntity, List<? extends Comparable<?>>, Map<String, Object>) - Static method in class com.im.df.api.support.DFUpdateDescription
-
Creates an update operation description for a set of rows.
- create(DFEntity, Map<String, Object>) - Static method in class com.im.df.api.dml.DFInsertDescription
-
Creates DFInsertDescription that inserts data into the given Entity.
- create(DFEntity, Set<Object>) - Static method in class com.im.df.api.dml.DFDeleteDescription
- create(DFField[], boolean[]) - Static method in class com.im.df.api.support.SortDirective
- create(DFField, boolean) - Static method in class com.im.df.api.support.SortDirective
- create(SelectionDescription, SelectionDescription) - Static method in class com.im.df.api.support.SelectionDescription
- create(SelectionDescription, List<? extends Comparable<?>>, List<? extends Comparable<?>>) - Static method in class com.im.df.api.support.SelectionDescription
-
This method can be used when ids are reordered or completely changed and you want to recalculate the selection.
- create(SelectionDescription, ListSelectionModel) - Static method in class com.im.df.api.support.SelectionDescription
-
Returns a new selection having main selection same as a given
selection
and subselection corresponding to a givenListSelectionModel
. - create(Comparable<?>, DFDataTree.Path) - Static method in class com.im.df.api.dml.DFDataTreeDataProvider.IdPathPair
-
Factory method.
- create(Comparable<?>, Map<String, Object>) - Static method in class com.im.df.api.dml.DFRowData
-
Creates a new row data.
- create(Object) - Static method in class com.im.df.api.support.DefaultValue
-
This method is the simplest way for creating new DefaultValue instance.
- create(Object) - Method in class com.im.df.api.util.xml.BasicPersister
- create(Object) - Method in interface com.im.df.api.util.xml.IJCPersister.Reader
- create(Object, Comparable<?>, boolean) - Static method in class com.im.df.api.support.DFUpdateInfo
- create(String[], Object) - Static method in class com.im.df.api.support.DefaultValue
-
Create a non-null default value.
- create(String, boolean) - Static method in class com.im.df.api.support.DFUndoConfig
-
Deprecated.
- create(String, DFField[]) - Static method in class com.im.df.api.support.CalcTemplate
-
Creates a CalcTemplate instance for the message format and parameters
- create(String, Object) - Static method in class com.im.df.api.support.DefaultValue
-
Create a non-null default value for single-column field.
- create(String, String[], DFEntity) - Static method in class com.im.df.api.support.CalcTemplate
-
Creates a CalcTemplate instance for the message format and fields given by IDs.
- create(List<? extends Integer>) - Static method in class com.im.df.api.support.SelectionDescription
-
Crete a new selection based on the given indexes.
- create(ListSelectionModel) - Static method in class com.im.df.api.support.SelectionDescription
-
Returns a new selection from a
ListSelectionModel
with empty subselection. - create(ListSelectionModel, SelectionDescription) - Static method in class com.im.df.api.support.SelectionDescription
-
Returns a new selection having main selection corresponding to a given
ListSelectionModel
with subselection set to givensubSelection
parameter. - createAttribute(String) - Method in class com.im.df.api.util.xml.BasicPersister
- createBinaryField(DFEntity, String, String, DFEnvironmentRW) - Static method in class com.im.df.api.ddl.DFFields
-
Create new binary standard field.
- createBooleanField(DFEntity, String, String, DFEnvironmentRW) - Static method in class com.im.df.api.ddl.DFFields
-
Create new boolean standard field.
- createCartridgeIndex(DFFeedback) - Method in interface com.im.df.api.capabilities.JChemCartridgeCapability
-
Creates cartridge structure index.
- createChemTermsField(DFEntity, String, GenericColumnType, String, DFEnvironmentRW) - Static method in class com.im.df.api.ddl.DFFields
-
Creates a new chemical terms field inside given entity according to provided parameters.
- createCopy() - Method in interface com.im.df.api.dml.DFResultSet
-
Creates copy from the result set.
- createCountStarExpr(DFRelationship.Direction[], DFOperator, Map<String, Object>, Object...) - Static method in class com.im.df.api.dml.DFTermsFactory
- createCustomizer(T, S) - Method in interface com.im.df.api.util.ExtraDFItemProperty
-
Create a customizer for property value modification.
- createDataTree(DFEntity, String, DFEnvironmentRW) - Static method in class com.im.df.api.ddl.DFDataTrees
-
Creates a default data tree for the entity as a root.
- createDataTreeForEntity(DFEntity, DFEnvironmentRW) - Static method in class com.im.df.api.util.DIFUtilities
-
Deprecated.Use @link {DFDataTrees.createDataTree(DFEntity rootEntity, String dataTreeName, DFEnvironmentRW env)}
- createDateField(DFEntity, String, String, DFEnvironmentRW) - Static method in class com.im.df.api.ddl.DFFields
-
Create new date field with default column type.
- createDateField(DFEntity, String, String, DFEnvironmentRW, DBDatabaseInfo.ColumnSQLType) - Static method in class com.im.df.api.ddl.DFFields
-
Create new date field with specific column type.
- createDescription(DFEntity) - Method in class com.im.df.api.dml.DFInsertDescription
-
Creates an empty DFInsertDescription.
- createDynamicURLField(DFEntity, String, String, String, DFField[], DFEnvironmentRW) - Static method in class com.im.df.api.ddl.DFFields
-
Create a new dynamic URL field.
- createElement(String) - Method in class com.im.df.api.util.xml.BasicPersister
- createEntityName(String) - Method in class com.im.df.api.support.DerivedNames
- createError(Throwable) - Static method in class com.im.df.api.support.DFUpdateInfo
- createExprAndOr(DFOperator, List<DFTermExpression>, Map<String, Object>) - Static method in class com.im.df.api.dml.DFTermsFactory
-
Creates the AND or OR expression (e.g.
- createFieldName(String, DFEntity) - Method in class com.im.df.api.support.DerivedNames
- createFieldOperatorValueExpr(DFOperator, DFField, Map<String, Object>, Object...) - Static method in class com.im.df.api.dml.DFTermsFactory
-
Create the basic "Field operator Value(s)" expression.
- createFloatField(DFEntity, String, String, int, int, DFEnvironmentRW) - Static method in class com.im.df.api.ddl.DFFields
-
Create new float standard field with default column type.
- createForAllIds(DFEntity, Map<String, Object>) - Static method in class com.im.df.api.support.DFUpdateDescription
-
Creates an update operation description for updating all rows in an entity.
- createForString(String) - Static method in class com.im.df.api.support.DefaultValue
-
Create an instance of DefaultValue for String.
- createIndex(String, String, DBTableInfo, List<String>, List<Boolean>, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DBIndexCapability
-
Creates an index over the specified table of the given type.
- createInsertOptions() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.FieldOptions
- createInsertResult(Comparable<?>, DFDataTree.Vertex, Map<String, Object>) - Static method in class com.im.df.api.dml.DFDataTreeDataProvider.VertexUpdateResult
-
Creates an insert result.
- createInstance(Object) - Method in class com.im.df.api.util.xml.BasicPersister
-
Default implementation: will create an instance using reflection.
- createInstance(Lookup, QName) - Method in class com.im.df.api.util.xml.BasicPersister
- createIntegerField(DFEntity, String, String, DFEnvironmentRW) - Static method in class com.im.df.api.ddl.DFFields
-
Create new integer standard field.
- createItem(Comparable<?>) - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Creates a new
Item
from the value. - createItem(Comparable<?>, String) - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Creates a new
Item
from the value and its label. - createJChemEntity(DFSchema, String, int, DFEnvironmentRW) - Static method in class com.im.df.api.ddl.DFEntities
-
A convenience method to create a new jchem base entity named `entityName' in a parent Schema.
- createJChemEntity(DFSchema, String, DFEnvironmentRW) - Static method in class com.im.df.api.ddl.DFEntities
-
A convenience method to create a new jchem base entity named `entityName' in a parent Schema.
- createJChemPropertyTable(String, String, Map<String, String>, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.JChemSchemaCapability
-
Create a new property table and add it to the list we know about
- createJChemPropertyTable(String, Map<String, String>, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.JChemSchemaCapability
-
Deprecated.Use the form that takes the db schema name as an argument
- createLog() - Method in class com.im.df.api.util.xml.BasicPersister
- createNativeTypeDefinition(int, String, int, int) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.DBColumnInfo
-
Create a NativeType definition based on these attributes.
- createNull(int) - Static method in class com.im.df.api.support.DefaultValue
-
Create DefaultValue instance for
NULL
. - createObsoletedItem(Comparable<?>, String) - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Creates a new
Item
from the value and its label. - createOptions() - Method in interface com.im.df.api.support.DFDataConvertor
- createPermanentList(String, DFField, List<?>, DFEnvironmentRW) - Static method in class com.im.df.api.ddl.DFLists
-
Creates a new permanent list (
DFList
. - createReader(Lookup, Class<?>, Node, DFEnvironmentRO) - Method in interface com.im.df.api.util.xml.IJCPersister
-
Returns a reader instance for the parent and the prototype bean.
- createReader(Lookup, Class, Node, DFEnvironmentRO) - Method in class com.im.df.api.util.xml.BasicPersister
-
Reader factory.
- createRelationshipName(String) - Method in class com.im.df.api.support.DerivedNames
- createSchemaEntity(DFSchema, String, String, DFEnvironmentRW) - Static method in class com.im.df.api.util.DIFUtilities
-
A convenience method to create a entity named `entityName' of type `entityType' in a parent Schema.
- createSchemaField(DFEntity, String, String, boolean, DFEnvironmentRW) - Static method in class com.im.df.api.util.DIFUtilities
-
A convenience method to create a field named `fieldName' of type `fieldType' in a parent Entity.
- createStandardEntity(DFSchema, String, DFEnvironmentRW) - Static method in class com.im.df.api.ddl.DFEntities
-
A convenience method to create a new standard database entity named `entityName' in a parent Schema.
- createState(Object, Node) - Method in class com.im.df.api.util.xml.BasicPersister
- createStaticURLField(DFEntity, String, String, int, String, DFEnvironmentRW) - Static method in class com.im.df.api.ddl.DFFields
-
Create a new static URL field with default column type.
- createTables(DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.IJCUserDetailsService
-
Creates the database tables, deleting any that might have been present.
- createTextArrayField(DFEntity, String, String, int, DFEnvironmentRW) - Static method in class com.im.df.api.ddl.DFFields
-
Create new text list field with default column type (VARCHAR).
- createTextField(DFEntity, String, String, int, DFEnvironmentRW) - Static method in class com.im.df.api.ddl.DFFields
-
Create new text standard field with default column type (VARCHAR).
- createUpdate(int) - Method in class com.im.df.api.util.BatchUpdater
-
Subclass must implement this method and provide
DFUpdateDescription
instance for given index (typically row). - createUpdateResult(Comparable<?>, DFDataTree.Vertex, Map<String, Object>) - Static method in class com.im.df.api.dml.DFDataTreeDataProvider.VertexUpdateResult
-
Creates an update result.
- createWriter(Lookup, Object, DFEnvironmentRO) - Method in class com.im.df.api.util.xml.BasicPersister
-
Writer factory.
- createWriter(Lookup, Object, DFEnvironmentRO) - Method in interface com.im.df.api.util.xml.IJCPersister
-
Returns a writer instance for the bean.
- customOperators() - Method in interface com.im.df.api.capabilities.DFFieldExtensionCapability
-
Set of custom operators used by this field.
- customValueCache() - Method in interface com.im.df.api.capabilities.DFFieldExtensionCapability
-
Does this field implement custom value cache?
D
- DATA_TREE_PATH - Static variable in class com.im.df.api.util.LegacyConstants
-
The path down the dta tree in terms of the DFRelationship.Directions
- DataModificationException - Exception in com.im.df.api.support
- DataModificationException() - Constructor for exception com.im.df.api.support.DataModificationException
-
Creates a new instance of
DFUpdateException
without detail message. - DataModificationException(String) - Constructor for exception com.im.df.api.support.DataModificationException
-
Constructs an instance of
DFUpdateException
with the specified detail message. - DataModificationException(String, Throwable) - Constructor for exception com.im.df.api.support.DataModificationException
- DataTreeLevelComparator(DFDataTree.Vertex) - Constructor for class com.im.df.api.dml.Vertices.DataTreeLevelComparator
- DAYS - Static variable in class com.im.df.api.dml.Operators.RelativeDateOperator.TimePeriod
-
Time period representing days.
- DBDataTreeCapability - Interface in com.im.df.api.capabilities
- DBEntityCapability - Interface in com.im.df.api.capabilities
-
The definition of an entity residing in a relational database, typically a database table.
- DBFieldCapability - Interface in com.im.df.api.capabilities
-
The definition of a field that corresponds to a column (or more columns) in a table of a relational database.
- DBFieldCapability.DBColumn - Interface in com.im.df.api.capabilities
-
Represents a single database column.
- DBFieldHasOracleTextIndex - Class in com.im.df.api.capabilities
-
Indicates that a field has Oracle text index.
- DBFieldHasOracleTextIndex() - Constructor for class com.im.df.api.capabilities.DBFieldHasOracleTextIndex
- DBIndexCapability - Interface in com.im.df.api.capabilities
-
Capability for managing indexes in the database.
- DBRelationshipCapability - Interface in com.im.df.api.capabilities
-
Represents database extension of
DFRelationship
object. - DBRelationshipMtoN - Interface in com.im.df.api.capabilities
-
Represents database extension of M to N instance of
DFRelationship
object. - DBSchemaCapability - Interface in com.im.df.api.capabilities
-
Schema's capability specially for relational DB connections.
- DBSchemaCapability.NullPositionAfterOrdering - Enum in com.im.df.api.capabilities
-
Definition of the strategy for null values - first, last or db default sorting order.
- DECIMAL - com.im.df.api.util.CalculatedReturnType
- DEFAULT - Static variable in interface com.im.df.api.support.DFSearchDomain
-
Default domain constant.
- DEFAULT_DELIM - Static variable in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Default delimiter for setting constant list as a single String.
- defaultJChemSearchOptions(DFOperator) - Method in interface com.im.df.api.capabilities.StructureEntityCapability
-
Creates default JChemSearchOptions for the specific operator.
- defaultReadBean() - Method in class com.im.df.api.util.xml.BasicPersister
- DefaultValue - Class in com.im.df.api.support
-
Represents a default value for a field.
- defaultWriteBean() - Method in class com.im.df.api.util.xml.BasicPersister
-
Iterates through BeanInfo and writes all property values.
- DELETE - com.im.df.api.capabilities.DFDataEditCapability.Type
- DELETE_ALL_RELATED - Static variable in class com.im.df.api.dml.DFDeleteDescription
-
All related rows in the other Entity will be deleted.
- DELETE_NONE - Static variable in class com.im.df.api.dml.DFDeleteDescription
-
Do not delete any rows in the related entity.
- deleteIds(List<? extends Comparable<?>>, DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Deletes these IDs.
- deleteIds(List<? extends Comparable<?>>, DFEnvironmentRW) - Method in interface com.im.df.api.support.DFDao
-
Delete the specified rows.
- deleteSchema(DFEnvironmentRW, boolean) - Method in interface com.im.df.api.DFSchemaProvider
-
Deletes the schema metadata items from the database.
- deleteSecurityConfig(DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.IJCUserLoginServiceAdmin
-
Remove the security configuration and reset to the default
- deleteTables(DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.IJCUserDetailsService
-
Delete the database tables
- deleteUser(String, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.IJCUserDetailsService
-
Delete this user Can be called only when tablesExist() is true
- DerivedNames - Class in com.im.df.api.support
-
This class provides a helper, that can generate default names for DIF items.
- DFCapability - Interface in com.im.df.api.ddl
-
All DDL capabilities must extend this interface.
- DFContainer<E extends DFItem> - Interface in com.im.df.api.ddl
-
Generic container for any
DFItem
s list. - DFDao - Interface in com.im.df.api.support
-
Performs the database operations for a single entity.
- DFDataAcceptor - Interface in com.im.df.api.support
-
Acceptor, that can be used to test whether a certain field type accepts some data.
- DFDataComparator - Interface in com.im.df.api.support
-
This interface provides an optional extension to
DFDataConvertor
. - DFDataConvertor - Interface in com.im.df.api.support
-
This class is supposed to handle conversion to a certain data type from multiple formats.
- DFDataConvertorProvider - Interface in com.im.df.api.util
-
This interface is used for finding appropriate data convertors for the specified DFFieldDataTypeCapability subtype.
- DFDataEditCapability - Interface in com.im.df.api.capabilities
- DFDataEditCapability.Type - Enum in com.im.df.api.capabilities
- DFDataTree - Interface in com.im.df.api.ddl
-
Interface representing data tree.
- DFDataTree.Edge - Interface in com.im.df.api.ddl
-
This object represents an edge in datatree graph.
- DFDataTree.Path - Class in com.im.df.api.ddl
-
Defines a path in
DFDataTree
. - DFDataTree.Vertex - Interface in com.im.df.api.ddl
-
The Vertex in data tree graph.
- DFDataTreeDataProvider - Interface in com.im.df.api.dml
-
Temporary interface, the logic will be moved to
DFSchemaDataProvider
. - DFDataTreeDataProvider.IdPathPair - Class in com.im.df.api.dml
-
Data structure which can uniquely identify the data to update.
- DFDataTreeDataProvider.PathUpdateDescription - Class in com.im.df.api.dml
-
Structure containing the path update description.
- DFDataTreeDataProvider.PathUpdateDescription.Builder - Class in com.im.df.api.dml
-
Builder for
DFDataTreeDataProvider.PathUpdateDescription
. - DFDataTreeDataProvider.PathUpdateDescription.ValueWrapper - Class in com.im.df.api.dml
-
Used to wrap the values.
- DFDataTreeDataProvider.VertexUpdateResult - Class in com.im.df.api.dml
-
The result of the data tree data edit.
- DFDataTreeDataProvider.VertexUpdateResult.Type - Enum in com.im.df.api.dml
-
The type of the update.
- DFDataTrees - Class in com.im.df.api.ddl
-
Common utilities related to
DFDataTree
. - DFDeleteDescription - Class in com.im.df.api.dml
- DFDeleteDescription.Type - Enum in com.im.df.api.dml
- DFEntities - Class in com.im.df.api.ddl
-
Common utilities related to
DFEntity
. - DFEntity - Interface in com.im.df.api.ddl
-
The definition of an entity that contains fields.
- DFEntityDataEvent - Class in com.im.df.api.support
-
Data change event.
- DFEntityDataEvent(DFEntityDataProvider) - Constructor for class com.im.df.api.support.DFEntityDataEvent
-
Creates the event for all data.
- DFEntityDataEvent(DFEntityDataProvider, List<? extends Comparable<?>>, String, Collection<String>) - Constructor for class com.im.df.api.support.DFEntityDataEvent
-
Create the event for specific ids.
- DFEntityDataListener - Interface in com.im.df.api.support
-
EventListener object for listening to changes of DFEntityDataProvider data.
- DFEntityDataProvider - Interface in com.im.df.api.dml
-
Data manager for a single entity.
- DFEntityDataProviders - Class in com.im.df.api.dml
-
Common utilities related to
DFEntityDataProvider
s. - DFExportTemplate - Interface in com.im.df.api.ddl
-
Object representation of persistent export template.
- DFExportTemplateContent - Class in com.im.df.api.dml
-
Holds configuration of the export template, which gets serialized as XML and stored in the DB.
- DFExportTemplateContent() - Constructor for class com.im.df.api.dml.DFExportTemplateContent
- DFExportTemplateContent(List<String>, ExportFileType, String, String) - Constructor for class com.im.df.api.dml.DFExportTemplateContent
- DFFeedbackWithModalProgressDialog - Interface in com.im.df.api.support
-
This is a special extension of DFFeedback interface which allows to open modal progress dialog.
- DFField - Interface in com.im.df.api.ddl
-
The definition of a field which has a type, a name etc.
- DFField.Required - Enum in com.im.df.api.ddl
-
Enumeration of required status for fields.
- DFFieldBinaryCapability - Interface in com.im.df.api.capabilities
-
DFField containing this capability is declaring its data are of BLOB type.
- DFFieldBooleanCapability - Interface in com.im.df.api.capabilities
-
DFField containing this capability is declaring its data are of boolean type.
- DFFieldCalcCapability - Interface in com.im.df.api.capabilities
-
DFField
containing this capability is declaring its data are of calculated type. - DFFieldCalculatedCapability - Interface in com.im.df.api.capabilities
-
Capability for calculated field
- DFFieldChemicalTermsCapability - Interface in com.im.df.api.capabilities
-
All chemical terms fields should have this capability.
- DFFieldDataTypeCapability - Interface in com.im.df.api.capabilities
-
This is an super interface of all DFField capabilities which represents some specific type of data (e.g.
- DFFieldDateCapability - Interface in com.im.df.api.capabilities
-
DFField
containing this capability is declaring its data are of date type, possibly capable bearing time information as well. - DFFieldExtensionCapability - Interface in com.im.df.api.capabilities
-
Capability for Extension field.
- DFFieldFloatCapability - Interface in com.im.df.api.capabilities
-
DFField containing this capability is declaring its data are of decimal number type.
- DFFieldFunctionCapability - Interface in com.im.df.api.capabilities
-
A field whose value is generated by a function.
- DFFieldFunctionCapability.Function - Interface in com.im.df.api.capabilities
- DFFieldIntegerCapability - Interface in com.im.df.api.capabilities
-
DFField containing this capability is declaring its data are of integer type.
- DFFieldMimeTypeCapability - Interface in com.im.df.api.capabilities
-
A field mime type capability.
- DFFieldPickListCapability - Class in com.im.df.api.capabilities
-
This capability allows to specify a pick list values (dictionary) for the specific field.
- DFFieldPickListCapability(DFField, DFFieldPickListCapability.FieldBridge) - Constructor for class com.im.df.api.capabilities.DFFieldPickListCapability
- DFFieldPickListCapability.FieldBridge - Interface in com.im.df.api.capabilities
-
This is an interface playing role of a bridge between this capability and the field's implementation.
- DFFieldPickListCapability.Item - Class in com.im.df.api.capabilities
-
Representation of a single value for the pick list.
- DFFieldPickListCapability.PickListType - Enum in com.im.df.api.capabilities
-
Type of how list is provided.
- DFFields - Class in com.im.df.api.ddl
-
Utility methods for
DFField
. - DFFields.Predicates - Class in com.im.df.api.ddl
-
Predicates related to
DFField
s. - DFFieldStructureCapability - Interface in com.im.df.api.capabilities
-
DFField containing this capability is declaring its data are of structure type (values are molecules).
- DFFieldTextArrayCapability - Interface in com.im.df.api.capabilities
-
DFField containing this capability is declaring its data are of "array of texts" type.
- DFFieldTextCapability - Interface in com.im.df.api.capabilities
-
DFField containing this capability is declaring its data are of text type.
- DFFieldURLCapability - Interface in com.im.df.api.capabilities
-
DFField containing this capability is declaring its data are of type URL.
- DFFieldValueWrapperCapability - Interface in com.im.df.api.capabilities
- DFInsertDescription - Class in com.im.df.api.dml
-
This data structure describes a single row to be inserted into the
DFInsertDescription.getTargetEntity()
. - DFInsertDescription.InsertRow - Class in com.im.df.api.dml
-
Description of the row to be inserted.
- DFInsertOptions - Interface in com.im.df.api.dml
-
API Status: not stable.
- DFItem - Interface in com.im.df.api.ddl
-
The root item and super-interface of all core DDL items in DIF.
- DFItem.Handle<T extends DFItem> - Interface in com.im.df.api.ddl
-
Represents a handle-like identifier of the item.
- DFItems - Class in com.im.df.api.ddl
-
Common utilities related to
DFItem
. - DFItems.Functions - Class in com.im.df.api.ddl
-
Functions related to
DFItem
s. - DFItems.Predicates - Class in com.im.df.api.ddl
-
Predicates related to
DFItem
s. - DFItemStatusCapability - Class in com.im.df.api.capabilities
-
Capability for
DFItem
s. - DFItemStatusCapability() - Constructor for class com.im.df.api.capabilities.DFItemStatusCapability
- DFList - Interface in com.im.df.api.ddl
-
List of values stored in the model.
- DFListOperation - Class in com.im.df.api.ddl
-
Implementation of list operations and new list name creation.
- DFListOperationType - Enum in com.im.df.api.ddl
-
Enum for list operations - set operations, inversion and sorting.
- DFLists - Class in com.im.df.api.ddl
-
Common utilities related to
DFList
. - DFNewType<E extends DFItem> - Interface in com.im.df.api.support
-
NewType is the object with the ability to create new items.
- DFNewTypeOptions - Interface in com.im.df.api.support
-
Generic options for all DFNewType.
- DFNewTypeWellKnownOptions - Interface in com.im.df.api.support
-
All inner interfaces of this interface can be used for casting for the options objects returned from
DFNewType.getOptions()
method. - DFNewTypeWellKnownOptions.ClonedList - Interface in com.im.df.api.support
-
Options for newtype copying a list from a different user.
- DFNewTypeWellKnownOptions.ClonedQuery - Interface in com.im.df.api.support
-
Options for newtype copying a query from a different user
- DFNewTypeWellKnownOptions.ClonedScript - Interface in com.im.df.api.support
-
Options for newtype copying a script from a different user
- DFNewTypeWellKnownOptions.ClonedUserItem - Interface in com.im.df.api.support
-
Just abstract super-interface for all user specific CLONE type newtypes.
- DFNewTypeWellKnownOptions.ClonedView - Interface in com.im.df.api.support
-
Options for newtype copying a view from a different user
- DFNewTypeWellKnownOptions.DBColumnInfo - Interface in com.im.df.api.support
-
This is just column info helper object which is used in new field options.
- DFNewTypeWellKnownOptions.EntityDBOptions - Interface in com.im.df.api.support
-
Options for creating DFEntity with DBEntityCapability
- DFNewTypeWellKnownOptions.EntityOptions - Interface in com.im.df.api.support
-
Options for creating any DFEntity
- DFNewTypeWellKnownOptions.ExistingDBEntity - Interface in com.im.df.api.support
-
Options for creating a standard DFEntity with DBEntityCapability where database table already exists (so called promote entity).
- DFNewTypeWellKnownOptions.ExistingDBField - Interface in com.im.df.api.support
-
Options for creating a DFField where database column(s) already exist (so called promoting column(s) to DFField).
- DFNewTypeWellKnownOptions.ExistingJChemEntity - Interface in com.im.df.api.support
-
Options for creating a new DFEntity with JChemEntityCapability where database JChem table already exists (so called promote entity).
- DFNewTypeWellKnownOptions.ExistingRelationship - Interface in com.im.df.api.support
- DFNewTypeWellKnownOptions.FieldOptions - Interface in com.im.df.api.support
-
Options for creating any DFField
- DFNewTypeWellKnownOptions.ListUserItemDescription - Interface in com.im.df.api.support
-
Special extension of
DFNewTypeWellKnownOptions.UserItemDescription
for lists. - DFNewTypeWellKnownOptions.NewCalulatedField - Interface in com.im.df.api.support
-
Options for creating new calculated field, you need to validate calc field by using validateScript method.
- DFNewTypeWellKnownOptions.NewCTField - Interface in com.im.df.api.support
-
Options for creating a new DFField with DFFieldChemicalTermsCapability
- DFNewTypeWellKnownOptions.NewDataTree - Interface in com.im.df.api.support
-
Options for creating a new DFDataTree
- DFNewTypeWellKnownOptions.NewDBEntity - Interface in com.im.df.api.support
-
Options for creating a new DFEntity with DBEntityCapability
- DFNewTypeWellKnownOptions.NewDBField - Interface in com.im.df.api.support
-
Options for creating a new DFField with DBFieldCapability
- DFNewTypeWellKnownOptions.NewDynamicURLField - Interface in com.im.df.api.support
-
Options for creating a new DFField with DFFieldCalcCapability
- DFNewTypeWellKnownOptions.NewJChemBaseEntity - Interface in com.im.df.api.support
-
Options for creating a new DFEntity with JChemEntityCapability.
- DFNewTypeWellKnownOptions.NewList - Interface in com.im.df.api.support
-
Options for creating a new DFList
- DFNewTypeWellKnownOptions.NewMimeTypeField - Interface in com.im.df.api.support
-
Options for creating a new DFField with DFFieldMimeTypeCapability
- DFNewTypeWellKnownOptions.NewQuery - Interface in com.im.df.api.support
-
Options for creating a new DFExpression
- DFNewTypeWellKnownOptions.NewRelationship - Interface in com.im.df.api.support
-
Options for creating a new DFRelationship
- DFNewTypeWellKnownOptions.NewRelationshipFK - Interface in com.im.df.api.support
- DFNewTypeWellKnownOptions.NewRelationshipMN - Interface in com.im.df.api.support
-
Extension options for M:N relationship type.
- DFNewTypeWellKnownOptions.NewRelationshipSimple - Interface in com.im.df.api.support
- DFNewTypeWellKnownOptions.NewScript - Interface in com.im.df.api.support
-
Options for creating a new DFExpression
- DFNewTypeWellKnownOptions.NewSQLEntity - Interface in com.im.df.api.support
-
Option for creating SQL Entity.
- DFNewTypeWellKnownOptions.NewStandardDBEntity - Interface in com.im.df.api.support
-
Options for creating a new standard DFEntity with DBEntityCapability
- DFNewTypeWellKnownOptions.NewView - Interface in com.im.df.api.support
-
Options for creating a new DFView
- DFNewTypeWellKnownOptions.SingleDFItem - Interface in com.im.df.api.support
-
Options for creating any single DFItem
- DFNewTypeWellKnownOptions.UserItemDescription - Interface in com.im.df.api.support
-
Trivial data holder for user specific items - just for simple managing views/queries/lists from another users.
- DFNewTypeWellKnownOptions.VirtualFieldOptions - Interface in com.im.df.api.support
-
Options for creating a virtual DFField (no DB column to be created)
- DFOperator - Class in com.im.df.api.dml
-
This class represents one operator used by
DFTermExpression
in DIF API. - DFOperator(String, String, int, int) - Constructor for class com.im.df.api.dml.DFOperator
-
Creates new instance of the operator.
- DFOperator(String, String, String, int, int) - Constructor for class com.im.df.api.dml.DFOperator
-
Creates new instance of the operator.
- DFQuery - Interface in com.im.df.api.ddl
-
Persistent query definition in the system.
- DFRelationDataEvent - Class in com.im.df.api.support
- DFRelationDataEvent(DFRelationDataProvider, Collection<? extends Comparable<?>>, DFField) - Constructor for class com.im.df.api.support.DFRelationDataEvent
- DFRelationDataEvent(DFRelationDataProvider, Collection<? extends Comparable<?>>, Collection<? extends Comparable<?>>, DFField) - Constructor for class com.im.df.api.support.DFRelationDataEvent
- DFRelationDataException - Exception in com.im.df.api.dml
- DFRelationDataException(String, DFField) - Constructor for exception com.im.df.api.dml.DFRelationDataException
- DFRelationDataListener - Interface in com.im.df.api.support
-
Listener which monitor
DFRelationDataProvider
data changes. - DFRelationDataProvider - Interface in com.im.df.api.dml
-
API Status: This interface is not stable.
- DFRelationship - Interface in com.im.df.api.ddl
-
Represents a foreign key relationship.
- DFRelationship.Direction - Interface in com.im.df.api.ddl
-
Direction - the oriented relationship.
- DFRelationship.Type - Enum in com.im.df.api.ddl
-
Type of the relationship.
- DFResultSet - Interface in com.im.df.api.dml
-
This object is used for managing data for a particular
DFDataTree
. - DFResultSet.VertexState - Interface in com.im.df.api.dml
-
This object represent state of data of one
DFDataTree.Vertex
. - DFResultSets - Class in com.im.df.api.dml
-
Common utilities related to
DFResultSet
s. - DFRowData - Class in com.im.df.api.dml
-
Data for a single row in database.
- DFSchema - Interface in com.im.df.api.ddl
- DFSchemaDataProvider - Interface in com.im.df.api.dml
-
The root object for providing data in DIF.
- DFSchemaInitHandler - Interface in com.im.df.api.support
-
Schema init handler.
- DFSchemaProvider - Interface in com.im.df.api
- DFSchemaProvider.State - Interface in com.im.df.api
-
The schema init step interface.
- DFSchemaProvider.StepInfo - Interface in com.im.df.api
-
This is a result of each schema init step (
DFSchemaProvider.State
) operations. - DFSchemaProviders - Class in com.im.df.api
-
Utility methods for
DFSchemaProvider
. - DFSchemas - Class in com.im.df.api.ddl
-
Utility methods for
DFSchema
. - DFScript - Interface in com.im.df.api.ddl
-
Representation of the script.
- DFScriptParent - Interface in com.im.df.api.ddl
-
Parent item of the script.
- DFSearchDomain - Interface in com.im.df.api.support
-
Search domain is a constraint when executing query in
DFResultSet
. - DFServiceConfiguration - Class in com.im.df.api.support
-
Data holder for a user service configuration.
- DFServiceConfiguration(String, String, String) - Constructor for class com.im.df.api.support.DFServiceConfiguration
- DFSharedObjectCapability - Interface in com.im.df.api.capabilities
-
This capability should be added to all user specific DFItems.
- DFSharedObjectOwnerCapability - Interface in com.im.df.api.capabilities
-
This capability is an read-write extension of
DFSharedObjectCapability
. - DFTerm - Class in com.im.df.api.dml
-
This object is a superclass of all objects used for definition of expression terms for query execution in DIF.
- DFTermCount - Class in com.im.df.api.dml
-
Term used for Count(*) representation.
- DFTermExpression - Class in com.im.df.api.dml
-
This object represents a complex expression.
- DFTermExpressions - Class in com.im.df.api.dml
-
Utility class for
DFTermExpression
. - DFTermField - Class in com.im.df.api.dml
-
This object represents a single existing field in the DFTerm hierarchy; it is a wrapper for such a field and using it, the field can be used in complex DFTerm expressions.
- DFTermsFactory - Class in com.im.df.api.dml
-
The factory class for creating
DFTerm
s. - DFTermValue - Class in com.im.df.api.dml
-
This object represents a constant value in the hierarchical substructure of DFTerms, it's wrapper class around such a constant value.
- DFTermVisitor - Interface in com.im.df.api.dml
-
Visitor for DFTerm expressions.
- DFUndoableEdit - Interface in com.im.df.api.support
-
Undoable edit of
DFUndoManager
. - DFUndoConfig - Class in com.im.df.api.support
-
Deprecated.since 20.12.0
- DFUndoManager<T extends DFUndoableEdit> - Interface in com.im.df.api.support
-
The undo/redo manager for a single undo/redo queue.
- DFUndoRedoException - Exception in com.im.df.api.support
-
Undo/Redo exception
- DFUndoRedoException() - Constructor for exception com.im.df.api.support.DFUndoRedoException
- DFUndoRedoException(String) - Constructor for exception com.im.df.api.support.DFUndoRedoException
- DFUndoRedoException(String, Throwable) - Constructor for exception com.im.df.api.support.DFUndoRedoException
- DFUndoRedoException(Throwable) - Constructor for exception com.im.df.api.support.DFUndoRedoException
- DFUpdateDescription - Class in com.im.df.api.support
-
Description of a single data update operation.
- DFUpdateInfo - Class in com.im.df.api.support
-
Provides data about result of insert or update DIF operation.
- DFUpdateResult - Class in com.im.df.api.support
- DFUpdateResult(int) - Constructor for class com.im.df.api.support.DFUpdateResult
- DFUpdateResult(Exception) - Constructor for class com.im.df.api.support.DFUpdateResult
- DFUpdateResult(List) - Constructor for class com.im.df.api.support.DFUpdateResult
- DFUpdateResult(Map<Object, Map<String, Object>>) - Constructor for class com.im.df.api.support.DFUpdateResult
- DFUpdateResult(Map<Object, Map<String, Object>>, List, List) - Constructor for class com.im.df.api.support.DFUpdateResult
- DFUserItem - Interface in com.im.df.api.ddl
-
The root item and super-interface of all user-specific DDL items in DIF.
- DFUserLoginInfo - Class in com.im.df.api.support
-
Data holder for a single user login info.
- DFUserLoginInfo(String, Date, Date) - Constructor for class com.im.df.api.support.DFUserLoginInfo
-
Creates a new instance of DFUserLoginInfo.
- DFUserLoginInfos - Class in com.im.df.api.support
-
Helper utilities related to
DFUserLoginInfo
class. - DFView - Interface in com.im.df.api.ddl
-
Interface representing view (visual window/component) presenting data of
DFDataTree
. - DFViewContent - Interface in com.im.df.api.ddl
-
Interface representing content of view configuration.
- DFViews - Class in com.im.df.api.ddl
-
Utilities related to IJC views.
- DFVisibilityRestriction - Interface in com.im.df.api.ddl
-
Provides user roles that have have access to this
DFItem
. - DFWrappedValue - Interface in com.im.df.api.dml.calculated
-
Provides lazily computed value.
- DFWrappedValues - Class in com.im.df.api.dml.calculated
-
Utility methods for
wrapped values
. - DIFUtilities - Class in com.im.df.api.util
-
This class contains most of DIF convenience methods.
- DIFUtilities.FKSearchType - Enum in com.im.df.api.util
- DIFUtilities.SchemaReadyRunnable - Class in com.im.df.api.util
-
Listener to schema status.
- discardAllEdits() - Method in interface com.im.df.api.support.DFUndoManager
-
Empty the undo manager, sending each edit a die message in the process.
- disconnectSchema(DFSchemaProvider) - Static method in class com.im.df.api.DFSchemaProviders
-
Disconnect the schema.
- disconnectSchema(DFSchemaProvider) - Static method in class com.im.df.api.util.DIFUtilities
- DissimilarityCalculator - Interface in com.im.df.api.chem
-
Dissimilarity calculator for calculating dissimilarity between query and target molecule.
- DissimilarityCalculatorFactory - Class in com.im.df.api.chem
- divide(Number, Number) - Method in class com.im.df.api.support.CalculationsScriptBaseClass
-
Divide two numbers.
- dropIndex(DBIndexInfo, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DBIndexCapability
-
Drops the specified index.
- dump(String, StringBuffer) - Method in class com.im.df.api.support.RowSetData.MultiRowData
-
Deprecated.
- dump(String, StringBuffer) - Method in class com.im.df.api.support.RowSetData.RowData
-
Deprecated.
- dump(String, StringBuffer) - Method in class com.im.df.api.support.RowSetData.SingleRowData
-
Deprecated.
- DuplicateCTFieldException - Exception in com.im.df.api.support
-
Signals that the CT field cannot be created because the entity already contains a field with the same CT formula.
- DuplicateCTFieldException() - Constructor for exception com.im.df.api.support.DuplicateCTFieldException
E
- each(Collection<?>, Collection<?>, Closure<?>) - Method in class com.im.df.api.support.CalculationsScriptBaseClass
-
Helper method to iterate in a coordinated manner over 2 collections.
- each(Collection<?>, Collection<?>, Collection<?>, Closure<?>) - Method in class com.im.df.api.support.CalculationsScriptBaseClass
-
Helper method to iterate in a coordinated manner over 3 collections.
- EarlyResultsConsumer - Interface in com.im.df.api.dml
-
Consumer for retrieving early results.
- EMPTY - Static variable in class com.im.df.api.support.SelectionDescription
-
Empty selection.
- EMPTY - Static variable in class com.im.df.api.support.SortDirective
-
An empty
SortDirective
. - EnabledItemActionCapability - Interface in com.im.df.api.capabilities
-
Capability to enable/disable
DFItem
actions. - enableFilterSearchResults(boolean, DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFResultSet
-
Deprecated.
- encodedMol - Variable in class com.im.df.api.chem.Structure
- ENDS_WITH - Static variable in class com.im.df.api.dml.Operators
-
ENDS_WITH text based operator (a short cut for LIKE '%foo').
- ensureLoaded(DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFResultSet
-
Ensures that the result set is fully initialized.
- enterElement(String, Lookup) - Method in class com.im.df.api.util.xml.BasicPersister
-
For readers: enter the named element, and establish the supplied context.
- enterElement(Element, Lookup) - Method in class com.im.df.api.util.xml.BasicPersister
-
Enter the specified element and make it current.
- EntityDataIterator - Class in com.im.df.api.util
-
Allows to iterate over large sets of data.
- EntityDataIterator(DFEntityDataProvider, DFTermExpression, Set<? extends DFField>, int, DFEnvironmentRO) - Constructor for class com.im.df.api.util.EntityDataIterator
-
Creates a new instance of EntityDataIterator.
- EntityDataIterator.Entry - Class in com.im.df.api.util
- equals(Object) - Method in class com.im.df.api.capabilities.DFFieldPickListCapability.Item
- equals(Object) - Method in class com.im.df.api.chem.MarvinStructure
- equals(Object) - Method in class com.im.df.api.ddl.DFDataTree.Path
- equals(Object) - Method in class com.im.df.api.dml.DFDataTreeDataProvider.IdPathPair
- equals(Object) - Method in class com.im.df.api.dml.DFExportTemplateContent
- equals(Object) - Method in class com.im.df.api.dml.DFRowData
- equals(Object) - Method in class com.im.df.api.dml.DFTermExpression
- equals(Object) - Method in class com.im.df.api.dml.DFTermField
- equals(Object) - Method in class com.im.df.api.dml.DFTermValue
- equals(Object) - Method in class com.im.df.api.support.DefaultValue
- equals(Object) - Method in class com.im.df.api.support.SelectionDescription
- equals(Object) - Method in class com.im.df.api.support.SortDirective
- equals(Object) - Method in class com.im.df.api.support.SortDirective.Item
- EQUALS - Static variable in class com.im.df.api.dml.Operators
-
Equal operator - works for text, int, date.
- EQUALS_FOR_DECIMALS - Static variable in class com.im.df.api.dml.Operators
-
Equals for decimals - works for float.
- EqualsForDecimalsOperator() - Constructor for class com.im.df.api.dml.Operators.EqualsForDecimalsOperator
- ERROR - Static variable in class com.im.df.api.dml.Operators
-
This is just an dump operator.
- ErrorOperator() - Constructor for class com.im.df.api.dml.Operators.ErrorOperator
- executeScript(String) - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Executes the script given by parameter and returns values.
- executeScript(String) - Method in interface com.im.df.api.capabilities.DFFieldPickListCapability.FieldBridge
-
Executes the loader script.
- extensions() - Method in enum com.im.df.api.support.WellKnownMimeTypeXAttributes
- ExtraDFItemProperties - Class in com.im.df.api.util
-
Utility methods for accessing extra properties.
- ExtraDFItemProperty<T extends DFItem,S> - Interface in com.im.df.api.util
-
Allows to edit Extra attributes for items in schema editor.
- ExtraDFItemProperty.Customizer<S> - Interface in com.im.df.api.util
-
Customizer for property value modification.
F
- FALSE - com.im.df.api.ddl.DFField.Required
- FALSE - Static variable in class com.im.df.api.dml.Operators
-
Unary FALSE operator - can be applied to boolean fields.
- FIELD_VALUES - com.im.df.api.capabilities.DFFieldPickListCapability.PickListType
-
The values are loaded directly from the field.
- fieldDependencies() - Method in interface com.im.df.api.capabilities.DFFieldExtensionCapability
-
Set of fields this Extension field depends on.
- FieldDetails(DFEntity, DFField, String, CalculableGroovyTemplate.CalcOperation, String, List<String>) - Constructor for class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- FieldDetails(DFEntity, String, String, CalculableGroovyTemplate.CalcOperation, String, List<String>) - Constructor for class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- FieldDetails(CalculableGroovyTemplate.FieldDetails) - Constructor for class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- fieldForColumn(DFEntity, String) - Static method in class com.im.df.api.util.DIFUtilities
-
Finds a
DFField
, that uses the named column. - FieldGroupCapability - Interface in com.im.df.api.capabilities
-
This capability allows assigning a
DFField
to a group of fields. - fieldsToSorts(DFField[], boolean[]) - Static method in class com.im.df.api.util.DIFUtilities
- FILE_ATTR_SCRIPT - Static variable in interface com.im.df.api.ddl.DFScript
-
Attribute set in virtual FileObject for this script
- filter(ImmutableList<DFFieldPickListCapability.Item>, String) - Static method in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Filters list of items based on the specified substring.
- FILTER_CHILD_DATA - Static variable in class com.im.df.api.dml.DFTermExpressions
- FILTER_SEARCH_RESULTS - Static variable in interface com.im.df.api.capabilities.DBDataTreeCapability
-
XAttributes
property name that toggles the use filter search results on data tree. - filterActiveOrObsoleted(ImmutableList<DFFieldPickListCapability.Item>, boolean) - Static method in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Filters list of items based on
DFFieldPickListCapability.Item.isObsoleted()
flag. - filterLogins(Iterable<DFUserLoginInfo>, boolean, boolean, String) - Static method in class com.im.df.api.support.DFUserLoginInfos
-
Filter logins.
- filterOperands(DFTermExpression, Class<T>) - Static method in class com.im.df.api.dml.DFTermExpressions
-
Returns the list operands with defined type.
- find(DFEntity) - Static method in class com.im.df.api.dml.DFEntityDataProviders
-
Convenient delegate to
entity.getSchema().getDataProvider().getEntityDataProvider(entity)
. - find(DFItem) - Static method in class com.im.df.api.ddl.DFSchemas
-
Utility method finding parent schema for any
DFItem
type. - find(DFResultSet.VertexState) - Static method in class com.im.df.api.dml.DFEntityDataProviders
-
Utility method to find the EDP instance.
- findAllAppropriateNewTypes(List<DFNewType<T>>, boolean, Class[], Class[]) - Static method in class com.im.df.api.util.DIFUtilities
-
Find all the appropriate DFNewType object in the list.
- findAllFieldsInExpression(DFTermExpression) - Static method in class com.im.df.api.util.DIFUtilities
- findAllTreeEntities(DFDataTree.Vertex) - Static method in class com.im.df.api.util.DIFUtilities
-
Collects all entities used in the specified vertex and its children.
- findAppropriateNewType(List<DFNewType<T>>, boolean, String) - Static method in class com.im.df.api.util.DIFUtilities
-
Find the first the appropriate DFNewType object in the list.
- findCapability(DFItem, Class<T>) - Static method in class com.im.df.api.util.DIFUtilities
-
Find the capability which is instance of the given class.
- findConvertorFor(Class<? extends DFFieldDataTypeCapability>) - Method in interface com.im.df.api.util.DFDataConvertorProvider
-
Return appropriate data convertor for the specified type.
- findConvertorFor(Class<? extends DFFieldDataTypeCapability>) - Static method in class com.im.df.api.util.DIFUtilities
-
Return appropriate data convertor for the specified type.
- findCurrentDDLLockOwner() - Method in interface com.im.df.api.capabilities.IJCUserLoginService
- findDataProvider(DFResultSet.VertexState) - Static method in class com.im.df.api.util.DIFUtilities
-
Deprecated.
- findDependentFields(Collection<? extends DFField>) - Static method in class com.im.df.api.ddl.DFFields
-
Finds calculated fields (means fields with
DFFieldCalcCapability
that use the fields passed in. - findDependentLists(List<DFField>) - Static method in class com.im.df.api.util.DIFUtilities
-
Find all DFLists depending on given fields.
- findDirectionFromOrigin(DFRelationship, DFEntity) - Static method in class com.im.df.api.util.DIFUtilities
-
Finds the relationship direction which originates at entity 'entity'.
- findEntityByFieldID(DFContainer<DFEntity>, String) - Static method in class com.im.df.api.util.DIFUtilities
-
Return entity which contains the field with specified ID.
- findEntityDataProvider(DFEntity) - Static method in class com.im.df.api.util.DIFUtilities
-
Deprecated.use
DFEntityDataProviders.find(DFEntity)
instead - findEntityInDataTree(DFDataTree.Vertex, DFEntity) - Static method in class com.im.df.api.util.DIFUtilities
-
Finds a vertex in the DataTree, which corresponds to the given entity.
- findFieldsUsedInRelationships(DFEntity) - Static method in class com.im.df.api.util.DIFUtilities
-
Find all fields of specified entity which participate in any relationships.
- findFirstAppropriateNewType(List<DFNewType<T>>, boolean, Class[], Class[]) - Static method in class com.im.df.api.util.DIFUtilities
-
Find the first the appropriate DFNewType object in the list.
- findFirstChild(Node, String) - Static method in class com.im.df.api.util.xml.XMLUtils
-
Finds the first direct child element named "name" under the specified parent.
- findForeignKey(DFSchema, SchemaQualifiedName) - Static method in class com.im.df.api.util.DIFUtilities
-
Finds the named Foreign Key.
- findForeignKey(DFSchema, SchemaQualifiedName, String[], DIFUtilities.FKSearchType) - Static method in class com.im.df.api.util.DIFUtilities
-
Finds a foreign key, which references the named columns as its PK or FK columns, depending on parameters
- findIndex(DBTableInfo, List<String>) - Method in interface com.im.df.api.capabilities.DBIndexCapability
-
Will try to find and return indexes for the columns provided.
- findItemById(Iterable<T>, String) - Static method in class com.im.df.api.ddl.DFItems
-
Finds a
DFItem
by its ID. - findItemById(String) - Method in interface com.im.df.api.ddl.DFContainer
-
Find item by its id (see
DFItem.getId()
). - findItemById(String, Class<E>) - Method in interface com.im.df.api.ddl.DFSchema
-
Find an item of the specified type by its id.
- findItemByName(String) - Method in interface com.im.df.api.ddl.DFContainer
-
Find item by its name (see
DFItem.getName()
). - findItemsByIds(Iterable<T>, Iterable<? extends String>) - Static method in class com.im.df.api.ddl.DFItems
-
Finds
DFItem
s with specific IDs. - findItemsByIds(Iterable<T>, String...) - Static method in class com.im.df.api.ddl.DFItems
-
Finds
DFItem
s with specific IDs. - findItemsWithCapability(List<T>, Class<C>) - Static method in class com.im.df.api.ddl.DFItems
-
Filter the specified items so that only those with the specified capability are returned.
- findKeyByDisplayName(String) - Static method in enum com.im.df.api.support.WellKnownMimeTypeXAttributes
- findMimeType(DFField) - Static method in class com.im.df.api.util.DIFUtilities
- findMolCoreDescriptor(DFTermExpression, DFField) - Static method in class com.im.df.api.chem.ChemUtils
- findNewTypeWithOptions(List<DFNewType<T>>, boolean, Class) - Static method in class com.im.df.api.util.DIFUtilities
-
Find the appropriate DFNewType object in the list.
- findOppositeDirection(DFRelationship.Direction) - Static method in class com.im.df.api.util.DIFUtilities
-
Get the opposite direction of the same DFRelationship owner.
- findOutgoingDirections(DFEntity) - Static method in class com.im.df.api.util.DIFUtilities
-
Finds all relationship directions which originate in an entity.
- findRelationshipInDataTree(DFDataTree.Vertex, DFRelationship) - Static method in class com.im.df.api.util.DIFUtilities
- findSchema(DFItem) - Static method in class com.im.df.api.util.DIFUtilities
-
Deprecated.use
DFSchemas.find(DFItem)
instead. Will be removed two releases away from 5.12. - findSimpleFieldUsagesInQuery(DFTermExpression, DFField) - Static method in class com.im.df.api.util.DIFUtilities
- findStructureField(DFEntity) - Static method in class com.im.df.api.ddl.DFFields
-
Finds Structure field if it's available.
- findUsages(DFField) - Static method in class com.im.df.api.util.DIFUtilities
-
Find all relationships where the given field participates.
- findUsages(DFRelationship) - Static method in class com.im.df.api.util.DIFUtilities
-
Find all datatrees.edges which are built on top of given relationship.
- findUsagesInDataTrees(DFEntity) - Static method in class com.im.df.api.util.DIFUtilities
-
Find all datatrees.vertexes which are built on top of given entity.
- findUsagesInRelationships(DFEntity) - Static method in class com.im.df.api.util.DIFUtilities
-
Find all relationships where the given entity participates.
- findVertexState(DFResultSet.VertexState, DFField) - Static method in class com.im.df.api.dml.VertexStates
-
Finds
VertexState
corresponding to the given field. - firePropertyChangeEvent(String, Object, Object) - Method in interface com.im.df.api.capabilities.DFFieldPickListCapability.FieldBridge
-
Fires property changes from this
DFFieldPickListCapability
. - FK - com.im.df.api.util.DIFUtilities.FKSearchType
- forDataTree(DFDataTree) - Static method in class com.im.df.api.dml.DFResultSets
-
Return result set associated with the given data tree.
- forVertex(DFDataTree.Vertex) - Static method in class com.im.df.api.ddl.DFFields
- forVertex(DFDataTree.Vertex, boolean) - Static method in class com.im.df.api.ddl.DFFields
- forVertexState(DFResultSet.VertexState) - Static method in class com.im.df.api.ddl.DFFields
-
Gets
fields
that belong to avertexState
. - forVertexState(DFResultSet.VertexState, boolean) - Static method in class com.im.df.api.ddl.DFFields
-
Gets
fields
which belong to avertexState
and its descendants reachable recursively viaN:1
or1:1
relationships. - forView(DFView) - Static method in class com.im.df.api.dml.DFResultSets
-
Return result set associated with the datatree of the given view.
G
- GeForDecimalsOperator() - Constructor for class com.im.df.api.dml.Operators.GeForDecimalsOperator
- generateStatistics() - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Generates a statistical summary of the information in this entity.
- genSearchType(DFOperator) - Static method in class com.im.df.api.chem.ChemUtils
-
Temporary method finding appropriate
JChemSearch
search type constant for the given operator. - getAll() - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Computes all values for currently selected type (see
DFFieldPickListCapability.getSelectedType()
). - getAll() - Static method in class com.im.df.api.dml.Operators
-
Get array of all operators currently registered into the system.
- getAllDisplayNames() - Static method in enum com.im.df.api.support.WellKnownMimeTypeXAttributes
-
Gets display names of all well known mime types with no respect to
WellKnownMimeTypeXAttributes.display
attribute. - getAllIDsOfEntityFor(DFResultSet.VertexState) - Static method in class com.im.df.api.util.DIFUtilities
-
Get all IDs (primary key values) of the
entity
that belongs to thevertex
for the givenDFResultSet.VertexState
. - getAllIncludingSpecial() - Static method in class com.im.df.api.dml.Operators
-
Get all operators registered in the system including special operators (currently ERROR and IGNORE).
- getAllItemIds() - Method in interface com.im.df.api.ddl.DFContainer
-
Get list of ids of all items contained by this DFContainer (see
DFItem.getId()
). - getAllLogical() - Static method in class com.im.df.api.dml.Operators
- getAllLogins() - Method in interface com.im.df.api.capabilities.IJCUserLoginService
-
Get the login states for all users of the system.
- getAllManagedTableInfos() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
-
Gets all managed tables from all schemas.
- getAllMolecules() - Method in class com.im.df.api.chem.MarvinStructure
- getAllNative2D() - Method in class com.im.df.api.chem.MarvinStructure
-
Get the Molecules in 2 dimensional representation.
- getAllNativeTypeDefinitions() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.DBColumnInfo
- getAllRelations() - Method in class com.im.df.api.dml.DFDeleteDescription
- getAllSchemas() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
- getAllStructural() - Static method in class com.im.df.api.dml.Operators
-
Returns all structural operators.
- getAllStructural(DFField) - Static method in class com.im.df.api.dml.Operators
-
Get the appropriate structure search operators for the JChem table type.
- getAllTableInfos() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
- getAllTableNames() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
-
Deprecated.
- getAllTableNames(String) - Method in interface com.im.df.api.capabilities.DBSchemaCapability
-
Get the names of the actual physical tables know to this IJC schema.
- getAllUsers() - Method in interface com.im.df.api.capabilities.IJCUserDetailsService
-
Get a list of all users in the system.
- getAllUsers() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ClonedUserItem
-
Get list of all users.
- getAllViewInfos() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
- getAllViewNames() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
-
Deprecated.Use the form that takes the dbSchema as an argument.
- getAllViewNames(String) - Method in interface com.im.df.api.capabilities.DBSchemaCapability
-
Get the names of the views know to this schema.
- getAssociatedTables(SchemaQualifiedName) - Method in interface com.im.df.api.capabilities.JChemSchemaCapability
-
Finds which structure tables are associated with the property table.
- getAsText() - Method in class com.im.df.api.support.DFServiceConfiguration
-
Get a text representation of the settings that can be edited
- getAttribute() - Method in class com.im.df.api.util.xml.BasicPersister
-
Returns the current attribute being written to or read from.
- getAttribute(PropertyDescriptor, String, String) - Method in class com.im.df.api.util.xml.BasicPersister
-
Helper methods to retrieving metadata.
- getAttributeValue(Element, String) - Static method in class com.im.df.api.util.xml.XMLUtils
-
Helper method, that returns the attribute value or null, if the attribute is not defined.
- getAuthorities() - Method in interface com.im.df.api.capabilities.IJCRolesInfoService
-
Get the valid authorities that are understood by the application.
- getAuthorities() - Method in interface com.im.df.api.capabilities.IJCUserDetailsService
-
Get the valid authorities that are understood by the application.
- getAvailableIdColumns() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBEntity
-
Returns column infos suitable to serve as ID column, in no particular order.
- getBean() - Method in class com.im.df.api.util.xml.BasicPersister
-
The bean instance being written or read.
- getBeanClass() - Method in class com.im.df.api.util.xml.BasicPersister
- getBufferedErrors() - Method in class com.im.df.api.util.xml.BasicPersister
- getCacheTimeoutInSec() - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
- getCalcOperation() - Method in class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- getCalcTemplate() - Method in interface com.im.df.api.capabilities.DFFieldCalcCapability
- getCalcTemplate() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewDynamicURLField
- getCalculatedReturnType() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewCalulatedField
- getCapabilities() - Method in interface com.im.df.api.ddl.DFItem
-
Get list of all capabilities of this DFItem.
- getCapabilityTypes() - Method in interface com.im.df.api.support.DFNewType
-
Get the list of capabilities of the future
DFItem
(s) created by this newtype. - getCartridgeIndexName() - Method in interface com.im.df.api.capabilities.JChemCartridgeCapability
-
The name of the cartridge index.
- getCategoryFields(DFEntity) - Static method in class com.im.df.api.ddl.DFFields
-
Deprecated.use
DFFields.getGroupFields(DFEntity)
instead; this method will be removed in post-5.12 release - getCategoryFields(List<? extends DFField>) - Static method in class com.im.df.api.ddl.DFFields
-
Deprecated.use
DFFields.getGroupFields(List)
instead; this method will be removed in post-5.12 release - getChangedBy() - Method in interface com.im.df.api.capabilities.AuditInfoCapability
-
Username of user who modified the row.
- getChangedField() - Method in class com.im.df.api.support.DFRelationDataEvent
- getChangedOn() - Method in interface com.im.df.api.capabilities.AuditInfoCapability
-
Time when the row was modified.
- getChangedRowsCount() - Method in class com.im.df.api.support.DFUpdateResult
- getChangedRowsIds() - Method in class com.im.df.api.support.DFUpdateResult
- getChildren(Element, String) - Static method in class com.im.df.api.util.xml.XMLUtils
-
Builds a list of direct child
Node
s of an Element with the specified tag name. - getClass(String) - Method in class com.im.df.api.util.xml.BasicPersister
-
A helper method to retrieve a Class object without throwing a CNFE.
- getColumnClasses() - Method in interface com.im.df.api.capabilities.DBFieldCapability
-
TODO P2 - this method is going to be removed from API.
- getColumnName() - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
-
Get the name of the column.
- getColumnName() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.DBColumnInfo
- getColumnNames() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBField
- getColumnNamesCount() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBField
- getColumns() - Method in interface com.im.df.api.capabilities.DBFieldCapability
-
Get the list of database columns for this field (typically only one column).
- getColumns() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewDBField
-
Getter for columns info array.
- getColumnType() - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
-
One of the ColumnType enum values.
- getComparator() - Method in interface com.im.df.api.support.DFDataComparator
-
Get comparator for the values of this field type.
- getComponent() - Method in interface com.im.df.api.util.ExtraDFItemProperty.Customizer
- getConfiguration() - Method in interface com.im.df.api.ddl.DFViewContent
- getConfiguredQName() - Method in class com.im.df.api.util.xml.BasicPersister
- getConnectedRows() - Method in class com.im.df.api.dml.DFInsertDescription.InsertRow
-
Returns connections to existing entity rows
- getConstantList() - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
- getConstraintNames() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
-
Retrieves names of constraints defined within the database.
- getContainerID() - Method in exception com.im.df.api.util.xml.IncompleteDataException
- getContentType() - Method in class com.im.df.api.support.DFServiceConfiguration
-
A hint to allow an appropriate editor to be selected to edit the setting e.g.
- getContext() - Method in class com.im.df.api.util.xml.BasicPersister
-
Retrieves the current context.
- getControllingRelation() - Method in class com.im.df.api.dml.DFDeleteDescription
- getConvertedValue() - Method in class com.im.df.api.support.DefaultValue
- getConvertor() - Method in interface com.im.df.api.ddl.DFField
- getConvertor() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.FieldOptions
- getCreatedBy() - Method in interface com.im.df.api.capabilities.AuditInfoCapability
-
Username of user who created the row.
- getCreatedOn() - Method in interface com.im.df.api.capabilities.AuditInfoCapability
-
Time when the row was created.
- getCurrentClassLoader() - Static method in class com.im.df.api.util.xml.BasicPersister
- getCurrentRow() - Method in class com.im.df.api.support.RowSetData.MultiRowData
-
Deprecated.
- getCurrentRow() - Method in class com.im.df.api.support.RowSetData.RowData
-
Deprecated.
- getCurrentRow() - Method in class com.im.df.api.support.RowSetData.SingleRowData
-
Deprecated.
- getCurrentVersionNumber() - Method in interface com.im.df.api.capabilities.JChemEntityCapability
-
Get the version of this entity as it is in the database.
- getData() - Method in class com.im.df.api.dml.DFDataTreeDataProvider.VertexUpdateResult
-
Returns the inserted^changed data.
- getData() - Method in class com.im.df.api.support.RowSetData
-
Deprecated.
- getData(Collection<? extends Comparable<?>>) - Method in interface com.im.df.api.support.DFDao
-
Fetches data for all fields and the specified row IDs.
- getData(Collection<? extends Comparable<?>>, List<DFField>) - Method in interface com.im.df.api.support.DFDao
-
Fetches data for given fields and the specified row IDs.
- getData(List<? extends Comparable<?>>, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Deprecated.
DFEntityDataProvider.getData(List, Set, DFEnvironmentRO)
is replacement for this method - getData(List<? extends Comparable<?>>, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Deprecated.
DFResultSet.VertexState.getData(List, Set, DFEnvironmentRO)
is replacement for this method - getData(List<? extends Comparable<?>>, Set<? extends DFField>, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Fetches data for the specified IDs.
- getData(List<? extends Comparable<?>>, Set<? extends DFField>, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Fetches data for the specified IDs.
- getDatabaseType() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
-
Get the database type e.g.
- getDataForFirstSelectedRow(DFDataTree, List<? extends DFField>) - Static method in class com.im.df.api.ddl.DFDataTrees
-
Gets value(s) of first selected rows in
DFResultSet.VertexState
s for given fields. - getDataProvider() - Method in interface com.im.df.api.ddl.DFSchema
-
Get the root object for all data manipulations.
- getDataTree() - Method in interface com.im.df.api.ddl.DFDataTree.Vertex
- getDataTree() - Method in interface com.im.df.api.ddl.DFExportTemplate
-
Gets the data tree.
- getDataTree() - Method in interface com.im.df.api.ddl.DFQuery
-
Get the owner datatree.
- getDataTree() - Method in interface com.im.df.api.ddl.DFView
- getDataTree() - Method in interface com.im.df.api.dml.DFDataTreeDataProvider
-
Gets the data tree which this DFDataTreeDataProvider belongs to.
- getDataTree() - Method in interface com.im.df.api.dml.DFResultSet
-
Get the DFDataTree which this result set was created for.
- getDataTreeDataProvider(DFDataTree) - Method in interface com.im.df.api.dml.DFSchemaDataProvider
-
Gets
DFDataTreeDataProvider
for the specific data tree. - getDataTrees() - Method in interface com.im.df.api.ddl.DFSchema
-
Get the data trees container.
- getDataTypeCapability() - Method in enum com.im.df.api.util.CalculatedReturnType
- getDataTypeName() - Method in interface com.im.df.api.capabilities.DFFieldDataTypeCapability
- getDBSchemaName() - Method in interface com.im.df.api.capabilities.DBFieldCapability
-
Gets the name of the database schema for this field's table.
- getDefault() - Static method in enum com.im.df.api.capabilities.DBSchemaCapability.NullPositionAfterOrdering
- getDefault() - Static method in class com.im.df.api.dml.calculated.CalculatedValueProcessors
- getDefault() - Static method in class com.im.df.api.util.xml.PersisterRegistry
-
Get default implementation of PersisterRegistry.
- getDefaultDBSchemaName() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
-
The default schema used by this database.
- getDefaultOperatorFor(DFField) - Static method in class com.im.df.api.dml.Operators
-
Returns default search operator for given
field
. - getDefaultResultSet(boolean, DFEnvironmentRO) - Method in interface com.im.df.api.ddl.DFDataTree
-
Get a default DFResultSet for the given DFDataTree.
- getDefaultResultSet(DFDataTree, boolean, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFSchemaDataProvider
-
Gets the
DFResultSet
for the givenDFDataTree
. - getDefaultSchemaName(DFSchema) - Static method in class com.im.df.api.util.DIFUtilities
- getDefaultTestValue() - Method in class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- getDefaultValue() - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
-
Getter for property defaultValue.
- getDefaultValue() - Method in interface com.im.df.api.ddl.DFField
-
Get the default value to use for this field if none is specified.
- getDefaultValue() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewDBField
- getDeleteRelated() - Method in class com.im.df.api.dml.DFDeleteDescription
- getDeletionSet() - Method in class com.im.df.api.dml.DFDeleteDescription
- getDependents() - Method in class com.im.df.api.support.RowSetData.Row
-
Deprecated.
- getDescription() - Method in interface com.im.df.api.ddl.DFItem
-
Provides a description of the DFItem.
- getDescription() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem
- getDescription() - Method in class com.im.df.api.support.DFServiceConfiguration
-
Get the description for this item
- getDestColumnNames() - Method in interface com.im.df.api.capabilities.DBRelationshipMtoN
-
Get the list of column names related to a destination field of this relationship.
- getDestField() - Method in interface com.im.df.api.ddl.DFRelationship.Direction
- getDestField() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- getDestFK() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipMN
-
Returns specification of destination ForeignKey.
- getDestFKName() - Method in interface com.im.df.api.capabilities.DBRelationshipMtoN
-
Returns the name for the 2nd entity FK constraint
- getDestination() - Method in interface com.im.df.api.ddl.DFDataTree.Edge
- getDisplayName() - Method in enum com.im.df.api.capabilities.DFFieldPickListCapability.PickListType
- getDisplayName() - Method in enum com.im.df.api.ddl.DFRelationship.Type
- getDisplayName() - Method in class com.im.df.api.dml.DFOperator
-
Return standalone operator's display name (usually the first character is upper case).
- getDisplayName() - Method in enum com.im.df.api.SchemaType
-
This item display name
- getDisplayName() - Method in interface com.im.df.api.support.DFDataAcceptor
- getDisplayName() - Method in enum com.im.df.api.support.WellKnownMimeTypeXAttributes
- getDisplayName() - Method in interface com.im.df.api.util.ExtraDFItemProperty
- getDisplayName(String) - Static method in enum com.im.df.api.support.WellKnownMimeTypeXAttributes
- getDisplayNameInExpression() - Method in class com.im.df.api.dml.DFOperator
-
Return operator's display name which is used in expression (usually the first character is lower case).
- getDisplayNames() - Static method in enum com.im.df.api.support.WellKnownMimeTypeXAttributes
-
Returns only the display names of well known mime types which have their
display
attribute set totrue
. - getDisplayNames(WellKnownMimeTypeXAttributes[]) - Static method in enum com.im.df.api.support.WellKnownMimeTypeXAttributes
-
Returns only the display names of well known mime types which have their
display
attribute set totrue
and are present among givenvalues
. - getDisplayValue(S) - Method in interface com.im.df.api.util.ExtraDFItemProperty
-
Creates value from S which can be presented to the user.
- getDissimilarityMetrics() - Method in interface com.im.df.api.capabilities.JChemEntityCapability
- getDstColumnNames() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipMN
- getDstField() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationship
- getEdges() - Method in class com.im.df.api.ddl.DFDataTree.Path
-
Returns the edges in the data tree path.
- getEdges() - Method in interface com.im.df.api.ddl.DFDataTree.Vertex
- getEncodedMol() - Method in class com.im.df.api.chem.MarvinStructure
- getEncodedMol() - Method in class com.im.df.api.chem.Structure
-
Get the molecule in its original String form.
- getEntities() - Method in interface com.im.df.api.ddl.DFSchema
-
Get the entities container.
- getEntity() - Method in interface com.im.df.api.ddl.DFDataTree.Vertex
- getEntity() - Method in interface com.im.df.api.ddl.DFField
- getEntity() - Method in interface com.im.df.api.ddl.DFList
-
Get the entity which this list belongs to.
- getEntity() - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Gets the entity which this EDP belongs to.
- getEntity() - Method in class com.im.df.api.support.DFUpdateDescription
- getEntity(DFTermExpression) - Static method in class com.im.df.api.dml.DFTermExpressions
-
Extracts entity from expression.
- getEntityDataProvider(DFEntity) - Method in interface com.im.df.api.dml.DFSchemaDataProvider
- getEntityDefaultStandardizer() - Method in interface com.im.df.api.capabilities.JChemEntityCapability
- getEntityID() - Method in class com.im.df.api.support.RowSetData
-
Deprecated.
- getEntityStandardizer() - Method in interface com.im.df.api.capabilities.JChemEntityCapability
-
Get the standardiser.
- getEnv() - Method in class com.im.df.api.util.xml.BasicPersister
- getErrorField() - Method in exception com.im.df.api.dml.DFRelationDataException
- getErrorMessage() - Method in interface com.im.df.api.support.DFNewTypeOptions
-
If current options are not valid, this method returns the human readable error message.
- getErrorsCount() - Method in class com.im.df.api.dml.TermErrors
-
Get the number of errors.
- getErrorsFor(DFTerm) - Method in class com.im.df.api.dml.TermErrors
-
Get the error for the given term.
- getException() - Method in interface com.im.df.api.DFSchemaProvider.StepInfo
-
Gets an exception that happened when performing the step's operations, if any.
- getException() - Method in class com.im.df.api.support.DFUpdateInfo
- getException() - Method in class com.im.df.api.support.DFUpdateResult
- getExportFormat() - Method in interface com.im.df.api.ddl.DFExportTemplate
-
Gets export format.
- getExportFormat() - Method in class com.im.df.api.dml.DFExportTemplateContent
- getExpression() - Method in interface com.im.df.api.ddl.DFQuery
-
Get the current expression of this query
- getExpression() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewCalulatedField
- getExpression() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewQuery
- getExtraOptionsText() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBField
- getExtraProperty(DFItem, Class<? extends ExtraDFItemProperty<?, ?>>) - Static method in class com.im.df.api.util.DIFUtilities
-
Deprecated.Since 5.10. Use
ExtraDFItemProperties#getExtraProperty(DFItem item, Class<? extends ExtraDFItemProperty> extraProp)
. - getExtraProperty(DFItem, Class<? extends ExtraDFItemProperty<?, ?>>) - Static method in class com.im.df.api.util.ExtraDFItemProperties
-
Gets the value of an extra property.
- getExtraPropertyValue(T, Class<? extends ExtraDFItemProperty<T, V>>) - Static method in class com.im.df.api.util.ExtraDFItemProperties
-
Gets the value of an extra property.
- getExtraSchemas() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
- getFactoryByClass(Object, Class) - Method in class com.im.df.api.util.xml.PersisterRegistry
- getFailuresCount() - Method in class com.im.df.api.util.BatchUpdater
-
Total count of failures: preparation + update calls
- getField() - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
-
Get the field the column belongs to.
- getField() - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
- getField() - Method in interface com.im.df.api.ddl.DFList
-
Get the field associated with this list.
- getField() - Method in class com.im.df.api.dml.DFTermField
-
Get the field which is wrapped by this DFTermField.
- getField() - Method in class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- getField() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ListUserItemDescription
- getField() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewList
- getField() - Method in interface com.im.df.api.support.DFSearchDomain
-
Get the field for the domain.
- getField() - Method in class com.im.df.api.support.SortDirective.Item
-
Gets the
field
. - getField(DFTermExpression) - Static method in class com.im.df.api.dml.DFTermExpressions
-
Extracts field from expression.
- getFieldClass() - Method in interface com.im.df.api.ddl.DFField
- getFieldClass() - Method in enum com.im.df.api.util.CalculatedReturnType
- getFieldId() - Method in class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- getFieldIds() - Method in interface com.im.df.api.ddl.DFExportTemplate
-
Gets field ids in the template.
- getFieldIds() - Method in class com.im.df.api.dml.DFExportTemplateContent
- getFieldInfoConstant() - Method in enum com.im.df.api.ddl.DFField.Required
-
Return corresponding constant from IJC Server API.
- getFields() - Method in interface com.im.df.api.ddl.DFEntity
-
Gets the fields in this entity.
- getFields() - Method in class com.im.df.api.support.SortDirective
-
Gets all
fields
used in thisSortDirective
. - getFieldsIds() - Method in class com.im.df.api.support.DFEntityDataEvent
- getFieldsMapping() - Method in class com.im.df.api.support.CalculableGroovyTemplate
-
Get parameters for groovy script.
- getFieldsMapping() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewCalulatedField
- getFieldType() - Method in interface com.im.df.api.support.DFDataAcceptor
- getFileName() - Method in interface com.im.df.api.ddl.DFExportTemplate
-
Gets export file name.
- getFileName() - Method in class com.im.df.api.dml.DFExportTemplateContent
- getFirstRow() - Method in class com.im.df.api.dml.DFInsertDescription
-
A convenience method, which will return the first
DFInsertDescription.InsertRow
object for this description. - getFirstVertex() - Method in class com.im.df.api.ddl.DFDataTree.Path
- getFkName() - Method in interface com.im.df.api.capabilities.DBRelationshipCapability
-
Returns the name for the foreign key constraint, if it is present.
- getFkName() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- getForeignKey() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipSimple
- getForeignKeys(DFSchema) - Static method in class com.im.df.api.util.DIFUtilities
-
Collects are FKs defined in the database schema, regardless of whether the FK is mapped to a Relationship or not.
- getFormatPattern() - Method in class com.im.df.api.support.CalcTemplate
- getFormPersisterRegistry() - Static method in class com.im.df.api.util.xml.PersisterRegistry
- getFormula() - Method in interface com.im.df.api.capabilities.DFFieldChemicalTermsCapability
-
Get the current formula.
- getFormula() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewCTField
- getForward() - Method in interface com.im.df.api.ddl.DFRelationship
-
Returns the 'forward' direction of the relationship.
- getFunction() - Method in interface com.im.df.api.capabilities.DFFieldFunctionCapability
- getGenericType() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewCTField
- getGroupFields(DFEntity) - Static method in class com.im.df.api.ddl.DFFields
-
Return fields belonging to the given entity which are appropriate to be used as a group field.
- getGroupFields(List<? extends DFField>) - Static method in class com.im.df.api.ddl.DFFields
-
Take the given
fields
and returns only those which are appropriate to be used as a group field. - getGroups() - Method in interface com.im.df.api.capabilities.FieldGroupCapability
-
Gets the list of instances representing groups that a
DFField
belongs to. - getHandle() - Method in interface com.im.df.api.ddl.DFDataTree
- getHandle() - Method in interface com.im.df.api.ddl.DFEntity
-
Gets the handle for this entity.
- getHandle() - Method in interface com.im.df.api.ddl.DFField
- getHandle() - Method in interface com.im.df.api.ddl.DFItem
-
Returns a handle to the Item.
- getHandle() - Method in interface com.im.df.api.ddl.DFList
- getHandle() - Method in interface com.im.df.api.ddl.DFQuery
- getHandle() - Method in interface com.im.df.api.ddl.DFRelationship
- getHandle() - Method in interface com.im.df.api.ddl.DFView
- getHiValue(String, DFField) - Method in class com.im.df.api.dml.Operators.LeForDecimalsOperator
- getId() - Method in interface com.im.df.api.ddl.DFItem
-
Returns an ID for the item, something by which it can be identified.
- getId() - Method in interface com.im.df.api.ddl.DFItem.Handle
- getId() - Method in class com.im.df.api.dml.DFDataTreeDataProvider.IdPathPair
-
Returns the row ID of the first vertex on the path.
- getId() - Method in class com.im.df.api.dml.DFDataTreeDataProvider.VertexUpdateResult
-
Returns the affected ID.
- getId() - Method in class com.im.df.api.dml.DFRowData
-
Gets an id of the row encapsulated in this instance.
- getId() - Method in class com.im.df.api.support.DFUpdateInfo
- getId() - Method in class com.im.df.api.util.EntityDataIterator.Entry
- getIdAt(int) - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Gets ID (primary key) at the specific position.
- getIdField() - Method in interface com.im.df.api.ddl.DFEntity
-
Gets the ID field for this entity.
- getIDField(DFResultSet.VertexState) - Static method in class com.im.df.api.ddl.DFFields
- getIdFieldColumn() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBEntity
- getIdFieldColumnInfo() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBEntity
- getIDForFirstSelectedRow(DFResultSet.VertexState, boolean) - Static method in class com.im.df.api.dml.VertexStates
-
Returns ID for the first select row in a given
VertexState
. - getIdPathPairs() - Method in class com.im.df.api.dml.DFDataTreeDataProvider.PathUpdateDescription
-
Returns all
DFDataTreeDataProvider.IdPathPair
s fromDFDataTreeDataProvider.PathUpdateDescription
. - getIds() - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Get list of all IDs (primary keys values) of all rows in this VertexState.
- getIds() - Method in class com.im.df.api.support.DFEntityDataEvent
-
Get the list of ids which were changed/removed/added.
- getIds() - Method in class com.im.df.api.util.EntityDataIterator
- getIdsFieldID() - Method in class com.im.df.api.support.DFEntityDataEvent
- getIdsForParentId(Comparable<?>, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Gets list of all IDs (primary key values) of rows in this VertexState for specific parent row ID.
- getIJCUsername(DFSchema) - Static method in class com.im.df.api.util.DIFUtilities
-
Get the username of the IJC user or null if the user has not yet logged in.
- getImpliedFK() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- getImpliedRightFK() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- getIncomingEdge() - Method in interface com.im.df.api.ddl.DFDataTree.Vertex
- getIndexOfOperand(DFTerm) - Method in class com.im.df.api.dml.DFTermExpression
-
Get index of the operand.
- getInsertedRows() - Method in class com.im.df.api.dml.DFInsertDescription
- getInsertion() - Method in class com.im.df.api.dml.DFInsertDescription.InsertRow
- getInsertionSet() - Method in class com.im.df.api.dml.DFInsertDescription
-
Returns all
DFInsertDescription
s in this operation. - getInsertOptions() - Method in class com.im.df.api.dml.DFInsertDescription
- getInsertOptions() - Method in class com.im.df.api.support.RowSetData
-
Deprecated.
- getInstance() - Method in interface com.im.df.api.ddl.DFItem.Handle
-
Returns the original DFItem instance.
- getInstance(DFSchema) - Static method in class com.im.df.api.support.DerivedNames
- getItem() - Method in exception com.im.df.api.support.IllegalItemStateException
- getItemContent() - Method in interface com.im.df.api.ddl.DFView
-
Getter for a the configuration data required to restore the view.
- getItemDescription() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ClonedUserItem
- getItemDescriptionsFor(String) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ClonedUserItem
-
Get items from the given user.
- getItems() - Method in interface com.im.df.api.ddl.DFContainer
-
Get list of all child items.
- getJChemPropertyTable() - Method in interface com.im.df.api.capabilities.JChemEntityCapability
-
Gets the name of the JChem properties table associated with this Entity.
- getJChemPropertyTable() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingJChemEntity
- getJChemPropertyTable() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- getJChemPropertyTables() - Method in interface com.im.df.api.capabilities.JChemSchemaCapability
-
Returns all known JChem Property table names in any schema.
- getJChemPropertyTables(String) - Method in interface com.im.df.api.capabilities.JChemSchemaCapability
-
Returns all known JChem Property table names.
- getJchemTableType() - Method in interface com.im.df.api.capabilities.StructureEntityCapability
-
Returns the JChem table type for this structure entity.
- getJchemTableType() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- getJdbcType() - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
-
Get the jdbc type of the column, as defined in
Types
. - getJdbcType() - Method in interface com.im.df.api.capabilities.DFFieldFunctionCapability
- getJoin() - Method in interface com.im.df.api.capabilities.DBFieldCapability
-
Gets the
SQLJoin
that defines how this field's table is connected with other tables within thetable set
. - getJoins() - Method in interface com.im.df.api.capabilities.DBEntityCapability
-
Returns the SQL joins for the entity.
- getJoinTableName() - Method in interface com.im.df.api.capabilities.DBRelationshipMtoN
-
Get the join table name in database.
- getJoinTableName() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- getJoinTableName() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipMN
- getJoinTableSchema() - Method in interface com.im.df.api.capabilities.DBRelationshipMtoN
-
Get the schema for the join table.
- getKey() - Method in enum com.im.df.api.support.WellKnownMimeTypeXAttributes
- getLabel() - Method in class com.im.df.api.capabilities.DFFieldPickListCapability.Item
-
Label of the value.
- getLabelWithValue() - Method in class com.im.df.api.capabilities.DFFieldPickListCapability.Item
-
Long text representation of the value, with actual value in parenthesis if different from label.
- getLastAccessedTime() - Method in class com.im.df.api.support.DFUserLoginInfo
-
Return time when the user last accessed the session.
- getLastExecutedQuery() - Method in interface com.im.df.api.dml.DFResultSet
-
Returns the last executed query - the query which was working when
DFResultSet.applyWorkingQuery(DFEnvironmentRW)
was called last time. - getLastStateResult() - Method in interface com.im.df.api.DFSchemaProvider
-
Gets the result of the last performed step.
- getLastVertex() - Method in class com.im.df.api.ddl.DFDataTree.Path
- getLength() - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
-
Get the length of the column.
- getListAsText(List<DFFieldPickListCapability.Item>) - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Converts list of values to plain text.
- getLists() - Method in interface com.im.df.api.ddl.DFEntity
-
Gets the lists associated with this entity.
- getLoaderScript() - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
- getLock() - Method in class com.im.df.api.dml.DFDeleteDescription
- getLock() - Method in class com.im.df.api.dml.DFInsertDescription
- getLock() - Method in class com.im.df.api.support.RowSetData
-
Deprecated.Get the
DFEntityDataProvider
's lock - getLockable() - Method in interface com.im.df.api.capabilities.IJCUserDetailsService
-
Get special lockable for this capability.
- getLockable() - Method in interface com.im.df.api.capabilities.IJCUserLoginServiceAdmin
-
Get special lockable for this capability.
- getLockable() - Method in interface com.im.df.api.ddl.DFSchema
- getLockable() - Method in interface com.im.df.api.DFSchemaProvider
-
Gets lockable for state operations.
- getLockable() - Method in interface com.im.df.api.dml.DFDataTreeDataProvider
-
Gets the lock provider only for this DFDataTreeDataProvider.
- getLockable() - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Gets the lock provider only for this EDP.
- getLockable() - Method in interface com.im.df.api.dml.DFRelationDataProvider
- getLockable() - Method in interface com.im.df.api.dml.DFResultSet
-
Gets private lockable for modifying this result set's state.
- getLockable(DBFieldCapability.DBColumn) - Static method in class com.im.df.api.util.DIFUtilities
- getLockable(DFDataTree, boolean) - Static method in class com.im.df.api.util.DIFUtilities
-
Find lockable for datatree.
- getLockable(DFEntity) - Static method in class com.im.df.api.util.DIFUtilities
- getLockable(DFEntity, boolean) - Static method in class com.im.df.api.util.DIFUtilities
- getLockable(DFField) - Static method in class com.im.df.api.util.DIFUtilities
- getLockable(DFList) - Static method in class com.im.df.api.util.DIFUtilities
- getLockable(DFQuery) - Static method in class com.im.df.api.util.DIFUtilities
- getLockable(DFRelationship) - Static method in class com.im.df.api.util.DIFUtilities
- getLockable(DFSchema) - Static method in class com.im.df.api.util.DIFUtilities
- getLockable(DFScript) - Static method in class com.im.df.api.util.DIFUtilities
- getLockable(DFView) - Static method in class com.im.df.api.util.DIFUtilities
- getLockable(DFEntityDataProvider) - Static method in class com.im.df.api.util.DIFUtilities
- getLockable(DFRelationDataProvider) - Static method in class com.im.df.api.util.DIFUtilities
- getLockable(DFResultSet) - Static method in class com.im.df.api.util.DIFUtilities
- getLockable(DFResultSet.VertexState) - Static method in class com.im.df.api.util.DIFUtilities
- getLockable(Object) - Static method in class com.im.df.api.util.DIFUtilities
-
Find the lockable for any object (DFItem or DFResultSet).
- getLogin(String) - Method in interface com.im.df.api.capabilities.IJCUserLoginService
-
Gets the login state for the specified user.
- getLookupField() - Method in class com.im.df.api.dml.DFInsertDescription
- getLookupFieldID() - Method in class com.im.df.api.support.RowSetData
-
Deprecated.
- getLoValue(String, DFField) - Method in class com.im.df.api.dml.Operators.GeForDecimalsOperator
- getManagedTables() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
-
Deprecated.Use the form that takes the dbSchema as an argument.
- getManagedTables(String) - Method in interface com.im.df.api.capabilities.DBSchemaCapability
-
Returns the set of 'managed' tables, those the schema knows about.
- getMarkushStructural() - Static method in class com.im.df.api.dml.Operators
- getMaxColumnNameLength() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
- getMaxIndexNameLength() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
- getMaxOperands() - Method in class com.im.df.api.dml.DFOperator
- getMaxSelectionIndex() - Method in class com.im.df.api.support.SelectionDescription
- getMaxTableNameLength() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
- getMe() - Method in interface com.im.df.api.capabilities.IJCUserLoginService
- getMessage() - Method in interface com.im.df.api.DFSchemaProvider.StepInfo
-
Gets a human readable summary of the step result.
- getMimeType() - Method in interface com.im.df.api.capabilities.DFFieldMimeTypeCapability
-
Mime type getter.
- getMimeType() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewMimeTypeField
- getMinOperands() - Method in class com.im.df.api.dml.DFOperator
- getMinSelectionIndex() - Method in class com.im.df.api.support.SelectionDescription
- getMissingDataID() - Method in exception com.im.df.api.util.xml.IncompleteDataException
- getMolecularDescriptors() - Method in interface com.im.df.api.capabilities.JChemEntityCapability
- getMoleculeCore() - Method in class com.im.df.api.chem.ChemUtils.MolCoreDescriptor
- getMyFieldID() - Method in class com.im.df.api.support.RowSetData.RelatedData
-
Deprecated.
- getMyRoles() - Method in interface com.im.df.api.capabilities.IJCUserLoginService
-
Get the roles for the current user.
- getName() - Method in interface com.im.df.api.ddl.DFItem
-
Getter for property name.
- getName() - Method in interface com.im.df.api.DFSchemaProvider.State
-
Gets the name of this step.
- getName() - Method in interface com.im.df.api.support.DFNewType
-
Human readable name of this new type.
- getName() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipFK
- getName() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.UserItemDescription
- getNameAbbreviation() - Method in enum com.im.df.api.ddl.DFRelationship.Type
- getNative() - Method in class com.im.df.api.chem.MarvinStructure
-
Get underlying Molecule.
- getNative() - Method in class com.im.df.api.chem.Structure
-
Get the molecule in its native format Never returns null.
- getNative2D() - Method in class com.im.df.api.chem.MarvinStructure
-
Get the Molecule in 2 dimensional representation.
- getNative2D() - Method in class com.im.df.api.chem.Structure
-
Get the molecule in 2D coordinates.
- getNativeType() - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
-
Native database column type (e.g.
- getNativeTypeDefinition() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.DBColumnInfo
- getNewDFItemName() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem
- getNewTypes() - Method in interface com.im.df.api.ddl.DFContainer
-
Get the list of all available
DFNewType
. - getNextPhaseCommand() - Method in interface com.im.df.api.DFSchemaProvider.State
-
Gets the command text for the next step.
- getNextPhaseProgressName() - Method in interface com.im.df.api.DFSchemaProvider.State
-
Gets the progress bar text for the next step.
- getNode() - Method in class com.im.df.api.util.xml.BasicPersister
-
Retrieves the current Node.
- getNullPositionAfterOrdering() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
-
Getter for the previously set value.
- getNullPositionAfterOrdering() - Method in class com.im.df.api.support.SortDirective
- getNumberOfEdges() - Method in interface com.im.df.api.capabilities.JChemEntityCapability
-
The maximum length (number of bonds) of linear substructure patterns used for fingerprints.
- getNumberOfEdges() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- getNumberOfInts() - Method in interface com.im.df.api.capabilities.JChemEntityCapability
-
The number of INTEGER columns that will contain the fingerprint info (each column will contain 4 bytes).
- getNumberOfInts() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- getNumberOfOnes() - Method in interface com.im.df.api.capabilities.JChemEntityCapability
-
The number of bits to be set for each substructure pattern.
- getNumberOfOnes() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- getOnDeleteAction() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipFK
- getOnUpdateAction() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipFK
- getOperands() - Method in class com.im.df.api.dml.DFTermExpression
-
Gets the list of operands.
- getOperator() - Method in class com.im.df.api.dml.DFTermExpression
-
Gets the operator.
- getOperator() - Method in class com.im.df.api.dml.Operators.ShortcutOperator
-
Returns the operator represented by shortcut.
- getOperators() - Method in interface com.im.df.api.dml.OperatorProvider
-
Returns the operators provided by this provider.
- getOperatorsAcceptableFor(DFField) - Static method in class com.im.df.api.dml.Operators
- getOppositeWay() - Method in enum com.im.df.api.ddl.DFRelationship.Type
- getOptions() - Method in interface com.im.df.api.DFSchemaProvider.State
-
Gets the options bean for this step.
- getOptions() - Method in class com.im.df.api.dml.DFTermExpression
-
Gets the options of the expression.
- getOptions() - Method in interface com.im.df.api.support.DFNewType
- getOrigin() - Method in interface com.im.df.api.ddl.DFDataTree.Edge
- getOriginalData() - Method in class com.im.df.api.support.DFUpdateResult
- getOriginalIds() - Method in class com.im.df.api.support.DFUpdateResult
- getOtherFieldID() - Method in class com.im.df.api.support.RowSetData.RelatedData
-
Deprecated.
- getOutgoingDirection(DFEntity, DFRelationship) - Static method in class com.im.df.api.util.DIFUtilities
- getOwner() - Method in interface com.im.df.api.capabilities.DFSharedObjectCapability
-
Get username of this DFItem's owner.
- getOwner() - Method in interface com.im.df.api.ddl.DFRelationship.Direction
- getOwnerUsername() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.UserItemDescription
- getOwnerUsername(DFUserItem) - Static method in class com.im.df.api.util.DIFUtilities
-
Try to find username of owner of given object.
- getParams() - Method in class com.im.df.api.support.CalcTemplate
- getParams() - Method in interface com.im.df.api.support.Calculable
- getParams() - Method in class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- getParams() - Method in class com.im.df.api.support.CalculableGroovyTemplate
- getParent() - Method in interface com.im.df.api.ddl.DFScript
- getPath() - Method in class com.im.df.api.dml.DFDataTreeDataProvider.IdPathPair
-
Returns the path.
- getPathFromRoot() - Method in class com.im.df.api.dml.DFTermCount
- getPaths() - Method in class com.im.df.api.dml.DFDataTreeDataProvider.PathUpdateDescription
-
Returns all the
DFDataTree.Path
s fromDFDataTreeDataProvider.PathUpdateDescription
. - getPerformanceMode() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
- getPermanentIndex() - Method in enum com.im.df.api.SchemaType
-
Stable index of each item: LOCAL=0, REMOTE=1.
- getPersisterByClass(Class) - Method in class com.im.df.api.util.xml.PersisterRegistry
- getPersisterByName(String, String) - Method in class com.im.df.api.util.xml.PersisterRegistry
- getPersisterByName(Element) - Method in class com.im.df.api.util.xml.PersisterRegistry
- getPersisterByObject(Object) - Method in class com.im.df.api.util.xml.PersisterRegistry
- getPersisterRegistry() - Method in class com.im.df.api.util.xml.BasicPersister
- getPersisterRegistry() - Method in interface com.im.df.api.util.xml.IJCPersister
-
Get PersistentRegistry for creating child factories.
- getPersistName() - Method in class com.im.df.api.dml.DFOperator
-
The name used to persist the operator.
- getPickListIfUsed(DFField) - Static method in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Gets a
DFFieldPickListCapability
instance for aDFField
. - getPreparationFailures() - Method in class com.im.df.api.util.BatchUpdater
-
Get list of indexes which failed to prepare
DFUpdateDescription
instance. - getPreviousPerformanceMode() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
- getProcessedRows() - Method in class com.im.df.api.util.BatchUpdater
-
The count of cycles which were processed so far (including failures).
- getProgressMessage(int, int) - Method in class com.im.df.api.util.BatchUpdater
-
Override this method if you want to provide customized progress message.
- getPropertyName() - Method in enum com.im.df.api.capabilities.DFDataEditCapability.Type
- getPropertyName() - Method in interface com.im.df.api.util.ExtraDFItemProperty
-
Return the code name of the property.
- getPropertyValue(PropertyDescriptor) - Method in class com.im.df.api.util.xml.BasicPersister
-
Helper method to retrieve property's value.
- getQName(Object) - Method in class com.im.df.api.util.xml.BasicPersister
- getQName(Object) - Method in interface com.im.df.api.util.xml.IJCPersister
- getQueries() - Method in interface com.im.df.api.ddl.DFDataTree
- getQueryStructural() - Static method in class com.im.df.api.dml.Operators
- getRedoPresentationName() - Method in interface com.im.df.api.support.DFUndoManager
-
Provides a localized, human readable description of the redoable form of this edit, e.g.
- getReferencedContent(String) - Method in interface com.im.df.api.util.ReferencedContentProvider
- getRelatedData() - Method in class com.im.df.api.dml.DFInsertDescription
-
Returns map of related data, which ought to be inserted as a part of the operation.
- getRelatedIds(Comparable<?>, DFTermExpression, SortDirective) - Method in interface com.im.df.api.dml.DFRelationDataProvider
-
Retrieves a mapping from 'masterIds' of the
DFRelationship.Direction.getSrcField()
to their counterparts according to the relation. - getRelatedRows() - Method in class com.im.df.api.dml.DFInsertDescription.InsertRow
- getRelationship() - Method in class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- getRelationshipDataProvider(DFRelationship.Direction) - Method in interface com.im.df.api.dml.DFSchemaDataProvider
- getRelationshipDir() - Method in interface com.im.df.api.ddl.DFDataTree.Edge
- getRelationshipDir() - Method in interface com.im.df.api.dml.DFRelationDataProvider
- getRelationshipId() - Method in class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- getRelationshipID() - Method in class com.im.df.api.support.RowSetData.RelatedData
-
Deprecated.
- getRelationships() - Method in interface com.im.df.api.ddl.DFSchema
-
Get the relationships container.
- getRelationshipType() - Method in interface com.im.df.api.ddl.DFRelationship
-
Returns type of the relationship.
- getRelativeSubSelection() - Method in class com.im.df.api.support.SelectionDescription
-
Returns subselection of this selection but with indexes relative to this selection.
- getRelType() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationship
- getRequired() - Method in interface com.im.df.api.ddl.DFField
-
Getter for property required.
- getRequired() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBField
- getRequired() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewDBField
- getRequiredRelations() - Method in class com.im.df.api.dml.DFDeleteDescription
- getRequiredRelations() - Method in class com.im.df.api.dml.DFInsertDescription
-
Finds fields, which must be filled in order to insert the row.
- getRequireds() - Method in class com.im.df.api.support.RowSetData.Row
-
Deprecated.
- getResizingSupported() - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
-
Can the column be resized and rescaled.
- getResult() - Method in interface com.im.df.api.DFSchemaProvider.State
-
Gets the result of this step.
- getResultSet() - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Gets the DFResultSet this VertexState belongs to.
- getReturnType() - Method in class com.im.df.api.support.CalculationsScriptBaseClass
-
Get the type of object that this script is expected to return.
- getReturnTypeClass() - Method in interface com.im.df.api.capabilities.DFFieldFunctionCapability
-
Get the class of the returned result type
- getReverse() - Method in interface com.im.df.api.ddl.DFRelationship
-
Returns the 'reverse' direction of the relationship.
- getRightFkName() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- getRoles() - Method in interface com.im.df.api.ddl.DFVisibilityRestriction
- getRootEntity() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewDataTree
- getRootVertex() - Method in interface com.im.df.api.ddl.DFDataTree
- getRootVertexState() - Method in interface com.im.df.api.dml.DFResultSet
-
Gets vertex state for the root vertex.
- getRowCount(DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Gets the number of rows.
- getRowCount(DFEnvironmentRO) - Method in interface com.im.df.api.support.DFDao
-
Returns the number of rows in the entity.
- getRowCount(DFEntityDataProvider) - Static method in class com.im.df.api.dml.DFEntityDataProviders
-
Calls
DFEntityDataProvider.getRowCount(DFEnvironmentRO)
passingDFEnvironmentRO
instance with message Reading total row count for '{0}'. - getRowID() - Method in class com.im.df.api.dml.DFInsertDescription.InsertRow
-
The RowID is set after the insertion takes place.
- getRowIds() - Method in class com.im.df.api.support.DFUpdateDescription
-
Current implementation can return
null
if expression is specified. - getRowIDs() - Method in class com.im.df.api.dml.DFDeleteDescription
- getRowIDs() - Method in class com.im.df.api.support.DFRelationDataEvent
- getRowList() - Method in class com.im.df.api.support.RowSetData.MultiRowData
-
Deprecated.The List of rows
- getRowList() - Method in class com.im.df.api.support.RowSetData.RowData
-
Deprecated.
- getRowList() - Method in class com.im.df.api.support.RowSetData.SingleRowData
-
Deprecated.A list containing the sole row
- getRows() - Method in class com.im.df.api.support.RowSetData.RelatedData
-
Deprecated.
- getScale() - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
-
Get the scale of the column.
- getSchema() - Method in interface com.im.df.api.ddl.DFDataTree
-
Get owner of this datatree.
- getSchema() - Method in interface com.im.df.api.ddl.DFEntity
-
Gets the IJC schema that this entity belongs to.
- getSchema() - Method in interface com.im.df.api.ddl.DFScriptParent
- getSchema() - Method in interface com.im.df.api.DFSchemaProvider.State
-
Gets the IJC schema, if available.
- getSchema() - Method in interface com.im.df.api.dml.DFSchemaDataProvider
- getSchemaDataProvider() - Method in interface com.im.df.api.dml.DFDataTreeDataProvider
-
Gets parent DFSchemaDataProvider.
- getSchemaDataProvider() - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Gets parent DFSchemaDataProvider.
- getSchemaDataProvider() - Method in interface com.im.df.api.dml.DFRelationDataProvider
- getSchemaPlusTable() - Method in interface com.im.df.api.capabilities.DBFieldCapability
-
Gets this field's table SQN.
- getSchemaProvider() - Method in interface com.im.df.api.ddl.DFSchema
- getSchemaType() - Method in interface com.im.df.api.DFSchemaProvider
-
Gets the IJC schema type.
- getScript() - Method in class com.im.df.api.support.CalculableGroovyTemplate
- getScript() - Method in interface com.im.df.api.support.Scriptable
- getScripts() - Method in interface com.im.df.api.ddl.DFScriptParent
- getScriptXml() - Method in interface com.im.df.api.ddl.DFScript
- getScriptXml() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewScript
- getSearchDomain() - Method in interface com.im.df.api.dml.DFResultSet
-
Gets the current search domain.
- getSearchOptions() - Method in class com.im.df.api.chem.ChemUtils.MolCoreDescriptor
- getSecurityConfig() - Method in interface com.im.df.api.capabilities.IJCUserLoginServiceAdmin
-
Get the security configuration.
- getSecurityConfigTemplates() - Method in interface com.im.df.api.capabilities.IJCUserLoginServiceAdmin
-
Get the available templates for security configuration
- getSelectedRowsCount() - Method in class com.im.df.api.support.SelectionDescription
- getSelectedRowsIds() - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Gets the list of row IDs for selected rows.
- getSelectedType() - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
- getSelection() - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Gets the current selection descriptor.
- getSelectSQL() - Method in interface com.im.df.api.capabilities.DFFieldFunctionCapability.Function
-
Get the SQL that retrieves the values.
- getServerAPIConstant() - Method in enum com.im.df.api.ddl.DFRelationship.Type
- getSessionStartedTime() - Method in class com.im.df.api.support.DFUserLoginInfo
-
Return time when user logged in.
- getSharing(DFEnvironmentRO) - Method in interface com.im.df.api.capabilities.DFSharedObjectCapability
-
Get the full sharing information about this object.
- getShortDescription() - Method in interface com.im.df.api.util.ExtraDFItemProperty
- getSize() - Method in interface com.im.df.api.ddl.DFList
-
Get the current number of values.
- getSize() - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Gets number of rows at this level of
result set
at this moment. - getSort() - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Gets the current sort directive.
- getSortColumnNames(boolean) - Method in interface com.im.df.api.capabilities.DBFieldCapability
-
Get the column names required to sort this field by in order that they need applying.
- getSortColumnsAscDesc(boolean) - Method in interface com.im.df.api.capabilities.DBFieldCapability
-
Get the ascendings/descendings required to sort this field by in order that they need applying
- getSorts() - Method in class com.im.df.api.support.SortDirective
-
Gets all
items
used in thisSortDirective
. - getSourceField() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- getSourceFK() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipMN
-
Returns specification of source ForeignKey.
- getSourceFKName() - Method in interface com.im.df.api.capabilities.DBRelationshipMtoN
-
Returns the name for the 1st entity FK constraint
- getSrcColumnNames() - Method in interface com.im.df.api.capabilities.DBRelationshipMtoN
-
Get the list of column names related to a source field of this relationship.
- getSrcColumnNames() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipMN
- getSrcField() - Method in interface com.im.df.api.ddl.DFRelationship.Direction
- getSrcField() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationship
- getStandardizer(JChemEntityCapability) - Static method in class com.im.df.api.chem.ChemUtils
-
Gets standardizer from
JChemEntityCapability
. - getStandardizer(DFEntity) - Static method in class com.im.df.api.chem.ChemUtils
-
Gets standardizer from entity based on
JChemEntityCapability
. - getStandardizerConfig() - Method in interface com.im.df.api.capabilities.JChemEntityCapability
-
Getter for property standardizerConfig.
- getStandardizerConfig() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- getStartingWith(String, String) - Method in class com.im.df.api.dml.DFOperator
-
Helper method to override
DFOperator.getStartingWithOperator(java.lang.String)
.
The method uses case insensitive Strings. - getStartingWithOperator(String) - Method in class com.im.df.api.dml.DFOperator
-
Calculates whether the input string is starting with the operator's String representation.
- getStartingWithOperator(String) - Method in class com.im.df.api.dml.Operators.AfterOperator
- getStartingWithOperator(String) - Method in class com.im.df.api.dml.Operators.BeforeOperator
- getState() - Method in interface com.im.df.api.DFSchemaProvider
-
Gets the current state.
- getStopReason() - Method in class com.im.df.api.util.BatchUpdater
-
Return code of the process: normally finished, cancelled or stopped after too many errors?
- getStorage() - Method in class com.im.df.api.util.xml.BasicPersister
-
Returns the current element being written to or read from.
- getStringValues() - Method in class com.im.df.api.support.DefaultValue
-
The JDBC derived defaults for each column used by the field.
- getStructureField() - Method in interface com.im.df.api.capabilities.JChemEntityCapability
-
Get the structure field.
- getStructureField(DFEntity) - Static method in class com.im.df.api.chem.ChemUtils
- getSubSelection() - Method in class com.im.df.api.support.SelectionDescription
-
Returns subselection within this selection.
- getSuccessUpdates() - Method in class com.im.df.api.util.BatchUpdater
-
Number of successful updates so far
- getSummaryMessage(BatchUpdater.StopReason, int, int, int) - Method in class com.im.df.api.util.BatchUpdater
-
Override this method if you want to provide customized operation summary message when operations is finished.
- getSupportedGenericTypes() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewCTField
- getSupportedVersionNumber() - Method in interface com.im.df.api.capabilities.JChemEntityCapability
-
Deprecated.
- getSystemTables() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
-
Returns the set of system tables created for internal purposes of IJC.
- getTable() - Method in interface com.im.df.api.capabilities.DBFieldCapability
-
Gets this field's table name.
- getTableInfo() - Method in interface com.im.df.api.capabilities.DBFieldCapability
-
Gets the
DBTableInfo
for this field's columns. - getTableInfo(SchemaQualifiedName) - Method in interface com.im.df.api.capabilities.DBSchemaCapability
-
Get information about the specified table.
- getTableInfo(String) - Method in interface com.im.df.api.capabilities.DBSchemaCapability
-
Deprecated.
- getTableInfo(String, String) - Method in interface com.im.df.api.capabilities.DBSchemaCapability
-
Get information about the specified table, possibly retrieving it from a cache.
- getTableInfos() - Method in interface com.im.df.api.capabilities.DBEntityCapability
-
Gets the descriptions of the tables used by this entity.
- getTableName() - Method in interface com.im.df.api.capabilities.DBEntityCapability
-
Gets the simple name of the primary table.
- getTableName() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.EntityDBOptions
- getTargetEntity() - Method in class com.im.df.api.dml.DFDeleteDescription
- getTargetEntity() - Method in class com.im.df.api.dml.DFInsertDescription
- getTemplateName() - Method in interface com.im.df.api.ddl.DFExportTemplate
-
Gets template name.
- getTemplateName() - Method in class com.im.df.api.dml.DFExportTemplateContent
- getTestValue() - Method in class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- getTestValue(Map<String, Object>) - Method in class com.im.df.api.support.CalculableGroovyTemplate
-
Get values without reading data from database.
- getTimePeriods() - Static method in class com.im.df.api.dml.Operators.RelativeDateOperator.TimePeriod
-
Returns the registered time periods.
- getTimePeriodsAsString() - Static method in class com.im.df.api.dml.Operators.RelativeDateOperator.TimePeriod
- getTooltip() - Method in interface com.im.df.api.capabilities.InfoCapability
- getTooltip(DFTermExpression) - Static method in class com.im.df.api.dml.Operators.RelativeDateOperator
- getToStringPart(List<DFTerm>, int) - Method in class com.im.df.api.dml.DFOperator
-
Get the part of the complete
DFOperator.toString(java.util.List)
method result. - getToStringPart(List<DFTerm>, int) - Method in class com.im.df.api.dml.Operators.BetweenOperator
- getToStringPart(List<DFTerm>, int) - Method in class com.im.df.api.dml.Operators.ErrorOperator
- getToStringPart(List<DFTerm>, int) - Method in class com.im.df.api.dml.Operators.ListOperator
- getToStringPart(List<DFTerm>, int) - Method in class com.im.df.api.dml.Operators.RelativeDateOperator
- getToStringPart(List<DFTerm>, int) - Method in class com.im.df.api.dml.Operators.SimpleLogicalOperator
- getTotalUpdatesCount() - Method in class com.im.df.api.util.BatchUpdater
-
Total expected count of loop cycles
- getType() - Method in interface com.im.df.api.ddl.DFItem
-
Getter for property type.
- getType() - Method in interface com.im.df.api.ddl.DFRelationship.Direction
- getType() - Method in class com.im.df.api.dml.DFDataTreeDataProvider.VertexUpdateResult
-
Returns the type of the update.
- getType() - Method in class com.im.df.api.dml.DFDeleteDescription
- getType() - Method in interface com.im.df.api.support.DFNewType
-
Get the code-name (implementation unique name) of this newtype.
- getType() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.UserItemDescription
- getType(Node) - Method in class com.im.df.api.util.xml.BasicPersister
-
Returns the class, used to register this Persister, as the type for all handled nodes.
- getType(Node) - Method in interface com.im.df.api.util.xml.IJCPersister
- getTypeCapability() - Method in interface com.im.df.api.capabilities.DFFieldCalculatedCapability
- getUndoManager() - Method in interface com.im.df.api.ddl.DFView
- getUndoName() - Method in class com.im.df.api.support.DFUndoConfig
-
Deprecated.Display name of undo
- getUndoPresentationName() - Method in interface com.im.df.api.support.DFUndoManager
-
Provides a localized, human readable description of the undoable form of this edit, e.g.
- getUnsupportedDatabaseOperations() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
- getUnwrappedValue() - Method in interface com.im.df.api.dml.calculated.DFWrappedValue
-
Evaluates value this provider represents.
- getUnwrappedValue(Object) - Static method in class com.im.df.api.dml.calculated.DFWrappedValues
-
If given value is instance of
DFWrappedValue
the method tries to unwrap the value and returns the result. - getUpdateFailures() - Method in class com.im.df.api.util.BatchUpdater
-
Get all failures during update method call
- getUpdateInfo() - Method in class com.im.df.api.dml.DFInsertDescription.InsertRow
- getUserLockable() - Method in interface com.im.df.api.ddl.DFSchema
-
Get universal lockable for actions working with views (adding/removing/modifying), queries and lists - it means all user's own artefacts (
DFUserItem
). - getUserLockable(DFUserItem) - Method in interface com.im.df.api.ddl.DFSchema
-
Get the lockable for user specific item.
- getUsername() - Method in class com.im.df.api.support.DFUserLoginInfo
-
Get Username of the user.
- getUsernames(Iterable<DFUserLoginInfo>) - Static method in class com.im.df.api.support.DFUserLoginInfos
-
Convert logins to usernames
- getValidFormatMsg() - Method in class com.im.df.api.dml.Operators.SimpleFieldValuesOperator
- getValidJchemTableTypes() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
-
Get the valid JChem table types.
- getValidRequiredValues() - Method in interface com.im.df.api.ddl.DFField
-
Which of the required values are valid for this field.
- getValue() - Method in class com.im.df.api.capabilities.DFFieldPickListCapability.Item
- getValue() - Method in class com.im.df.api.dml.DFDataTreeDataProvider.PathUpdateDescription.ValueWrapper
-
Returns the wrapped value.
- getValue() - Method in class com.im.df.api.dml.DFTermValue
-
Get the value which is wrapped by this class.
- getValue() - Method in interface com.im.df.api.util.ExtraDFItemProperty.Customizer
- getValue(boolean, Object) - Static method in class com.im.df.api.dml.calculated.DFWrappedValues
-
If
unwrap
istrue
and given value is instance ofDFWrappedValue
the method tries to unwrap the value and returns the result. - getValue(String) - Method in class com.im.df.api.dml.DFRowData
-
Gets value for the field with specified id.
- getValue(Map<String, Object>) - Method in class com.im.df.api.support.CalcTemplate
-
Resolve the URL (as String) for given row.
- getValue(Map<String, Object>) - Method in interface com.im.df.api.support.Calculable
- getValue(Map<String, Object>) - Method in class com.im.df.api.support.CalculableGroovyTemplate
- getValueHandler() - Method in interface com.im.df.api.capabilities.DBFieldCapability
-
Get the value handler for this field.
- getValues() - Method in interface com.im.df.api.ddl.DFList
-
Get the current list of values.
- getValues() - Method in class com.im.df.api.dml.DFDataTreeDataProvider.PathUpdateDescription
-
Returns the field value pars from the
DFDataTreeDataProvider.PathUpdateDescription
. - getValues() - Method in class com.im.df.api.dml.DFInsertDescription.InsertRow
- getValues() - Method in class com.im.df.api.dml.Operators.ShortcutOperator
-
Returns the shortcut operators values.
- getValues() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewList
- getValues() - Method in interface com.im.df.api.support.DFSearchDomain
-
Get list of ids - values of ID or other field.
- getValues() - Method in class com.im.df.api.support.RowSetData.Row
-
Deprecated.
- getValues() - Method in class com.im.df.api.util.EntityDataIterator.Entry
- getValues(DFTermExpression) - Static method in class com.im.df.api.dml.DFTermExpressions
-
Returns the values from the expression.
- getValues(DFTermExpression, DFDataConvertor) - Static method in class com.im.df.api.dml.DFTermExpressions
-
Returns the values from the expression converted with the
convertor
. - getValues(Object...) - Static method in class com.im.df.api.dml.Operators.RelativeDateOperator
- getValuesCount() - Method in class com.im.df.api.dml.DFRowData
-
Count of values in row
- getValuesToUpdate() - Method in class com.im.df.api.support.DFUpdateDescription
- getVertex() - Method in class com.im.df.api.ddl.DFDataTree.Path
-
Returns the last vertex on the path.
- getVertex() - Method in class com.im.df.api.dml.DFDataTreeDataProvider.VertexUpdateResult
-
Returns the affected Vertex.
- getVertex() - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Gets the vertex (static DDL object) for this VertexState (dynamic data DML object).
- getVertexState(DFDataTree.Vertex) - Method in interface com.im.df.api.dml.DFResultSet
-
Gets the state of this result set for particular vertex from the DFDataTree.
- getVertices() - Method in interface com.im.df.api.support.ViewDataConsumer
- getViews() - Method in interface com.im.df.api.ddl.DFDataTree
- getVisibilityRestrictions() - Method in interface com.im.df.api.ddl.DFSchema
-
Get the visibility restrictions.
- getWorkingQuery() - Method in interface com.im.df.api.dml.DFResultSet
-
Gets current working query expression.
- getWrappedData(List<? extends Comparable<?>>, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Fetches data for the specified IDs.
- getWrappedData(List<? extends Comparable<?>>, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFResultSet.VertexState
- getWrongTerms() - Method in class com.im.df.api.dml.TermErrors
-
Return list of all incorrect terms.
- getXAttribute(String) - Method in interface com.im.df.api.capabilities.XAttributeCapability
-
Gets the value of given XAttribute.
- getXAttributes() - Method in interface com.im.df.api.capabilities.XAttributeCapability
-
Returns a
Map
of all XAttributes. - getXAttributes() - Method in interface com.im.df.api.ddl.DFField
-
Gets all attributes (key-value pairs) for this field.
- giveOwnershipTo(String, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DFSharedObjectOwnerCapability
-
Give ownership of the item to another user.
- GREATER_OR_EQUALS_FOR_DECIMALS - Static variable in class com.im.df.api.dml.Operators
-
Greater or equal for decimals.
- GREATER_THAN - Static variable in class com.im.df.api.dml.Operators
-
Greater than operator - works for text, int and float.
- GREATER_THAN_OR_EQUAL - Static variable in class com.im.df.api.dml.Operators
-
Greater than or equal operator - works for text, int.
H
- handleUpdateColInfo(DBColInfo, DBColInfo) - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
- hasDefaultResultSet(DFDataTree) - Method in interface com.im.df.api.dml.DFSchemaDataProvider
-
Tests if the the DFResultSet for the given DataTree is already created.
- hasEditableValues(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Tests if values of the given field can be edited.
- hasErrors() - Method in class com.im.df.api.dml.TermErrors
-
Test if there are any errors?
- hasFailures() - Method in class com.im.df.api.util.BatchUpdater
-
Were there already any failures?
- hashCode() - Method in class com.im.df.api.capabilities.DFFieldPickListCapability.Item
- hashCode() - Method in class com.im.df.api.chem.MarvinStructure
- hashCode() - Method in class com.im.df.api.ddl.DFDataTree.Path
- hashCode() - Method in class com.im.df.api.dml.DFDataTreeDataProvider.IdPathPair
- hashCode() - Method in class com.im.df.api.dml.DFExportTemplateContent
- hashCode() - Method in class com.im.df.api.dml.DFRowData
- hashCode() - Method in class com.im.df.api.dml.DFTermExpression
- hashCode() - Method in class com.im.df.api.dml.DFTermField
- hashCode() - Method in class com.im.df.api.dml.DFTermValue
- hashCode() - Method in class com.im.df.api.support.DefaultValue
- hashCode() - Method in class com.im.df.api.support.SelectionDescription
- hashCode() - Method in class com.im.df.api.support.SortDirective
- hashCode() - Method in class com.im.df.api.support.SortDirective.Item
- hasNext() - Method in class com.im.df.api.util.EntityDataIterator
- hasValueFor(String) - Method in class com.im.df.api.dml.DFRowData
-
Determines if the encapsulated row contains data for a field.
I
- IDS - com.im.df.api.dml.DFDeleteDescription.Type
- idsChanged(DFResultSet.VertexState, List<? extends Comparable<?>>, List<? extends Comparable<?>>) - Method in interface com.im.df.api.support.ViewDataConsumer
-
Notification about change in the
VertexState
IDs. - IGNORE - Static variable in class com.im.df.api.dml.Operators
-
This is just dumb operator.
- IgnoreOperator() - Constructor for class com.im.df.api.dml.Operators.IgnoreOperator
- IJCPersister - Interface in com.im.df.api.util.xml
-
Definition of persisting IJC specific objects (DFItems, renderers, widgets, etc.) to XML.
- IJCPersister.FinishableBean - Interface in com.im.df.api.util.xml
-
Deprecated.
- IJCPersister.Reader - Interface in com.im.df.api.util.xml
- IJCPersister.Writer - Interface in com.im.df.api.util.xml
- IJCRolesInfoService - Interface in com.im.df.api.capabilities
-
Read-only informations about roles in a schema.
- IJCUserDetailsService - Interface in com.im.df.api.capabilities
-
The service for IJC user table administration.
- IJCUserLoginService - Interface in com.im.df.api.capabilities
-
This capability can be obtained from schema if user has sufficient access rights.
- IJCUserLoginServiceAdmin - Interface in com.im.df.api.capabilities
-
This capability can be obtained from DFSchema if user has sufficient access rights (probably must be admin).
- IllegalItemStateException - Exception in com.im.df.api.support
-
This exception informs DIF caller, that the item being operated on is in an invalid state to perform the operation.
- IllegalItemStateException(DFItem, String) - Constructor for exception com.im.df.api.support.IllegalItemStateException
- IllegalItemStateException(DFItem, String, Throwable) - Constructor for exception com.im.df.api.support.IllegalItemStateException
- IMAGE - com.im.df.api.support.WellKnownMimeTypeXAttributes
- IMAGE_BMP - com.im.df.api.support.WellKnownMimeTypeXAttributes
- IMAGE_EPS - com.im.df.api.support.WellKnownMimeTypeXAttributes
- IMAGE_GIF - com.im.df.api.support.WellKnownMimeTypeXAttributes
- IMAGE_JPEG - com.im.df.api.support.WellKnownMimeTypeXAttributes
- IMAGE_PNG - com.im.df.api.support.WellKnownMimeTypeXAttributes
- IMAGE_TIFF - com.im.df.api.support.WellKnownMimeTypeXAttributes
- IMPORT_OPTION_SET_CHIRAL_FLAG - Static variable in interface com.im.df.api.capabilities.JChemEntityCapability
- IN_LIST - Static variable in class com.im.df.api.dml.Operators
-
This operator takes two or more operands.
- IncompleteDataException - Exception in com.im.df.api.util.xml
-
This IOException subclass specifically describes a situation, where an item cannot be deserialized because of some missing information.
- IncompleteDataException(String, Object, Object) - Constructor for exception com.im.df.api.util.xml.IncompleteDataException
- indexOfId(Comparable<?>) - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Returns the index of the given id, if it's part of current vertex state.
- InfoCapability - Interface in com.im.df.api.capabilities
-
Allows to show textual information about item
- init() - Method in class com.im.df.api.util.xml.BasicPersister
-
Initializes the persister.
- init() - Method in interface com.im.df.api.util.xml.BasicPersisterInit
- insert(DFInsertDescription, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFSchemaDataProvider
-
Inserts complex data into one or more entities.
- insert(List<Map<String, Object>>, Map<String, Object>, DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Insert multiple new rows with these values.
- insert(Map<String, Object>, Map<String, Object>, DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Inserts a new row with these values.
- insert(Map<String, Object>, Map<String, Object>, DFEnvironmentRW) - Method in interface com.im.df.api.support.DFDao
-
Inserts new row into the entity.
- INSERT - com.im.df.api.capabilities.DFDataEditCapability.Type
- INSERT - com.im.df.api.dml.DFDataTreeDataProvider.VertexUpdateResult.Type
- insertId(Comparable<?>, boolean, DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Inserts a new row (with the specified id = primary key) to this VertexState.
- insertRow(Map<String, Object>) - Method in class com.im.df.api.dml.DFInsertDescription
-
Registers a new Row of values for this insert description.
- INTEGER - com.im.df.api.util.CalculatedReturnType
- intersection(SelectionDescription, SelectionDescription) - Static method in class com.im.df.api.support.SelectionDescription
- INVERT - com.im.df.api.ddl.DFListOperationType
-
Reverse list order.
- isAbsoluteStereo() - Method in interface com.im.df.api.capabilities.JChemEntityCapability
-
Getter for property absoluteStereo.
- isAbsoluteStereo() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- isAddingNewValuesAllowed() - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
- isAllChangesAsSingleUndo() - Method in class com.im.df.api.support.DFUndoConfig
-
Deprecated.Should all changes be grouped in a single undo operation?
- isAllData() - Method in class com.im.df.api.dml.DFTermExpression
-
Tells if this query represents "all data" query.
- isAllData() - Method in class com.im.df.api.support.DFEntityDataEvent
-
Is this event related to all rows in table? If true getIds can return
null
- isAndOr(DFOperator) - Static method in class com.im.df.api.dml.Operators
-
Return true if operator is
Operators.AND
orOperators.OR
, false otherwise. - isAscending() - Method in class com.im.df.api.support.SortDirective.Item
-
Gets the value of asc/desc flag.
- isBinary(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Test if this field is of Binary type.
- isBinaryOperation() - Method in enum com.im.df.api.ddl.DFListOperationType
-
Tests for binary operation, which accepts only 2 operands.
- isBoolean(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Test if this field is of Boolean type.
- isCalculated(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Test if this field is Calculated field.
- isCaseInsensitive(Map<String, Object>) - Static method in class com.im.df.api.dml.Operators
-
Is search case insensitive?
- isChemicalTerms(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Test if this field is Chemical terms field.
- isColumnInitialized() - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
-
Gets the initialization status.
- isColumnValid() - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
-
Gets the status of the underlying database column.
- isCompatible(DFItem) - Method in interface com.im.df.api.util.ExtraDFItemProperty
-
Check if this property can be applied to the input item.
- isConnected() - Method in class com.im.df.api.support.DFUserLoginInfo
-
Return true if user is currently logged in, otherwise false.
- isCountStar(DFTermExpression) - Static method in class com.im.df.api.dml.DFTermExpressions
-
Returns if the expression is COUNT(*).
- isCreateConstraints() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationship
- isDate(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Test if this field is of Date type.
- isDateTime() - Method in interface com.im.df.api.capabilities.DFFieldDateCapability
- isDateTime(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Informs whether field can store date and time or only date.
- isDBField(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Test if this field is DB based.
- isDeleteAllowed(E) - Method in interface com.im.df.api.ddl.DFContainer
-
Test if the given item is allowed.
- isDisctinctValues() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBField
-
Deprecated.As of release 6.3, replaced with
DFFieldPickListCapability
- isDisctinctValues() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewDBField
-
Deprecated.As of release 6.3, replaced with
DFFieldPickListCapability
- isDistinctValues() - Method in interface com.im.df.api.ddl.DFField
-
Deprecated.As of release 6.3, replaced with
DFFieldPickListCapability
- isDuplicate() - Method in class com.im.df.api.support.DFUpdateInfo
- isDuplicateFiltering() - Method in interface com.im.df.api.capabilities.JChemEntityCapability
-
Is duplicate filtering currently turned on or off.
- isDuplicateFiltering() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingJChemEntity
- isDuplicateFiltering() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- isDynamicURL(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Test if this field is of Dynamic URL type.
- isEditableValue(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Check whether or not data for the field in entity can be edited.
- isEmpty() - Method in class com.im.df.api.dml.DFDataTreeDataProvider.PathUpdateDescription
-
If the
DFDataTreeDataProvider.PathUpdateDescription
is empty. - isEmpty() - Method in class com.im.df.api.support.SelectionDescription
- isEmptyStringAllowed() - Method in class com.im.df.api.dml.Operators.SimpleFieldValuesOperator
- isEmptyStringAllowed() - Method in class com.im.df.api.dml.Operators.SimpleTextOperator
- isEmptyStructuresAllowed() - Method in interface com.im.df.api.capabilities.StructureEntityCapability
-
Says if this structure entity can store empty structures.
- isEmptyStructuresAllowed() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingJChemEntity
- isEmptyStructuresAllowed() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- isEnabled() - Method in class com.im.df.api.capabilities.DFItemStatusCapability
- isEnabled(String) - Method in interface com.im.df.api.capabilities.EnabledItemActionCapability
- isEntityDataEditable(DFEntity, DFDataEditCapability.Type) - Static method in class com.im.df.api.util.DIFUtilities
- isExpressionStructural(DFTermExpression) - Static method in class com.im.df.api.util.DIFUtilities
-
Detects structural expressions
- isExtension(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Test if this field is Extension field.
- isFieldAcceptableAsOperand(DFField) - Method in class com.im.df.api.dml.DFOperator
-
This is just an utility method which must be implemented by subclasses.
- isFieldAcceptableAsOperand(DFField) - Method in class com.im.df.api.dml.Operators.AllDataOperator
- isFieldAcceptableAsOperand(DFField) - Method in class com.im.df.api.dml.Operators.NullOperator
- isFieldAcceptableAsOperand(DFField) - Method in class com.im.df.api.dml.Operators.SimpleFieldValuesOperator
- isFieldAcceptableAsOperand(DFField) - Method in class com.im.df.api.dml.Operators.SimpleLogicalOperator
- isFieldAcceptableAsOperand(DFField) - Method in class com.im.df.api.dml.Operators.StructureOperator
- isFieldValueEditable(DFField) - Static method in class com.im.df.api.util.DIFUtilities
-
Deprecated.will be removed after IJC 5.12 version. Use
DFFields.hasEditableValues(DFField)
instead. - isFilterChildData(DFTermExpression, DFDataTree) - Static method in class com.im.df.api.dml.DFTermExpressions
-
Tells if filtering child data feature is on or off for given query.
- isFilterSearchResults() - Method in interface com.im.df.api.dml.DFResultSet
-
Deprecated.
- isFixedColumn() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBField
- isFkNameSet() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- isFloat(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Test if this field is of a decimal number type.
- isForAddingExistingItem() - Method in interface com.im.df.api.support.DFNewType
-
Is this new type used for creating new
DFItem
metaobject for some object on the physical level which already exists? DFItems are usually metadata objects for some underlayed artefacts, but this is not necessary. - isForCreatingSingleItem() - Method in interface com.im.df.api.support.DFNewType
-
Test the type of newtype.
- isForward() - Method in interface com.im.df.api.ddl.DFRelationship.Direction
- isID(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Tests whether the given field is an ID field within its owning entity.
- isImage() - Method in enum com.im.df.api.support.WellKnownMimeTypeXAttributes
- isInitial() - Method in interface com.im.df.api.DFSchemaProvider.State
-
Determines whether this step is the initial step.
- isInserted() - Method in class com.im.df.api.dml.DFInsertDescription.InsertRow
- isInteger(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Test if this field is of Integer type.
- isItemActionEnabled(DFItem, String) - Static method in class com.im.df.api.util.DIFUtilities
-
Tests if specific action is enabled for given
DFItem
usingEnabledItemActionCapability
. - isJChemBaseTable(String) - Method in interface com.im.df.api.capabilities.JChemSchemaCapability
-
Deprecated.Use the form that takes the db schema name as an argument
- isJChemBaseTable(String, String) - Method in interface com.im.df.api.capabilities.JChemSchemaCapability
-
Is this table a JChemBase table
- isJChemCartJChemBaseTable(String) - Method in interface com.im.df.api.capabilities.JChemSchemaCapability
-
Deprecated.Use the form that takes the db schema name as an argument
- isJChemCartJChemBaseTable(String, String) - Method in interface com.im.df.api.capabilities.JChemSchemaCapability
-
Is this table a cartridge table using a JChemBase table
- isJChemCartStandardTable(String) - Method in interface com.im.df.api.capabilities.JChemSchemaCapability
-
Deprecated.Use the form that takes the db schema name as an argument
- isJChemCartStandardTable(String, String) - Method in interface com.im.df.api.capabilities.JChemSchemaCapability
-
Is this table a cartridge table using a standard table
- isJChemEntity(DFEntity) - Static method in class com.im.df.api.ddl.DFEntities
-
Is this entity JChem type?
- isJChemPropertyTable(String) - Method in interface com.im.df.api.capabilities.JChemSchemaCapability
-
Deprecated.Use the form that takes the db schema name as an argument
- isJChemPropertyTable(String, String) - Method in interface com.im.df.api.capabilities.JChemSchemaCapability
-
Does this property table exist in the database
- isLoadAllChildRows() - Method in interface com.im.df.api.dml.DFResultSet
-
Deprecated.
- isLoadAllConvergentData(DFTermExpression, DFDataTree) - Static method in class com.im.df.api.dml.DFTermExpressions
-
Tells if loading all convergent child data feature is on or off for given query.
- isLoadIds(DFResultSet.VertexState) - Method in interface com.im.df.api.dml.DFResultSet
-
Retrieves whether
DFResultSet.setLoadIds(com.im.df.api.dml.DFResultSet.VertexState)
has been called for givenDFResultSet.VertexState
. - isLogical(DFTermExpression) - Static method in class com.im.df.api.dml.DFTermExpressions
-
Returns if the expression is logical.
- isMandatory() - Method in interface com.im.df.api.DFSchemaProvider.State
-
Tells if this step is mandatory.
- isMarkushJChemEntity(DFEntity) - Static method in class com.im.df.api.ddl.DFEntities
-
Determines whether a
DFEntity
is a Markush JChem entity. - isMatching(String) - Method in class com.im.df.api.dml.Operators.RelativeDateOperator.TimePeriod
-
Returns whether the input name matches with the time period.
- isMultiInterval() - Method in class com.im.df.api.support.SelectionDescription
- isMultiple(DFRelationship.Direction) - Static method in class com.im.df.api.util.DIFUtilities
-
Determines, if the relationship end has 'multiple' cardinality.
- isNaryOperation() - Method in enum com.im.df.api.ddl.DFListOperationType
-
Tests for n-ary operation, which accepts 2 or more operands.
- isNeeded() - Method in interface com.im.df.api.dml.calculated.CalculatedValueProcessor
- isNull() - Method in class com.im.df.api.support.DefaultValue
- isObsoleted() - Method in class com.im.df.api.capabilities.DFFieldPickListCapability.Item
- isOperationAllowed(DFDataEditCapability.Type) - Method in interface com.im.df.api.capabilities.DFDataEditCapability
-
Is a given type of operation allowed?
- isOracleTextIndex() - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
- isPrimitive(Class) - Method in class com.im.df.api.util.xml.BasicPersister
-
The Basic persister does not support primitive serialization, as it works with beans with [multiple] properties.
- isPrimitive(Class<?>) - Method in interface com.im.df.api.util.xml.IJCPersister
- isPrivateAndHidden() - Method in interface com.im.df.api.capabilities.DFSharedObjectCapability
-
This method provides faster access for users who don't need full sharing information, like e.g.
- isPropertyEditable(String) - Method in interface com.im.df.api.support.PropertiesEditingConfigurable
-
Test if the property of the given name can be changed or is in read-only mode.
- isQueryable() - Method in interface com.im.df.api.capabilities.DFFieldFunctionCapability.Function
-
Not all functions will be queryable, or sensible to run queries against.
- isQueryable() - Method in interface com.im.df.api.ddl.DFField
-
Test whether this field is queryable or not.
- isQueryable(DFEntity) - Static method in class com.im.df.api.ddl.DFEntities
-
Determines whether a
DFEntity
is a queryable. - isQueryCancelRequested() - Method in interface com.im.df.api.dml.DFResultSet
-
When query is running (
DFResultSet.isQueryRunning()
returns true) then this method returns provides information whether "stop query" request was already sent (usingDFResultSet.requestStopQuery()
). - isQueryRunning() - Method in interface com.im.df.api.dml.DFResultSet
-
Is query execution running now? It is also possible to register a PropertyChangeListener to this DFResultSet and listen to
DFResultSet.PROP_QUERY_IS_RUNNING
property changes. - isRelationField(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Check if column of field represents foreign key.
- isRequired() - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
-
NULL (false) or NOT NULL (true).
- isSampleProject(DFSchema) - Static method in class com.im.df.api.ddl.DFSchemas
-
Tests if given schema is the Sample project schema.
- isSelectedIndex(int) - Method in class com.im.df.api.support.SelectionDescription
- isSharedForReading() - Method in interface com.im.df.api.capabilities.DFSharedObjectCapability
-
Is the item shared to somebody for reading? If not, other users can potentially see this item in the "copy" dialogue.
- isSingleInterval() - Method in class com.im.df.api.support.SelectionDescription
- isSingleRow() - Method in class com.im.df.api.support.SelectionDescription
- isSortable() - Method in interface com.im.df.api.ddl.DFField
-
Test whether this field is sortable or not.
- isSortable(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Informs whether the field is capable to be sorted.
- isSortedByList(Map<String, Object>) - Static method in class com.im.df.api.dml.Operators
-
Is search result set sorted by a list?
- isStandard(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Test if this field is Standard field.
- isStaticURL(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Test if this field is of Static URL type.
- isStructure(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Test if this field is of Structure type.
- isStructureEntity(DFEntity) - Static method in class com.im.df.api.ddl.DFEntities
-
Is this a structure entity?
- isSuccessful() - Method in interface com.im.df.api.DFSchemaProvider.StepInfo
-
Gets the success status of the step.
- isSuccessful() - Method in class com.im.df.api.support.DFUpdateResult
- isSupportingDBSchemas() - Method in interface com.im.df.api.capabilities.DBSchemaCapability
-
Whether DB used by this schema supports DB schemas.
- isTautomerDuplicateChecking() - Method in interface com.im.df.api.capabilities.JChemEntityCapability
-
Does this JChem table use tautomer duplicate checking.
- isTautomerDuplicateChecking() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingJChemEntity
- isTautomerDuplicateChecking() - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- isText(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Test if this field is of Text type.
- isUnaryOperation() - Method in enum com.im.df.api.ddl.DFListOperationType
-
Tests for unary operation, which accepts only 1 operand.
- isUndoEnabled() - Method in class com.im.df.api.support.DFUndoConfig
-
Deprecated.Is undo enabled?
- isURL(DFField) - Static method in class com.im.df.api.ddl.DFFields
-
Test if this field is of URL type.
- isUsingDbAuthentication() - Method in interface com.im.df.api.capabilities.IJCUserLoginServiceAdmin
-
Checks if the user has set his security to be authenticated by DB login.
- isValid() - Method in interface com.im.df.api.capabilities.DFSharedObjectOwnerCapability
-
The owner capability may be invalidated by passing the item ownership to another user.
- isValid() - Method in interface com.im.df.api.ddl.DFDataTree.Vertex
-
Get the status of this vertex.
- isValid() - Method in interface com.im.df.api.ddl.DFItem
-
Return the validity of this item.
- isValid() - Static method in class com.im.df.api.ddl.DFItems.Predicates
- isValid() - Method in class com.im.df.api.support.CalcTemplate
- isValid() - Method in interface com.im.df.api.support.DFNewTypeOptions
-
Is current configuration valid? It means can I use it now for create() method call now?
- isValid(int) - Method in enum com.im.df.api.ddl.DFListOperationType
-
Tests if operation is valid for given number of operands.
- isValidForItem(DFItem) - Method in enum com.im.df.api.capabilities.DFDataEditCapability.Type
- isValueReady() - Method in interface com.im.df.api.dml.calculated.DFWrappedValue
- isValueValid() - Method in interface com.im.df.api.util.ExtraDFItemProperty.Customizer
-
This method isn't named isValid, because there are some implementations, which are JComponents where isValid is already defined for other purposes.
- isVirtual(DFEntity) - Static method in class com.im.df.api.ddl.DFEntities
-
Determines whether a
DFEntity
is a virtual entity. - iterator() - Method in class com.im.df.api.support.SelectionDescription
J
- JCHEM_SEARCH_OPTIONS - Static variable in class com.im.df.api.util.LegacyConstants
-
key for structure search options
- JChemBaseEntityCapability - Interface in com.im.df.api.capabilities
-
Represents the capabilities of an DFEntity that is based on a JChemBase table.
- JChemCartridgeCapability - Interface in com.im.df.api.capabilities
-
Represents the capabilities of an DFEntity that is based on a JChem cartridge table.
- JChemCartridgeJChemBaseCapability - Interface in com.im.df.api.capabilities
-
Marker interface for cart/jcb entities.
- JChemCartridgeStandardCapability - Interface in com.im.df.api.capabilities
-
Marker interface for cart/std entities.
- JChemEntityCapability - Interface in com.im.df.api.capabilities
-
A JChem database table (table containing structures).
- JChemSchemaCapability - Interface in com.im.df.api.capabilities
-
Schema's capability specially for JChem structure tables.
- join(DFDeleteDescription) - Method in class com.im.df.api.dml.DFDeleteDescription
L
- LAST - Static variable in class com.im.df.api.dml.Operators
-
Last operator, used for relative date queries.
- LAST_14_DAYS - Static variable in class com.im.df.api.dml.Operators
-
Shortcut for Last 14 Days query.
- LAST_7_DAYS - Static variable in class com.im.df.api.dml.Operators
-
Shortcut for Last 7 Days query.
- leaveElement() - Method in class com.im.df.api.util.xml.BasicPersister
-
Leave the element entered using
BasicPersister.enterElement(java.lang.String, org.openide.util.Lookup)
. - LeForDecimalsOperator() - Constructor for class com.im.df.api.dml.Operators.LeForDecimalsOperator
- LegacyConstants - Class in com.im.df.api.util
-
This class contains a few constants which must be in DIF API because of compatibility.
- LESS_OR_EQUALS_FOR_DECIMALS - Static variable in class com.im.df.api.dml.Operators
-
Less or equal for decimals.
- LESS_THAN - Static variable in class com.im.df.api.dml.Operators
-
Less than operator - works for text, int and float.
- LESS_THAN_OR_EQUAL - Static variable in class com.im.df.api.dml.Operators
-
Less than or equal operator - works for text, int.
- LIKE - Static variable in class com.im.df.api.dml.Operators
-
LIKE text based operator.
- LIST - com.im.df.api.support.CalculableGroovyTemplate.CalcOperation
- LIST_NULLS - com.im.df.api.support.CalculableGroovyTemplate.CalcOperation
- ListOperator(String, String, String) - Constructor for class com.im.df.api.dml.Operators.ListOperator
- load() - Method in interface com.im.df.api.capabilities.DFFieldPickListCapability.FieldBridge
-
Loads properties of this
DFFieldPickListCapability
. - load(Lookup, Object, Element) - Method in class com.im.df.api.util.xml.PersisterRegistry
- load(Lookup, Object, Element, DFEnvironmentRO) - Method in class com.im.df.api.util.xml.PersisterRegistry
- LOAD_ALL_CHILDREN_ROWS - Static variable in interface com.im.df.api.capabilities.DBDataTreeCapability
-
XAttributes
property name that toggles loading of all convergent child IDs. - loadBean(String, Object, Lookup) - Static method in class com.im.df.api.util.xml.XMLUtils
- loadBean(String, Object, Lookup, PersisterRegistry) - Static method in class com.im.df.api.util.xml.XMLUtils
- LOADER_SCRIPT - com.im.df.api.capabilities.DFFieldPickListCapability.PickListType
-
The list of value is provided by a groovy script.
- loadExistingValuesForField() - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Loads current existing values from field using
DFEntityDataProvider
. - loadForm(DFView) - Static method in class com.im.df.api.ddl.DFViews
-
Load model from the given view.
- loadGrid(DFView) - Static method in class com.im.df.api.ddl.DFViews
-
Load model from the given view.
- loadObject(Class, Node, Object) - Method in class com.im.df.api.util.xml.BasicPersister
-
Loads an object from the specified Node (attribute or element).
- loadUserByUsername(String) - Method in interface com.im.df.api.capabilities.IJCUserDetailsService
-
Redefined from UserDetalsSevice interface so that security and transaction can be annotated.
- LOCAL - com.im.df.api.SchemaType
-
Local (embedded) database.
- logoutUser(String) - Method in interface com.im.df.api.capabilities.IJCUserLoginServiceAdmin
-
Logout the specified user (means kill his connection).
M
- makeXmlPretty(String) - Static method in class com.im.df.api.util.xml.XMLUtils
- makeXmlPretty(Document) - Static method in class com.im.df.api.util.xml.XMLUtils
- MANY_TO_MANY - com.im.df.api.ddl.DFRelationship.Type
-
One row in the left entity corresponds to potentially more rows in the right entity.
- MANY_TO_ONE - com.im.df.api.ddl.DFRelationship.Type
-
One row in the right entity corresponds to potentially more rows in the left entity.
- MarvinStructure - Class in com.im.df.api.chem
-
A representation of a molecular structure that uses the ChemAxon
Molecule
as its native format. - MarvinStructure() - Constructor for class com.im.df.api.chem.MarvinStructure
-
Creates a new instance of MarvinStructure with an empty Molecule.
- MarvinStructure(Molecule) - Constructor for class com.im.df.api.chem.MarvinStructure
-
Create a new instance with a molecule specified as a Marvin Molecule instance.
- MarvinStructure(String) - Constructor for class com.im.df.api.chem.MarvinStructure
-
Create a new instance with the structure specified as a String.
- MarvinStructure(String, boolean) - Constructor for class com.im.df.api.chem.MarvinStructure
-
Create, but optionally check that the molecule is a valid.
- match(String) - Static method in class com.im.df.api.dml.Operators.RelativeDateOperator.TimePeriod
-
Returns time period matching with the input string.
- MAX_ROW_COUNT - Static variable in class com.im.df.api.support.DFUndoConfig
-
Deprecated.Maximum number of rows that can be undoable when deleting rows.
- merge(SortDirective, DFField, boolean) - Static method in class com.im.df.api.support.SortDirective
- mergeDomainFilterWithExpression(DFTermExpression, DFSearchDomain) - Static method in class com.im.df.api.dml.DFTermsFactory
-
When DFSearchDomain is used this method adds a new IN LIST expression with domain's ids to given expression set.
- mimeTypeCanBeNull() - Method in interface com.im.df.api.capabilities.DFFieldMimeTypeCapability
-
Tests if mime type is mandatory.
- minus(Number, Number) - Method in class com.im.df.api.support.CalculationsScriptBaseClass
-
Subtract two numbers.
- MONTHS - Static variable in class com.im.df.api.dml.Operators.RelativeDateOperator.TimePeriod
-
Time period representing months.
- move(SelectionDescription, int, int) - Static method in class com.im.df.api.support.SelectionDescription
- multiply(Number...) - Method in class com.im.df.api.support.CalculationsScriptBaseClass
-
Generate the product of the non-null values.
- multiply(Collection<Number>) - Method in class com.im.df.api.support.CalculationsScriptBaseClass
-
Generate the product of the non-null values.
- MultiRowData() - Constructor for class com.im.df.api.support.RowSetData.MultiRowData
-
Deprecated.
N
- name - Variable in class com.im.df.api.dml.Operators.RelativeDateOperator.TimePeriod
-
The display name of time period.
- newJChemSearchOptionsFromOld(JChemSearchOptions, DFOperator) - Method in interface com.im.df.api.capabilities.JChemEntityCapability
- newJChemSearchOptionsFromOld(JChemSearchOptions, DFOperator) - Method in interface com.im.df.api.capabilities.StructureEntityCapability
-
Creates new JChemSearchOptions based on old options for the specific operator.
- newListName(DFListOperationType, String[]) - Static method in class com.im.df.api.ddl.DFListOperation
- newListName(DFListOperationType, List<String>) - Static method in class com.im.df.api.ddl.DFListOperation
-
Creates new list name based on list operation and list names.
- next() - Method in class com.im.df.api.util.EntityDataIterator
- NO_VALUES - Static variable in class com.im.df.api.dml.DFInsertDescription
- NONE - com.im.df.api.dml.DFDeleteDescription.Type
- NORMALLY_FINISHED - com.im.df.api.util.BatchUpdater.StopReason
- NOT_CONTAINS - Static variable in class com.im.df.api.dml.Operators
-
NOT_CONTAINS text based operator (a short cut for NOT LIKE '%foo%').
- NOT_ENDS_WITH - Static variable in class com.im.df.api.dml.Operators
-
NOT_ENDS_WITH text based operator (a short cut for NOT LIKE '%foo').
- NOT_EQUALS - Static variable in class com.im.df.api.dml.Operators
-
Not equal operator - works for text, int, date.
- NOT_IN_LIST - Static variable in class com.im.df.api.dml.Operators
-
This operator takes two or more operands.
- NOT_LIKE - Static variable in class com.im.df.api.dml.Operators
-
NOT LIKE text based operator.
- NOT_NULL - Static variable in class com.im.df.api.dml.Operators
-
Unary operator - takes any field and test if the value is NOT NULL.
- NOT_STARTS_WITH - Static variable in class com.im.df.api.dml.Operators
-
NOT_STARTS_WITH text based operator (a short cut for NOT LIKE 'foo%').
- NOT_USED - com.im.df.api.capabilities.DFFieldPickListCapability.PickListType
-
Pick list functionality is switched off.
- NULL - Static variable in class com.im.df.api.dml.Operators
-
Unary operator - takes any field and test if the value is NULL.
- NullOperator(String, String) - Constructor for class com.im.df.api.dml.Operators.NullOperator
O
- ObjectOwnedByOtherUserException - Exception in com.im.df.api.support
-
This exception is thrown from a
DFLockable.obtainLock(java.lang.String)
when the object is already locked. - ObjectOwnedByOtherUserException(DFLockable, String, Throwable) - Constructor for exception com.im.df.api.support.ObjectOwnedByOtherUserException
-
Creates a new instance of ObjectOwnedByOtherUserException
- of(String) - Static method in enum com.im.df.api.support.WellKnownMimeTypeXAttributes
-
Gets mime type instance based on given
mimeType
parameter. - OFF - Static variable in class com.im.df.api.support.DFUndoConfig
-
Deprecated.
- onConnect(DFSchema, String) - Method in interface com.im.df.api.support.DFSchemaInitHandler
-
Called on schema connect.
- onDisconnect(DFSchema, String) - Method in interface com.im.df.api.support.DFSchemaInitHandler
-
Called on schema disconnect.
- ONE_TO_MANY - com.im.df.api.ddl.DFRelationship.Type
-
One row in the left entity corresponds to potentially more rows in the right entity.
- ONE_TO_ONE - com.im.df.api.ddl.DFRelationship.Type
-
One row in the left entity corresponds to max.
- onInvalidate(T, Callback<? super T>) - Static method in class com.im.df.api.ddl.DFItems
-
Registers the callback to be performed on item invalidation.
- OPENDOCUMENT_ODF - com.im.df.api.support.WellKnownMimeTypeXAttributes
- OPENDOCUMENT_ODP - com.im.df.api.support.WellKnownMimeTypeXAttributes
- OPENDOCUMENT_ODS - com.im.df.api.support.WellKnownMimeTypeXAttributes
- OPENDOCUMENT_ODT - com.im.df.api.support.WellKnownMimeTypeXAttributes
- openModalProgressDialog() - Method in interface com.im.df.api.support.DFFeedbackWithModalProgressDialog
-
Opens progress bar as a modal dialog.
- OPENOFFICE_CALC - com.im.df.api.support.WellKnownMimeTypeXAttributes
- OPENOFFICE_CHART - com.im.df.api.support.WellKnownMimeTypeXAttributes
- OPENOFFICE_DRAW - com.im.df.api.support.WellKnownMimeTypeXAttributes
- OPENOFFICE_IMPRESS - com.im.df.api.support.WellKnownMimeTypeXAttributes
- OPENOFFICE_MATH - com.im.df.api.support.WellKnownMimeTypeXAttributes
- OPENOFFICE_WRITER - com.im.df.api.support.WellKnownMimeTypeXAttributes
- operation(DFListOperationType, List<List<T>>) - Static method in class com.im.df.api.ddl.DFListOperation
-
Creates new list values based on list operation and given list values.
- OperatorProvider - Interface in com.im.df.api.dml
-
Provider for operators.
- Operators - Class in com.im.df.api.dml
-
The well known built-in operators for
DFTermExpression
. - Operators.AfterOperator - Class in com.im.df.api.dml
-
Used in date fields instead of
Operators.GREATER_THAN
. - Operators.AllDataOperator - Class in com.im.df.api.dml
-
Represents all data.
- Operators.BeforeOperator - Class in com.im.df.api.dml
-
Used in date fields instead of
Operators.LESS_THAN
. - Operators.BetweenOperator - Class in com.im.df.api.dml
-
A special class for Between operator.
- Operators.EqualsForDecimalsOperator - Class in com.im.df.api.dml
-
A special class for "=" operator for decimal numbers.
- Operators.ErrorOperator - Class in com.im.df.api.dml
-
A special class for "ERROR" operator.
- Operators.GeForDecimalsOperator - Class in com.im.df.api.dml
-
Responsible for ">=" operator for decimal numbers.
- Operators.IgnoreOperator - Class in com.im.df.api.dml
-
A special class for dumb IGNORE operator.
- Operators.LeForDecimalsOperator - Class in com.im.df.api.dml
-
Responsible for "<=" operator for decimal numbers.
- Operators.ListOperator - Class in com.im.df.api.dml
-
IN LIST and NOT IN LIST operators.
- Operators.NullOperator - Class in com.im.df.api.dml
-
IS NULL/ IS NOT NULL operators.
- Operators.RelativeDateOperator - Class in com.im.df.api.dml
-
Operator for relative date queries.
- Operators.RelativeDateOperator.TimePeriod - Class in com.im.df.api.dml
-
Class representing time periods like days, months, years.
When introducing newOperators.RelativeDateOperator.TimePeriod
make a new private static implementation, introduce a public static final field inOperators.RelativeDateOperator.TimePeriod
and add it to theOperators.RelativeDateOperator.TimePeriod.TIME_PERIODS
. - Operators.ShortcutOperator - Class in com.im.df.api.dml
-
Shortcut operator is used to define a shortcut for existing operator with predefined operands.
- Operators.SimpleFieldValuesOperator - Class in com.im.df.api.dml
-
Currently we support only "Field Operator [Value, [Value, ...]]" formats.
- Operators.SimpleLogicalOperator - Class in com.im.df.api.dml
-
Class for AND/OR operators.
- Operators.SimpleTextOperator - Class in com.im.df.api.dml
-
Operators for strings.
- Operators.StructureOperator - Class in com.im.df.api.dml
-
Class for all Structure based operators.
- OR - com.im.df.api.ddl.DFListOperationType
-
Set union.
- OR - Static variable in class com.im.df.api.dml.Operators
-
Logical OR operator.
- ORDER_NULL_BY_DB_DEFAULT - com.im.df.api.capabilities.DBSchemaCapability.NullPositionAfterOrdering
- ORDER_NULL_FIRST - com.im.df.api.capabilities.DBSchemaCapability.NullPositionAfterOrdering
- ORDER_NULL_LAST - com.im.df.api.capabilities.DBSchemaCapability.NullPositionAfterOrdering
P
- parse(DFEntity, String) - Static method in class com.im.df.api.support.SortDirective
- parse(String, DFDataConvertor) - Static method in class com.im.df.api.support.DefaultValue
-
Try to parse from string representation (created e.g.
- parse(T, String) - Method in interface com.im.df.api.util.ExtraDFItemProperty
-
Parses string value of property and returns instance of desired type
S
. - parseExceptionException() - Method in class com.im.df.api.chem.MarvinStructure
- parseOperands(DFField, String) - Method in class com.im.df.api.dml.DFOperator
- parseOperands(DFField, String) - Method in class com.im.df.api.dml.Operators.AllDataOperator
- parseOperands(DFField, String) - Method in class com.im.df.api.dml.Operators.BetweenOperator
- parseOperands(DFField, String) - Method in class com.im.df.api.dml.Operators.ListOperator
- parseOperands(DFField, String) - Method in class com.im.df.api.dml.Operators.RelativeDateOperator
- parseOperands(DFField, String) - Method in class com.im.df.api.dml.Operators.SimpleFieldValuesOperator
- parseOperands(DFField, String) - Method in class com.im.df.api.dml.Operators.SimpleLogicalOperator
- parseOperands(DFField, String) - Method in class com.im.df.api.dml.Operators.StructureOperator
- parseValuesFromText(String) - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Parses values from text.
- PersisterRegistry - Class in com.im.df.api.util.xml
- PersisterRegistry() - Constructor for class com.im.df.api.util.xml.PersisterRegistry
- PersisterRegistry.FormPersisterRegistry - Interface in com.im.df.api.util.xml
- PK - com.im.df.api.util.DIFUtilities.FKSearchType
- popElement() - Method in class com.im.df.api.util.xml.BasicPersister
-
Pops an element.
- prepareRequest(RelationalDataRequest) - Method in interface com.im.df.api.support.ViewDataConsumer
-
Consumer is supposed to fill in a given request if it's missing some data.
- prettyPrint(DFContainer<? extends DFItem>) - Static method in class com.im.df.api.ddl.DFItems
-
Calls
DFItems.prettyPrint(DFContainer, boolean)
with second parameter asfalse
. - prettyPrint(DFContainer<? extends DFItem>, boolean) - Static method in class com.im.df.api.ddl.DFItems
-
Utility method supposed to be used during IJC development only.
- prettyPrintTree(DFDataTree.Vertex) - Static method in class com.im.df.api.dml.Vertices
-
Pretty-prints tree having given
DFDataTree.Vertex
as a root. - proceedToNextState(DFEnvironmentRW) - Method in interface com.im.df.api.DFSchemaProvider
-
Performs operations implemented in this schema init step.
- PROP_ABSOLUTE_STEREO - Static variable in interface com.im.df.api.capabilities.JChemEntityCapability
- PROP_ABSOLUTE_STEREO - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- PROP_ADDING_NEW_VALUES_ALLOWED - Static variable in class com.im.df.api.capabilities.DFFieldPickListCapability
- PROP_CACHE_TIMEOUT - Static variable in class com.im.df.api.capabilities.DFFieldPickListCapability
- PROP_CALC_TEMPLATE - Static variable in interface com.im.df.api.capabilities.DFFieldCalcCapability
- PROP_CALC_TEMPLATE - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewDynamicURLField
- PROP_CAPABILITIES - Static variable in interface com.im.df.api.ddl.DFItem
- PROP_CASE_INSENSITIVE_SEARCH - Static variable in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
- PROP_COLUMN_DEFINITION - Static variable in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
- PROP_COLUMN_NAME - Static variable in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
- PROP_COLUMN_NAME - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.DBColumnInfo
- PROP_COLUMN_NAMES - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBField
- PROP_COLUMN_VALID - Static variable in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
- PROP_COLUMNS - Static variable in interface com.im.df.api.capabilities.DBFieldCapability
-
Property code name for columns array property.
- PROP_CONFIGURATION - Static variable in interface com.im.df.api.ddl.DFViewContent
- PROP_CONSTANT_LIST - Static variable in class com.im.df.api.capabilities.DFFieldPickListCapability
- PROP_CREATE_FOREIGN_KEY - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationship
- PROP_DATA_TREES - Static variable in interface com.im.df.api.ddl.DFSchema
-
Fired when
data trees
of this schema had changed. - PROP_DEFAULT_SORT - Static variable in interface com.im.df.api.capabilities.DBEntityCapability
-
XAttributes
property name that describes default sort order of an entity. - PROP_DEFAULT_VALUE - Static variable in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
- PROP_DEFAULT_VALUE - Static variable in interface com.im.df.api.ddl.DFField
- PROP_DEFAULT_VALUE - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBField
- PROP_DESCRIPTION - Static variable in interface com.im.df.api.ddl.DFItem
- PROP_DESCRIPTION - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem
- PROP_DEST_COLUMN_NAMES - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipMN
- PROP_DEST_FIELD - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- PROP_DEST_FIELD - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationship
- PROP_DEST_FK - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipMN
- PROP_DISTINCT_VALUES - Static variable in interface com.im.df.api.ddl.DFField
-
Deprecated.As of release 6.3, replaced with
DFFieldPickListCapability
- PROP_DOMAIN - Static variable in interface com.im.df.api.capabilities.DBEntityCapability
-
The JChem property table name, named "domain" for historical reasons.
- PROP_DOMAIN - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- PROP_DUPLICATE_FILTERING - Static variable in interface com.im.df.api.capabilities.JChemEntityCapability
- PROP_DUPLICATE_FILTERING - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingJChemEntity
- PROP_DUPLICATE_FILTERING - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- PROP_EDGES - Static variable in interface com.im.df.api.ddl.DFDataTree.Vertex
-
Fired when there was a change in edges incident to this vertex.
- PROP_EMPTY_STRUCTURES_ALLOWED - Static variable in interface com.im.df.api.capabilities.JChemEntityCapability
- PROP_EMPTY_STRUCTURES_ALLOWED - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingJChemEntity
- PROP_EMPTY_STRUCTURES_ALLOWED - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- PROP_ENTITIES - Static variable in interface com.im.df.api.ddl.DFSchema
-
Fired when
entities
of this schema had changed. - PROP_ERROR_MESSAGE - Static variable in interface com.im.df.api.support.DFNewTypeOptions
- PROP_EXPRESSION - Static variable in interface com.im.df.api.ddl.DFQuery
- PROP_EXPRESSION - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewQuery
- PROP_EXTRA_SCHEMAS - Static variable in interface com.im.df.api.capabilities.DBSchemaCapability
- PROP_FIELD - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewList
- PROP_FIELDS - Static variable in interface com.im.df.api.ddl.DFEntity
-
The 'fields' property name.
- PROP_FK_NAME - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- PROP_FOREIGN_KEY - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipSimple
- PROP_FORMULA - Static variable in interface com.im.df.api.capabilities.DFFieldChemicalTermsCapability
- PROP_FORMULA - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewCTField
- PROP_FUNCTION - Static variable in interface com.im.df.api.capabilities.DFFieldFunctionCapability
- PROP_GENERIC_TYPE - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewCTField
- PROP_HIDE_IN_NEW_ROW_DIALOG - Static variable in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
-
This property if set to true will hide the field from the New Row Dialog
- PROP_ID - Static variable in interface com.im.df.api.ddl.DFItem
- PROP_ID_FIELD_COLUMN - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBEntity
- PROP_IDS - Static variable in interface com.im.df.api.dml.DFResultSet.VertexState
-
Fired when the IDs of the vertex state have changed.
- PROP_IMPLIED_FK - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- PROP_IMPLIED_RIGHT_FK - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- PROP_ITEM_DESCRIPTION - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ClonedUserItem
-
Property name - current item's description.
- PROP_JCHEM_PROPERTY_TABLE - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingJChemEntity
- PROP_JCHEM_PROPERTY_TABLES - Static variable in interface com.im.df.api.capabilities.JChemSchemaCapability
- PROP_JCHEM_TABLE_TYPE - Static variable in interface com.im.df.api.capabilities.JChemEntityCapability
- PROP_JCHEM_TABLE_TYPE - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- PROP_JDBC_TYPE - Static variable in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
- PROP_JOIN_TABLE_NAME - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- PROP_JOIN_TABLE_NAME - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipMN
- PROP_LAST_EXECUTED_QUERY - Static variable in interface com.im.df.api.dml.DFResultSet
- PROP_LENGTH - Static variable in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
- PROP_LISTS - Static variable in interface com.im.df.api.ddl.DFEntity
-
The 'lists' property name.
- PROP_LOADER_SCRIPT - Static variable in class com.im.df.api.capabilities.DFFieldPickListCapability
- PROP_MIME_TYPE - Static variable in interface com.im.df.api.capabilities.DFFieldMimeTypeCapability
- PROP_MIME_TYPE - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewMimeTypeField
- PROP_NAME - Static variable in interface com.im.df.api.ddl.DFItem
- PROP_NAME - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipFK
- PROP_NATIVE_TYPE_DEFINITION - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.DBColumnInfo
- PROP_NEW_DFITEM_NAME - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem
- PROP_NUMBER_OF_EDGES - Static variable in interface com.im.df.api.capabilities.JChemEntityCapability
- PROP_NUMBER_OF_EDGES - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- PROP_NUMBER_OF_INTS - Static variable in interface com.im.df.api.capabilities.JChemEntityCapability
- PROP_NUMBER_OF_INTS - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- PROP_NUMBER_OF_ONES - Static variable in interface com.im.df.api.capabilities.JChemEntityCapability
- PROP_NUMBER_OF_ONES - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- PROP_ON_DELETE_ACTION - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipFK
- PROP_ON_UPDATE_ACTION - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipFK
- PROP_ORACLETEXTINDEX - Static variable in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
- PROP_OWNER - Static variable in interface com.im.df.api.capabilities.DFSharedObjectCapability
-
Code name of 'owner' property.
- PROP_PICK_LIST_VALUES - Static variable in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Property name for values.
- PROP_QUERIES - Static variable in interface com.im.df.api.ddl.DFDataTree
- PROP_QUERY_IS_RUNNING - Static variable in interface com.im.df.api.dml.DFResultSet
-
Fired just before a new query is going to be applied or just after its application has finished.
- PROP_REL_TYPE - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationship
- PROP_RELATIONSHIPS - Static variable in interface com.im.df.api.ddl.DFSchema
-
Fired when
relationships
of this schema had changed. - PROP_REQUIRED - Static variable in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
- PROP_REQUIRED - Static variable in interface com.im.df.api.ddl.DFField
- PROP_REQUIRED - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBField
- PROP_RIGHT_FK_NAME - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- PROP_ROOT_ENTITY - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewDataTree
- PROP_SCALE - Static variable in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
- PROP_SCRIPT_XML - Static variable in interface com.im.df.api.ddl.DFScript
- PROP_SCRIPT_XML - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewScript
- PROP_SCRIPTS - Static variable in interface com.im.df.api.ddl.DFScriptParent
- PROP_SEARCH_DOMAIN - Static variable in interface com.im.df.api.dml.DFResultSet
-
Fired when
search domain
for this result set is changed. - PROP_SELECTED_TYPE - Static variable in class com.im.df.api.capabilities.DFFieldPickListCapability
- PROP_SELECTION - Static variable in interface com.im.df.api.dml.DFResultSet.VertexState
-
Fired when the selection of the vertex state has change.
- PROP_SHARING - Static variable in interface com.im.df.api.capabilities.DFSharedObjectCapability
-
Code name of 'sharing' property.
- PROP_SORT - Static variable in interface com.im.df.api.dml.DFResultSet.VertexState
-
Fired when the
sort directive
of the vertex state has changed. - PROP_SOURCE_FIELD - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- PROP_SOURCE_FK - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipMN
- PROP_SRC_COLUMN_NAMES - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipMN
- PROP_SRC_FIELD - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationship
- PROP_STANDARDIZER_CONFIG - Static variable in interface com.im.df.api.capabilities.JChemEntityCapability
- PROP_STANDARDIZER_CONFIG - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- PROP_STATE - Static variable in interface com.im.df.api.DFSchemaProvider
-
This property is fired whenever state changes.
- PROP_STRUCTURE_COLUMN_NAME - Static variable in interface com.im.df.api.capabilities.JChemEntityCapability
- PROP_SUPPLEMENTAL_TABLES - Static variable in interface com.im.df.api.capabilities.DBSchemaCapability
-
Name for the 'supplemental tables' property.
- PROP_TABLE_NAME - Static variable in interface com.im.df.api.capabilities.DBEntityCapability
-
The 'tableName' property name.
- PROP_TABLE_NAME - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.EntityDBOptions
- PROP_TABLES - Static variable in interface com.im.df.api.capabilities.DBSchemaCapability
-
Name for the 'allTableNames' property.
- PROP_TAUTOMER_DUPLICATE_CHECKING - Static variable in interface com.im.df.api.capabilities.JChemEntityCapability
- PROP_TAUTOMER_DUPLICATE_CHECKING - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingJChemEntity
- PROP_TAUTOMER_DUPLICATE_CHECKING - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- PROP_TYPE - Static variable in interface com.im.df.api.ddl.DFItem
- PROP_VALID - Static variable in interface com.im.df.api.ddl.DFDataTree.Vertex
-
Fired when validity of this vertex has changed.
- PROP_VALID - Static variable in interface com.im.df.api.ddl.DFItem
- PROP_VALID - Static variable in interface com.im.df.api.support.DFNewTypeOptions
- PROP_VALID_JCHEM_TABLE_TYPES - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- PROP_VALUES - Static variable in interface com.im.df.api.ddl.DFList
-
Property name for 'values' property.
- PROP_VALUES - Static variable in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewList
- PROP_VIEWS - Static variable in interface com.im.df.api.capabilities.DBSchemaCapability
-
TODO unused property
- PROP_VIEWS - Static variable in interface com.im.df.api.ddl.DFDataTree
- PROP_WORKING_QUERY - Static variable in interface com.im.df.api.dml.DFResultSet
- PROP_XATTRIBUTES - Static variable in interface com.im.df.api.capabilities.XAttributeCapability
-
Property whose change is fired on any change of extra attribute.
- PropertiesEditingConfigurable - Interface in com.im.df.api.support
-
This is an extension of many DIF objects to provide hints to user interface code to be able to recognise what properties are editable and which are not.
- PropertiesEditingConfigurable.Extra - Interface in com.im.df.api.support
-
Some elements can also provide ability to lock editing of a property for some time.
- propertyChange(PropertyChangeEvent) - Method in class com.im.df.api.util.DIFUtilities.SchemaReadyRunnable
-
You should not override this method, because it is invoking other methods in this object
- pushElement(String) - Method in class com.im.df.api.util.xml.BasicPersister
-
Generates an element and makes it "current", so write* helper methods will all use it.
- putOptions(DFTermExpression, Map<String, Object>) - Static method in class com.im.df.api.dml.DFTermExpressions
-
Adds given options to the given query.
- putValue(CalculatedValueProcessor<?>, DFWrappedValue) - Method in class com.im.df.api.dml.calculated.CalculatedValueProcessors
-
Creates task which read value for valueWrapper and then put it to value processor.
- putXAttribute(String, String, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.XAttributeCapability
-
Sets the XAttribute of given key-value pair.
- putXAttribute(String, String, DFEnvironmentRW) - Method in interface com.im.df.api.ddl.DFField
-
Stores an attribute (key-value pair) for this field.
Q
- queryForData(DFDataTree.Vertex, List<? extends DFField>, List<? extends Comparable<?>>) - Method in interface com.im.df.api.dml.DFSchemaDataProvider
-
Deprecated.
- queryForData(DFDataTree.Vertex, List<? extends Comparable<?>>, List<? extends DFField>, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFSchemaDataProvider
-
Fetches
fields
values identified byrowIds
. - queryForData(DFTermExpression, List<? extends DFField>, SortDirective, EarlyResultsConsumer, boolean, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Deprecated.since 14.8.18 use
the variant without filterOutNulls
, the parameterfilterOutNulls
is ignored since 14.8.18 and the method always behaves as iffilterOutNulls = true
. The only difference usingfilterOutNulls = false
could make was that this method could bring one more row. QueryingWHERE id = NULL
doesn't generally make sense and the previous implementation would return at most one row for all nulls anyway. - queryForData(DFTermExpression, List<? extends DFField>, SortDirective, EarlyResultsConsumer, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Gets the values of selected fields of the entity that match the specified query.
- queryForIds(DFDataTree, DFTermExpression, SortDirective, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFEntityDataProvider
- queryForIds(DFDataTree, DFTermExpression, SortDirective, EarlyResultsConsumer, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFSchemaDataProvider
-
Gets the IDs (primary key values) of the root entity of the provided data tree that matches the specified query.
- queryForIds(DFEntity, DFDataTree, DFTermExpression, SortDirective, EarlyResultsConsumer, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFSchemaDataProvider
-
Gets the IDs (primary key values) of the provided entity that matches the specified query.
- queryForIds(DFTermExpression, SortDirective, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Gets the IDs (primary key values) of the entity that match the specified query.
- queryForIds(DFTermExpression, SortDirective, EarlyResultsConsumer, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Gets the IDs (primary key values) of the entity that match the specified query.
- queryForValues(DFTermExpression, DFField, SortDirective, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Gets the values of selectedField of the entity that match the specified query.
R
- read(String, Object) - Method in class com.im.df.api.util.xml.BasicPersister
- read(String, Object) - Method in interface com.im.df.api.util.xml.IJCPersister.Reader
- readAttr(String, boolean) - Method in class com.im.df.api.util.xml.BasicPersister
- readAttr(String, int) - Method in class com.im.df.api.util.xml.BasicPersister
- readAttr(String, String) - Method in class com.im.df.api.util.xml.BasicPersister
- readAttribute(Object) - Method in class com.im.df.api.util.xml.BasicPersister
- readBeanProperties() - Method in class com.im.df.api.util.xml.BasicPersister
- readBeanProperty(PropertyDescriptor) - Method in class com.im.df.api.util.xml.BasicPersister
- readCollection(Class<ITEM>, String, boolean) - Method in class com.im.df.api.util.xml.BasicPersister
- readCollection(Class, Class, String, String, Collection) - Method in class com.im.df.api.util.xml.BasicPersister
- readCollection(Class, Class, String, Collection, boolean) - Method in class com.im.df.api.util.xml.BasicPersister
-
Reads a collection of items.
- readCollectionProperty(PropertyDescriptor) - Method in class com.im.df.api.util.xml.BasicPersister
- readElement(Object) - Method in class com.im.df.api.util.xml.BasicPersister
- readMap(Class, Class, Class, String, String, Map) - Method in class com.im.df.api.util.xml.BasicPersister
- readMapProperty(PropertyDescriptor) - Method in class com.im.df.api.util.xml.BasicPersister
- readObjectPolymorphic(String, Object) - Method in class com.im.df.api.util.xml.BasicPersister
- readObjectStatic(Class, String, Object) - Method in class com.im.df.api.util.xml.BasicPersister
-
Reads a statically-typed Object from the current element.
- readPrimitiveProperty(PropertyDescriptor) - Method in class com.im.df.api.util.xml.BasicPersister
- readResolve(Lookup) - Method in interface com.im.df.api.util.xml.IJCPersister.FinishableBean
-
Deprecated.Informs the bean that the reading of properties has been finished.
- rebuildIndex(DBIndexInfo, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DBIndexCapability
-
Rebuild the specified index.
- redo(DFEnvironmentRO) - Method in interface com.im.df.api.support.DFUndoableEdit
-
Re-do this edit.
- redo(DFEnvironmentRO) - Method in interface com.im.df.api.support.DFUndoManager
-
Re-apply the edit, assuming that it has been undone.
- ReferencedContentProvider - Interface in com.im.df.api.util
- registerListenerToDataTree(DFDataTree, PropertyChangeListener) - Static method in class com.im.df.api.util.DIFUtilities
-
Register listener to the datatree as well as to all its vertexes, entities and their fields.
- registerWhenSchemaReady(DFSchemaProvider, DIFUtilities.SchemaReadyRunnable) - Static method in class com.im.df.api.util.DIFUtilities
-
Register to schema provider to be notified about schema providers status changes.
- RelatedData(RowSetData, String, String, String) - Constructor for class com.im.df.api.support.RowSetData.RelatedData
-
Deprecated.
- relationAdded(DFRelationDataEvent) - Method in interface com.im.df.api.support.DFRelationDataListener
- relationRemoved(DFRelationDataEvent) - Method in interface com.im.df.api.support.DFRelationDataListener
- RelativeDateOperator() - Constructor for class com.im.df.api.dml.Operators.RelativeDateOperator
-
Constructs new operator.
- reload(DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Reloads row ids (primary keys) and data just for this VertexState.
- reload(DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFResultSet
-
Reloads row ids (primary keys) and data for this DFResultSet.
- reloadData() - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Reloads data for this EDP.
- REMOTE - com.im.df.api.SchemaType
-
Direct connection to remote database
- remove() - Method in class com.im.df.api.util.EntityDataIterator
- remove(E, boolean, DFEnvironmentRW) - Method in interface com.im.df.api.ddl.DFContainer
-
Removes the child item from the container (clear metadata) and destroy underlying artefacts if requested.
- removeChangeListener(ChangeListener) - Method in interface com.im.df.api.support.DFUndoManager
- removeDFEntityDataListener(DFEntityDataListener) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Unregisters an listener to be notified about data changes in this entity data provider.
- removeDFRelationDataListener(DFRelationDataListener) - Method in interface com.im.df.api.dml.DFRelationDataProvider
- removeEdge(DFDataTree.Edge, DFEnvironmentRW) - Method in interface com.im.df.api.ddl.DFDataTree.Vertex
-
Remove the existing outgoing edge starting in this vertex.
- removeFields(SortDirective, Iterable<? extends DFField>) - Static method in class com.im.df.api.support.SortDirective
-
Removes
fields
fromSortDirective
. - removeIds(List<? extends Comparable<?>>, DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Removes the rows (with the specified ids = primary key) from this VertexState.
- removeJChemPropertyTable(String, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.JChemSchemaCapability
-
Deprecated.Use the form that takes the db schema name as an argument
- removeJChemPropertyTable(String, String, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.JChemSchemaCapability
-
Removes this property table from the database.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
- removePropertyChangeListener(PropertyChangeListener) - Method in interface com.im.df.api.ddl.DFDataTree.Vertex
-
Unregister listener to changes in this vertex.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface com.im.df.api.ddl.DFItem
-
Removes PropertyChangeListener from the list of listeners.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface com.im.df.api.DFSchemaProvider
- removePropertyChangeListener(PropertyChangeListener) - Method in interface com.im.df.api.dml.DFResultSet
-
Unregisters property change listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Unregisters PropertyChangeListener from this VertexState.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface com.im.df.api.support.DFNewTypeOptions
- removePropertyChangeListener(PropertyChangeListener) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipFK
- removePropertyChangeListener(PropertyChangeListener) - Method in interface com.im.df.api.util.ExtraDFItemProperty.Customizer
- removeRelation(Comparable<?>, Set<? extends Comparable<?>>, DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFRelationDataProvider
-
Breaks relations between 'idMaster' row in the master entity and 'removeIDs' rows of the detail entity.
- removeSubExpression(DFTermExpression, DFTermExpression) - Static method in class com.im.df.api.util.DIFUtilities
- removeTable(String, String, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DBSchemaCapability
- replaceSubExpression(DFTermExpression, DFTermExpression, DFTermExpression) - Static method in class com.im.df.api.util.DIFUtilities
- requestStopQuery() - Method in interface com.im.df.api.dml.DFResultSet
-
If query is currently running (see also
DFResultSet.isQueryRunning()
then it is possible to request stop query execution. - requiresConfirmation() - Method in interface com.im.df.api.DFSchemaProvider.State
-
Tells if this step requires user confirmation.
- resolveAllData(DFEnvironmentRO) - Method in interface com.im.df.api.capabilities.VirtualEntityCapability
- resolveCountStar(DFTermExpression, DFEnvironmentRO) - Method in interface com.im.df.api.capabilities.VirtualEntityCapability
- resolveIncomingRelationship(DFTermExpression, DFEntity, DFEnvironmentRO) - Method in interface com.im.df.api.capabilities.VirtualEntityCapability
- resolveOutgoingRelationship(DFTermExpression, DFEntity, DFEnvironmentRO) - Method in interface com.im.df.api.capabilities.VirtualEntityCapability
- resultsNotify(Map<DFUpdateDescription, DFUpdateResult>) - Method in class com.im.df.api.util.BatchUpdater
-
Notifies about result of batch update method call.
- retrieveDistinctValues(String) - Method in interface com.im.df.api.support.DFDao
-
Retrieves all distinct values from the
field
. - retrieveDistinctValuesForField(DFField, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Gets the List of distinct values for this field.
- retrieveDistinctValuesForField(String) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Deprecated.This method doesn't respect the entity SQL filter parameter, use
DFEntityDataProvider.retrieveDistinctValuesForField(com.im.df.api.ddl.DFField, com.im.commons.progress.DFEnvironmentRO)
- retrieveMolecule(String, Object) - Method in class com.im.df.api.chem.Structure
-
Retrieve a particular representation of the molecule from the store
- retrieveMolecules(String, Object) - Method in class com.im.df.api.chem.Structure
- retrieveValues(List<Comparable<?>>, Map<Comparable<?>, Map<String, Object>>) - Method in interface com.im.df.api.capabilities.DFFieldExtensionCapability
-
Retrieves or calculates field values for all row ids.
- Row() - Constructor for class com.im.df.api.support.RowSetData.Row
-
Deprecated.
- RowData() - Constructor for class com.im.df.api.support.RowSetData.RowData
-
Deprecated.
- rowsAdded(DFEntityDataEvent) - Method in interface com.im.df.api.support.DFEntityDataListener
-
Row(s) was added.
- rowsDeleted(DFEntityDataEvent) - Method in interface com.im.df.api.support.DFEntityDataListener
-
Some rows were deleted.
- RowSetData - Class in com.im.df.api.support
-
Deprecated.DO NOT USE THIS STRUCTURE. Use
DFInsertDescription
instead. - RowSetData(String, String, DFLock, Map<String, Object>) - Constructor for class com.im.df.api.support.RowSetData
-
Deprecated.Creates a new RowSetData.
- RowSetData.MultiRowData - Class in com.im.df.api.support
-
Deprecated.Data for a set of rows that are to be inserted
- RowSetData.RelatedData - Class in com.im.df.api.support
-
Deprecated.Data whose insertion has a dependency on some other data, either needing to be inserted prior to or subsequent to the data.
- RowSetData.Row - Class in com.im.df.api.support
-
Deprecated.An individual row whose values can be set
- RowSetData.RowData - Class in com.im.df.api.support
-
Deprecated.
- RowSetData.SingleRowData - Class in com.im.df.api.support
-
Deprecated.Data for a set of rows that are to be inserted
- rowsUpdated(DFEntityDataEvent) - Method in interface com.im.df.api.support.DFEntityDataListener
-
Some values in some rows were updated.
- run() - Method in class com.im.df.api.util.BatchUpdater
-
Starts the process.
S
- safeEqualsIgnoreCase(String, String) - Static method in class com.im.df.api.util.DIFUtilities
- safeEqualsLists(List<String>, List<String>) - Static method in class com.im.df.api.util.DIFUtilities
- save(Lookup, Object, Document) - Method in class com.im.df.api.util.xml.PersisterRegistry
- save(Lookup, Object, Document, DFEnvironmentRO) - Method in class com.im.df.api.util.xml.PersisterRegistry
- save(Lookup, Object, Node) - Method in class com.im.df.api.util.xml.PersisterRegistry
- saveBean(Object, Lookup) - Static method in class com.im.df.api.util.xml.XMLUtils
- saveBean(Object, Lookup, PersisterRegistry) - Static method in class com.im.df.api.util.xml.XMLUtils
- schemaChanged(InvocationDescription, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.SchemaRefreshCapability
-
Notifies schema with external change.
- schemaClosed() - Method in class com.im.df.api.util.DIFUtilities.SchemaReadyRunnable
-
This method is invoked when schema become completely disconnected and appear in initial state again
- schemaReady(DFSchemaProvider, DFSchema) - Method in class com.im.df.api.util.DIFUtilities.SchemaReadyRunnable
-
This method is invoked when schema is ready.
- SchemaReadyRunnable() - Constructor for class com.im.df.api.util.DIFUtilities.SchemaReadyRunnable
- SchemaRefreshCapability - Interface in com.im.df.api.capabilities
-
Allows to update schema independently by changes made by other DIF instances.
- SchemaServiceCapability - Interface in com.im.df.api.capabilities
-
Only empty superclass of services capabilities which can be obtained from
DFSchema
. - schemaStateChanged(DFSchemaProvider.State, DFSchemaProvider.State) - Method in class com.im.df.api.util.DIFUtilities.SchemaReadyRunnable
-
This method is invoked always when schema provider's status is changed
- SchemaType - Enum in com.im.df.api
-
All supported types of schema.
- SCRIPT_CLOSURE_NAME - Static variable in class com.im.df.api.capabilities.DFFieldPickListCapability
-
The name of closure which is used in script loader to load the values.
- Scriptable - Interface in com.im.df.api.support
-
Script for CalculatedField.
- selectionChanged(DFResultSet.VertexState, SelectionDescription, SelectionDescription) - Method in interface com.im.df.api.support.ViewDataConsumer
-
Notifies about change in selection from
from
selection toto
selection in a givenVertexState
. - SelectionDescription - Class in com.im.df.api.support
-
Generic description of selection.
- serialize(S) - Method in interface com.im.df.api.util.ExtraDFItemProperty
-
Opposite of parse.
- setAbsoluteStereo(boolean) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- setAbsoluteStereo(boolean, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.JChemEntityCapability
-
Setter for property absoluteStereo.
- setAddingNewValuesAllowed(boolean, DFEnvironmentRW) - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Specifies whether user is able to insert into database a new value, not just those provided by this pick list.
- setBean(T) - Method in class com.im.df.api.util.xml.BasicPersister
-
Sets the bean instance.
- setBeanClass(Class) - Method in class com.im.df.api.util.xml.BasicPersister
- setBeanClass(Class<?>) - Method in interface com.im.df.api.util.xml.BasicPersisterInit
- setCacheTimeoutInSec(int, DFEnvironmentRW) - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Sets timeout for the internal cache of the values (in seconds).
- setCalcOperation(CalculableGroovyTemplate.CalcOperation) - Method in class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- setCalcTemplate(CalcTemplate) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewDynamicURLField
- setCalcTemplate(Calculable, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DFFieldCalcCapability
-
Set the new template.
- setClassBeanInfo(BeanInfo) - Method in class com.im.df.api.util.xml.BasicPersister
- setClassBeanInfo(BeanInfo) - Method in interface com.im.df.api.util.xml.BasicPersisterInit
- setColumnBaseName(String) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewDBField
-
Set a base name for the columns.
- setColumnName(String) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.DBColumnInfo
- setColumnName(String, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
-
Set the new name of the column.
- setColumnNames(String[]) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBField
- setConfiguration(String, DFEnvironmentRW) - Method in interface com.im.df.api.ddl.DFViewContent
-
Store the configuration of this view.
- setConstantList(List<DFFieldPickListCapability.Item>, DFEnvironmentRW) - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Sets constant list of values.
- setContentProvider(ReferencedContentProvider) - Method in interface com.im.df.api.util.ReferencedContentProvider
- setContext(Lookup) - Method in class com.im.df.api.util.xml.BasicPersister
-
Sets a new context.
- setCreateConstraints(boolean) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationship
-
Instructs the NT to create the DB constraints on the table
- setDefaultValue(DefaultValue) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewDBField
- setDefaultValue(DefaultValue, DFEnvironmentRW) - Method in interface com.im.df.api.ddl.DFField
-
Set the default value to use for this field if none is specified.
- setDescription(String) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem
-
Sets description for the item
- setDescription(String, DFEnvironmentRW) - Method in interface com.im.df.api.ddl.DFItem
-
Sets the description.
- setDestField(DFField) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- setDisctinctValues(boolean) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBField
-
Deprecated.As of release 6.3, replaced with
DFFieldPickListCapability
- setDisctinctValues(boolean) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewDBField
-
Deprecated.As of release 6.3, replaced with
DFFieldPickListCapability
- setDissimilarityScore(Molecule, float) - Static method in class com.im.df.api.chem.ChemUtils
-
Sets dissimilarity score property to target molecule.
- setDistinctValues(boolean, DFEnvironmentRW) - Method in interface com.im.df.api.ddl.DFField
-
Deprecated.As of release 6.3, replaced with
DFFieldPickListCapability
- setDstColumnNames(List<String>) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipMN
-
Sets names for columns that represent FK into the destination table
- setDstField(DFField) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationship
- setDuplicateFiltering(boolean) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingJChemEntity
- setDuplicateFiltering(boolean) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- setDuplicateFiltering(boolean, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.JChemEntityCapability
-
Setter for property duplicateFiltering.
- setEmptyStructuresAllowed(boolean) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingJChemEntity
- setEmptyStructuresAllowed(boolean) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- setEmptyStructuresAllowed(boolean, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.JChemEntityCapability
-
Setter for property emptyStructuresAllowed.
- setEncodedMol(String) - Method in class com.im.df.api.chem.Structure
-
Deprecated.
- setEnv(DFEnvironmentRO) - Method in class com.im.df.api.util.xml.BasicPersister
- setException(ScriptException) - Method in interface com.im.df.api.dml.calculated.CalculatedValueProcessor
-
It sets exception throws during script execution.
- setExportFormat(ExportFileType) - Method in class com.im.df.api.dml.DFExportTemplateContent
- setExpression(DFTermExpression) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewQuery
- setExpression(DFTermExpression, DFEnvironmentRW) - Method in interface com.im.df.api.ddl.DFQuery
-
Set new expression value.
- setExpression(FieldInfo.Script) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewCalulatedField
- setExtraSchemas(List<String>, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DBSchemaCapability
- setField(DFField) - Method in class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- setField(DFField) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewList
- setFieldId(String) - Method in class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- setFieldIds(List<String>) - Method in class com.im.df.api.dml.DFExportTemplateContent
- setFieldsMapping(Map<String, CalculableGroovyTemplate.FieldDetails>) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewCalulatedField
-
Set parameters for calculations.
- setFileName(String) - Method in class com.im.df.api.dml.DFExportTemplateContent
- setFilterChildData(DFTermExpression, boolean) - Static method in class com.im.df.api.dml.DFTermExpressions
-
Sets filtering of child data for given query.
- setFixedColumn(boolean) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBField
-
column cannot be changed in customizer
- setFkName(SchemaQualifiedName) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- setFormula(String) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewCTField
-
Set the formula for chemical terms field.
- setFormula(String, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DFFieldChemicalTermsCapability
-
Set the new formula.
- setFormulaSync(String) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewCTField
-
Sets the formula synchronously.
- setGenericType(GenericColumnType) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewCTField
- setGenericTypeSync(GenericColumnType) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewCTField
-
Sets generic type of new field and waits for its validation.
- setIdColumnName(String) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewSQLEntity
-
Sets the ID column name.
- setIdColumnTypeInt(boolean) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewSQLEntity
-
Setter for using integer based ID column.
- setIdColumnTypeStr(boolean) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewSQLEntity
-
Setter for using string based ID column.
- setIdFieldColumn(String) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBEntity
- setInsertOptions(Map<String, Object>) - Method in class com.im.df.api.dml.DFInsertDescription
- setItemDescription(DFNewTypeWellKnownOptions.UserItemDescription) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ClonedUserItem
-
Set current item description.
- setItemsOrder(List<? extends E>, DFEnvironmentRW) - Method in interface com.im.df.api.ddl.DFContainer
-
Change the order of child items according to items parameter
- setJChemPropertyTable(SchemaQualifiedName) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- setJchemTableType(int) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- setJoinTableName(SchemaQualifiedName) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- setJoinTableName(SchemaQualifiedName) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipMN
-
Sets the join table name
- setJoinTableName(String, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DBRelationshipMtoN
-
Rename the join table in database.
- setLength(int, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
-
Set the length of the column.
- setLoadAllChildRows(boolean, DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFResultSet
-
Deprecated.
- setLoadAllConvergentData(DFTermExpression, boolean) - Static method in class com.im.df.api.dml.DFTermExpressions
-
Sets loading of all convergent child data for given query.
- setLoaderScript(String, DFEnvironmentRW) - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Sets the groovy script list which should provides the list of values.
- setLoadIds(DFResultSet.VertexState) - Method in interface com.im.df.api.dml.DFResultSet
-
Calling this method signals that IDs for given
DFResultSet.VertexState
should be (re)loaded from database. - setLock(DFLock) - Method in class com.im.df.api.dml.DFDeleteDescription
- setLock(DFLock) - Method in class com.im.df.api.dml.DFInsertDescription
- setLookupField(DFField) - Method in class com.im.df.api.dml.DFInsertDescription
- setMimeType(String) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewMimeTypeField
- setMimeType(String, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DFFieldMimeTypeCapability
-
Sets the mime type.
- setName(SchemaQualifiedName) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipFK
- setName(String, DFEnvironmentRW) - Method in interface com.im.df.api.ddl.DFItem
-
Setter for property name.
- setNameSafe(SchemaQualifiedName) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipFK
- setNativeTypeDefinition(DBDatabaseInfo.NativeType) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.DBColumnInfo
- setNewDFItemName(String) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem
-
Set name for the item to be created.
- setNewDFItemNameSafe(String) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem
-
Set name for the item to be created.
- setNode(Node) - Method in class com.im.df.api.util.xml.BasicPersister
- setNullPositionAfterOrdering(DBSchemaCapability.NullPositionAfterOrdering, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DBSchemaCapability
-
Sets the current value for ordering of nulls in the DB.
- setNumberOfEdges(int) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- setNumberOfInts(int) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- setNumberOfOnes(int) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- setOnDeleteAction(String) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipFK
- setOnUpdateAction(String) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipFK
- setOperationAllowed(DFDataEditCapability.Type, boolean, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DFDataEditCapability
-
Sets new editable flag for the specified type of operation.
- setParams(List<String>) - Method in class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- setPerformanceMode(SchemaInfo.PerformanceMode, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DBSchemaCapability
- setPersisterRegistry(PersisterRegistry) - Method in class com.im.df.api.util.xml.BasicPersister
- setPersisterRegistry(PersisterRegistry) - Method in interface com.im.df.api.util.xml.IJCPersister
-
Set PersistentRegistry for creating child factories.
- setPropertyAttributes(Map<String, String>) - Method in class com.im.df.api.util.xml.BasicPersister
- setPropertyAttributes(Map<String, String>) - Method in interface com.im.df.api.util.xml.BasicPersisterInit
- setPropertyEditable(String, boolean, DFEnvironmentRW) - Method in interface com.im.df.api.support.PropertiesEditingConfigurable.Extra
-
Set a new value of editable flag to the given property.
- setQName(QName) - Method in class com.im.df.api.util.xml.BasicPersister
- setQName(QName) - Method in interface com.im.df.api.util.xml.BasicPersisterInit
- setQueryIsRunning(boolean) - Method in interface com.im.df.api.support.ViewDataConsumer
-
Notifies that query in the underlaying
DFResultSet
has just been run or that its application has just finished. - setRelationshipId(String) - Method in class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- setRelType(DFRelationship.Type) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationship
-
Sets relationship type.
- setRequired(DFField.Required) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBField
- setRequired(DFField.Required) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewDBField
- setRequired(DFField.Required, DFEnvironmentRW) - Method in interface com.im.df.api.ddl.DFField
-
Setter for property required.
- setRequiredValue(String, Object) - Method in class com.im.df.api.support.RowSetData.Row
-
Deprecated.
- setReturnType(Class<?>) - Method in class com.im.df.api.support.CalculationsScriptBaseClass
-
Set the type of object that this script is expected to return.
- setRightFkName(SchemaQualifiedName) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- setRootEntity(DFEntity) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewDataTree
- setRowID(Comparable<?>) - Method in class com.im.df.api.dml.DFInsertDescription.InsertRow
-
Sets this insertion's row ID.
- setScale(int, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DBFieldCapability.DBColumn
-
Set the scale of the column.
- setScriptXml(ScriptXml) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewScript
- setScriptXml(ScriptXml, DFEnvironmentRW) - Method in interface com.im.df.api.ddl.DFScript
- setSearchDomain(DFSearchDomain, DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFResultSet
-
Makes an IDs constraint for query (only subset of DB table given by domain is searched).
- setSelectedType(DFFieldPickListCapability.PickListType, DFEnvironmentRW) - Method in class com.im.df.api.capabilities.DFFieldPickListCapability
-
Sets the method how the list of values is provided.
- setSelection(SelectionDescription, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Set selection on this level of result set.
- setSharing(DFSharing, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DFSharedObjectOwnerCapability
-
Change the sharing status of the object.
- setSort(SortDirective, DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFResultSet.VertexState
-
Sets sort on this level of result set.
- setSourceField(DFField) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingRelationship
- setSql(String) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewSQLEntity
-
Sets the SQL statement what will be used to define the entity.
- setSrcColumnNames(List<String>) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationshipMN
-
Sets names for columns that represent FK into the source table
- setSrcField(DFField) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewRelationship
- setStandardizerConfig(String) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- setStandardizerConfig(String, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.JChemEntityCapability
-
Setter for property standardizerConfig.
- setStorage(Element) - Method in class com.im.df.api.util.xml.BasicPersister
-
Sets the current element to a specific node.
- setTableName(SchemaQualifiedName) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.EntityDBOptions
- setTableName(String, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DBEntityCapability
-
Sets the primary table name.
- setTautomerDuplicateChecking(boolean) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
- setTemplateName(String) - Method in class com.im.df.api.dml.DFExportTemplateContent
- setTestValue(String) - Method in class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- setUpdateInfo(DFUpdateInfo) - Method in class com.im.df.api.dml.DFInsertDescription.InsertRow
-
Sets the UpdateInfo after the row is inserted.
- setValidJchemTableTypes(int[]) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewJChemBaseEntity
-
Set the possible JChem table types to these types.
- setValue(VALUE) - Method in interface com.im.df.api.dml.calculated.CalculatedValueProcessor
- setValueForAllRows(String, Object) - Method in class com.im.df.api.support.RowSetData.MultiRowData
-
Deprecated.Set the value of a field for all current rows.
- setValueForAllRows(String, Object) - Method in class com.im.df.api.support.RowSetData.RowData
-
Deprecated.
- setValueForAllRows(String, Object) - Method in class com.im.df.api.support.RowSetData.SingleRowData
-
Deprecated.
- setValueForCurrentRow(String, Object) - Method in class com.im.df.api.support.RowSetData.RowData
-
Deprecated.Set the value for the current row.
- setValues(List) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewList
- setValues(List, DFEnvironmentRW) - Method in interface com.im.df.api.ddl.DFList
-
Set new list of values for this list (for this list's field).
- setWorkingQuery(DFTermExpression, DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFResultSet
-
Sets the query which will be used in next
DFResultSet.applyWorkingQuery(DFEnvironmentRW)
method call. - ShortcutOperator(String, String, Class[], DFOperator, Object[]) - Constructor for class com.im.df.api.dml.Operators.ShortcutOperator
-
Constructor for shortcut operator.
- SimpleFieldValuesOperator(String, String, int, Class[]) - Constructor for class com.im.df.api.dml.Operators.SimpleFieldValuesOperator
- SimpleFieldValuesOperator(String, String, int, Class[], boolean) - Constructor for class com.im.df.api.dml.Operators.SimpleFieldValuesOperator
- SimpleFieldValuesOperator(String, String, Class[]) - Constructor for class com.im.df.api.dml.Operators.SimpleFieldValuesOperator
- SimpleFieldValuesOperator(String, String, String, int, int, Class[], boolean) - Constructor for class com.im.df.api.dml.Operators.SimpleFieldValuesOperator
- SimpleFieldValuesOperator(String, String, String, int, Class[]) - Constructor for class com.im.df.api.dml.Operators.SimpleFieldValuesOperator
- SimpleLogicalOperator(String, String) - Constructor for class com.im.df.api.dml.Operators.SimpleLogicalOperator
- SimpleTextOperator(String, String, String) - Constructor for class com.im.df.api.dml.Operators.SimpleTextOperator
- SimpleTextOperator(String, String, String, Class[]) - Constructor for class com.im.df.api.dml.Operators.SimpleTextOperator
- SINGLE - com.im.df.api.support.CalculableGroovyTemplate.CalcOperation
- SINGLE_PRECISION - Static variable in interface com.im.df.api.capabilities.DFFieldFloatCapability
-
Determines if single precision
Float
should be used for decimal number fields. - SingleRowData() - Constructor for class com.im.df.api.support.RowSetData.SingleRowData
-
Deprecated.
- size() - Method in class com.im.df.api.util.EntityDataIterator
- SORT_ASC - com.im.df.api.ddl.DFListOperationType
-
Sort in ascending order.
- SORT_DESC - com.im.df.api.ddl.DFListOperationType
-
Sort in descending order.
- SortDirective - Class in com.im.df.api.support
-
The sorting definition for a
DFDataTree
. - SortDirective.Item - Class in com.im.df.api.support
-
A single item in a
SortDirective
. - sortDirectiveChanged(DFResultSet.VertexState, SortDirective, SortDirective) - Method in interface com.im.df.api.support.ViewDataConsumer
-
Notification that sort directive of a
VertexState
has changed. - SORTED_BY_LIST - Static variable in class com.im.df.api.dml.Operators
-
Flag for sorting result set using a list.
- sortIds(List<? extends Comparable<?>>, SortDirective, DFEnvironmentRO) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Gets these IDs for the entity in sorted order.
- splitOperands(String) - Static method in class com.im.df.api.dml.Operators.RelativeDateOperator
-
Returns an array with length of 2 containing the input split into 2 parts after the first integer number in input.
- splitOperands(String) - Static method in class com.im.df.api.util.DIFUtilities
-
Utility method for separating comma separated strings, ie.
- SQL_ASC - Static variable in class com.im.df.api.support.SortDirective
-
Constant for ascending sort order when determining default
SortDirective
for an entity. - SQL_DESC - Static variable in class com.im.df.api.support.SortDirective
-
Constant for descending sort order when determining default
SortDirective
for an entity. - SqlEntityCapability - Interface in com.im.df.api.capabilities
-
This is just a marker interface for SQL Entity.
- StandardEntityCapability - Interface in com.im.df.api.capabilities
-
Represents the capabilities of an entity that is based on a standard DB table (not JChem DB table).
- STANDARDIZED_2D - Static variable in class com.im.df.api.chem.MarvinStructure
-
Key for storing 2D standardized molecules with
Structure.storeMolecules(String, Molecule[], Object)
. - STANDARDIZED_NATIVE - Static variable in class com.im.df.api.chem.MarvinStructure
-
Key for storing standardized molecules with
Structure.storeMolecules(String, Molecule[], Object)
. - startComplexUndo(String, DFLockable, DFLock) - Method in interface com.im.df.api.support.DFUndoManager
-
Start the complex operation like copy/paste multiple cells or delete more rows together.
- startingViewDataRequest() - Method in interface com.im.df.api.support.ViewDataConsumer
-
Notifies consumer that new data distribution round starts.
- startRow() - Method in class com.im.df.api.support.RowSetData.MultiRowData
-
Deprecated.Start a new row
- startRow() - Method in class com.im.df.api.support.RowSetData.RowData
-
Deprecated.
- startRow() - Method in class com.im.df.api.support.RowSetData.SingleRowData
-
Deprecated.Start a new row
- STARTS_WITH - Static variable in class com.im.df.api.dml.Operators
-
STARTS_WITH text based operator (a short cut for LIKE 'foo%').
- stopComplexUndo(DFLockable) - Method in interface com.im.df.api.support.DFUndoManager
-
Notifies UndoManager that the complex undoable edit identified by this lockable is finished and can be closed.
- store(Properties, Set<String>, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.DFFieldPickListCapability.FieldBridge
-
Stores the internal state of this
DFFieldPickListCapability
. - storeMolecule(String, T, Object) - Method in class com.im.df.api.chem.Structure
-
Cache some particular representation of the molecule
- storeMolecules(String, T[], Object) - Method in class com.im.df.api.chem.Structure
-
Cache some particular representation of the molecule
- storeObject(Element, Object) - Method in class com.im.df.api.util.xml.BasicPersister
-
Stores object directly in the specified element (not in its sub-elements).
- STR_CAT - com.im.df.api.support.CalculableGroovyTemplate.CalcOperation
- Structure<T> - Class in com.im.df.api.chem
-
A molecular structure based on some particular implementation.
- Structure() - Constructor for class com.im.df.api.chem.Structure
-
Creates a new instance of Structure
- Structure(String) - Constructor for class com.im.df.api.chem.Structure
- STRUCTURE_EXACT - Static variable in class com.im.df.api.dml.Operators
-
Structure search operator.
- STRUCTURE_EXACT_FRAGMENT - Static variable in class com.im.df.api.dml.Operators
-
Structure search operator.
- STRUCTURE_PERFECT - Static variable in class com.im.df.api.dml.Operators
-
Structure search operator.
- STRUCTURE_SIMILARITY - Static variable in class com.im.df.api.dml.Operators
-
Structure search operator.
- STRUCTURE_SUBSTRUCTURE - Static variable in class com.im.df.api.dml.Operators
-
Structure search operator.
- STRUCTURE_SUPERSTRUCTURE - Static variable in class com.im.df.api.dml.Operators
-
Structure search operator.
- StructureEntityCapability - Interface in com.im.df.api.capabilities
-
Interface for the structure entity.
- StructureOperator(String, String) - Constructor for class com.im.df.api.dml.Operators.StructureOperator
- StructureOperator(String, String, String) - Constructor for class com.im.df.api.dml.Operators.StructureOperator
- subList(List<? extends Comparable<?>>, int) - Method in class com.im.df.api.util.EntityDataIterator
- sum(Number...) - Method in class com.im.df.api.support.CalculationsScriptBaseClass
-
Generate the sum of the non-null values.
- sum(Collection<Number>) - Method in class com.im.df.api.support.CalculationsScriptBaseClass
-
Generate the sum of the non-null values.
- SUM - com.im.df.api.support.CalculableGroovyTemplate.CalcOperation
- supportedOperators() - Method in interface com.im.df.api.capabilities.JChemEntityCapability
- supportedOperators() - Method in interface com.im.df.api.capabilities.StructureEntityCapability
-
Structure operators supported by this entity.
- supportsColumn(DBColInfo[]) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.ExistingDBField
-
How well supported is this column(s).
- supportsNonHits() - Method in interface com.im.df.api.capabilities.JChemEntityCapability
- supportsNonHits() - Method in interface com.im.df.api.capabilities.StructureEntityCapability
-
Says if this structure entity supports non-hit search (set complement of a search).
- supportsOptions(DFOperator) - Method in interface com.im.df.api.capabilities.StructureEntityCapability
-
Says if given
DFOperator
can have one or more options for this structure entity type.
T
- tablesExist() - Method in interface com.im.df.api.capabilities.IJCUserDetailsService
-
Do all the database tables exist.
- TermErrors - Class in com.im.df.api.dml
-
Result of the validation:
DFTerm.validate(com.im.df.api.ddl.DFDataTree)
. - TermErrors() - Constructor for class com.im.df.api.dml.TermErrors
-
Create new TermErrors instance
- TEXT - com.im.df.api.support.WellKnownMimeTypeXAttributes
- TEXT - com.im.df.api.util.CalculatedReturnType
- TEXT_HTML - com.im.df.api.support.WellKnownMimeTypeXAttributes
- TEXT_HTML_XHTML - com.im.df.api.support.WellKnownMimeTypeXAttributes
- TEXT_PLAIN - com.im.df.api.support.WellKnownMimeTypeXAttributes
- TEXT_XHTML - com.im.df.api.support.WellKnownMimeTypeXAttributes
- throwWrappedIOException(String, Throwable) - Method in class com.im.df.api.util.xml.BasicPersister
- throwWrappedIOException(Throwable) - Method in class com.im.df.api.util.xml.BasicPersister
- throwWrappedIOException(Throwable) - Static method in class com.im.df.api.util.xml.XMLUtils
- TimePeriod(String) - Constructor for class com.im.df.api.dml.Operators.RelativeDateOperator.TimePeriod
- TODAY - Static variable in class com.im.df.api.dml.Operators
-
Shortcut for Last 1 Days query.
- toIDs() - Static method in class com.im.df.api.ddl.DFItems.Functions
- toNames() - Static method in class com.im.df.api.ddl.DFItems.Functions
- toNames(List<? extends DFField>) - Static method in class com.im.df.api.ddl.DFFields
-
Deprecated.
- TOO_MANY_ERRORS - com.im.df.api.util.BatchUpdater.StopReason
- toString() - Method in class com.im.df.api.capabilities.DFFieldPickListCapability.Item
- toString() - Method in class com.im.df.api.chem.MarvinStructure
- toString() - Method in class com.im.df.api.chem.Structure
- toString() - Method in class com.im.df.api.dml.DFInsertDescription.InsertRow
- toString() - Method in class com.im.df.api.dml.DFInsertDescription
- toString() - Method in class com.im.df.api.dml.DFOperator
- toString() - Method in class com.im.df.api.dml.DFRowData
- toString() - Method in class com.im.df.api.dml.DFTermCount
- toString() - Method in class com.im.df.api.dml.DFTermExpression
- toString() - Method in class com.im.df.api.dml.DFTermField
- toString() - Method in class com.im.df.api.dml.DFTermValue
- toString() - Method in class com.im.df.api.dml.Operators.RelativeDateOperator.TimePeriod
- toString() - Method in class com.im.df.api.dml.TermErrors
- toString() - Method in class com.im.df.api.support.CalculableGroovyTemplate.FieldDetails
- toString() - Method in class com.im.df.api.support.DefaultValue
- toString() - Method in class com.im.df.api.support.DFEntityDataEvent
- toString() - Method in class com.im.df.api.support.DFUpdateDescription
- toString() - Method in class com.im.df.api.support.DFUpdateInfo
- toString() - Method in class com.im.df.api.support.DFUserLoginInfo
- toString() - Method in class com.im.df.api.support.RowSetData
-
Deprecated.
- toString() - Method in class com.im.df.api.support.SelectionDescription
- toString() - Method in class com.im.df.api.support.SortDirective.Item
- toString() - Method in class com.im.df.api.support.SortDirective
- toString() - Method in enum com.im.df.api.util.CalculatedReturnType
- toString() - Method in exception com.im.df.api.util.xml.IncompleteDataException
- toString(DFOperator) - Method in class com.im.df.api.dml.DFTermValue
- toString(List<DFTerm>) - Method in class com.im.df.api.dml.DFOperator
- toString(List<DFTerm>) - Method in class com.im.df.api.dml.Operators.AllDataOperator
- toString(List<DFTerm>) - Method in class com.im.df.api.dml.Operators.IgnoreOperator
- toString(List<DFTerm>) - Method in class com.im.df.api.dml.Operators.StructureOperator
- toStringSimple(boolean) - Method in class com.im.df.api.support.SelectionDescription
- toStructureOperator(int) - Static method in class com.im.df.api.chem.ChemUtils
-
Converts
JChemSearch
search type to structureDFOperator
. - TRUE - com.im.df.api.ddl.DFField.Required
- TRUE - Static variable in class com.im.df.api.dml.Operators
-
Unary TRUE operator - can be applied to boolean fields.
- truncateDate(Date) - Static method in class com.im.df.api.dml.Operators.RelativeDateOperator
-
Converts given input parameter
date
to start of the day (time is 00:00:00.000). - truncateDateOfNextDay(Date) - Static method in class com.im.df.api.dml.Operators.RelativeDateOperator
-
Converts given input parameter
date
to start of the next day (time is 00:00:00.000).
U
- undo(DFEnvironmentRO) - Method in interface com.im.df.api.support.DFUndoableEdit
-
Undo this edit.
- undo(DFEnvironmentRO) - Method in interface com.im.df.api.support.DFUndoManager
-
Undo the edit that was made.
- union(SelectionDescription, SelectionDescription) - Static method in class com.im.df.api.support.SelectionDescription
- update(DFView, View) - Static method in class com.im.df.api.ddl.DFViews
-
Updates given view with a given form model.
- update(List<DFUpdateDescription>, boolean, DFEnvironmentRW) - Method in interface com.im.df.api.support.DFDao
-
Updates rows in entity based on
DFUpdateDescription
. - update(List<DFUpdateDescription>, DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFEntityDataProvider
- update(List<DFUpdateDescription>, DFEnvironmentRW, boolean) - Method in interface com.im.df.api.dml.DFEntityDataProvider
- update(List<DFUpdateDescription>, DFUndoConfig, DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Deprecated.since 20.12.0 use
DFEntityDataProvider.update(List, DFEnvironmentRW)
orDFEntityDataProvider.update(List, DFUndoManager, String, DFEnvironmentRW)
if you want to create undo item - update(List<DFUpdateDescription>, DFUndoConfig, DFEnvironmentRW, boolean) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Deprecated.since 20.12.0 use
DFEntityDataProvider.update(List, DFEnvironmentRW)
orDFEntityDataProvider.update(List, DFEnvironmentRW, boolean)
if you want to handle (suppress) event firing orDFEntityDataProvider.update(List, DFUndoManager, String, DFEnvironmentRW)
if you want to create undo item - update(List<DFUpdateDescription>, DFUndoManager, String, DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFEntityDataProvider
-
Updates the data where certain value match the defined criteria.
- UPDATE - com.im.df.api.capabilities.DFDataEditCapability.Type
- UPDATE - com.im.df.api.dml.DFDataTreeDataProvider.VertexUpdateResult.Type
- UPDATE_DESCRIPTORS_RECOMMENDED_LIMIT - Static variable in class com.im.df.api.util.DIFUtilities
-
This constant represents a little fuzzy limit for number of updates for method
DFEntityDataProvider.update(List, DFUndoManager, String, DFEnvironmentRW)
See this method documentation for more details. - updateAuthorities(String, GrantedAuthority[], DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.IJCUserDetailsService
-
Replaces current authorities with the specified ones.
- updateData(EntityDataResponse) - Method in interface com.im.df.api.support.ViewDataConsumer
-
New entity response arrived.
- updateData(DFDataTreeDataProvider.PathUpdateDescription, DFEnvironmentRW) - Method in interface com.im.df.api.dml.DFDataTreeDataProvider
-
Updates relation data in the data tree.
- updateEnabled(String, boolean, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.IJCUserDetailsService
-
Change the enabled status of this user Can be called only when tablesExist() is true
- updateMyPassword(char[], char[]) - Method in interface com.im.df.api.capabilities.UpdatePasswordService
-
Update the password for the current user.
- updatePassword(String, String, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.IJCUserDetailsService
-
Update the password for this user Can be called only when tablesExist() is true
- UpdatePasswordService - Interface in com.im.df.api.capabilities
-
Service which can be used for updating password of the current user.
- updatePickList() - Method in interface com.im.df.api.capabilities.DFFieldPickListCapability.FieldBridge
-
Updates fields pick-list values.
- updateSecurityConfig(DFServiceConfiguration, DFEnvironmentRW) - Method in interface com.im.df.api.capabilities.IJCUserLoginServiceAdmin
-
Update the security configuration.
- USER_UNKNOWN - Static variable in class com.im.df.api.util.DIFUtilities
V
- validate(DFDataTree) - Method in class com.im.df.api.dml.DFTerm
-
Validate the term.
- validate(DFDataTree, List<DFTerm>, Map<String, Object>, TermErrors) - Method in class com.im.df.api.dml.DFOperator
-
Validate the operands in context of this operator.
- validate(DFDataTree, List<DFTerm>, Map<String, Object>, TermErrors) - Method in class com.im.df.api.dml.Operators.BetweenOperator
- validate(DFDataTree, List<DFTerm>, Map<String, Object>, TermErrors) - Method in class com.im.df.api.dml.Operators.ErrorOperator
- validate(DFDataTree, List<DFTerm>, Map<String, Object>, TermErrors) - Method in class com.im.df.api.dml.Operators.IgnoreOperator
- validate(DFDataTree, List<DFTerm>, Map<String, Object>, TermErrors) - Method in class com.im.df.api.dml.Operators.RelativeDateOperator
- validate(DFDataTree, List<DFTerm>, Map<String, Object>, TermErrors) - Method in class com.im.df.api.dml.Operators.SimpleFieldValuesOperator
- validate(DFDataTree, List<DFTerm>, Map<String, Object>, TermErrors) - Method in class com.im.df.api.dml.Operators.SimpleLogicalOperator
- validate(DFDataTree, List<DFTerm>, Map<String, Object>, TermErrors) - Method in class com.im.df.api.dml.Operators.SimpleTextOperator
- validate(DFDataTree, List<DFTerm>, Map<String, Object>, TermErrors) - Method in class com.im.df.api.dml.Operators.StructureOperator
- validate(DFDataTreeDataProvider.PathUpdateDescription) - Method in interface com.im.df.api.dml.DFDataTreeDataProvider
-
Validates
updateDescription
. - validateScript(Map<String, Object>, Object[]) - Method in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewCalulatedField
-
Validate calculated field for predefined values.
- validOperations(int) - Static method in enum com.im.df.api.ddl.DFListOperationType
-
Returns all operations defined for given number of operands.
- VALUE_PROPERTY - Static variable in interface com.im.df.api.util.ExtraDFItemProperty.Customizer
-
Value property name.
- VALUE_STEREO_EXACT - Static variable in class com.im.df.api.util.LegacyConstants
- VALUE_STEREO_OFF - Static variable in class com.im.df.api.util.LegacyConstants
- VALUE_STEREO_ON - Static variable in class com.im.df.api.util.LegacyConstants
-
This property must contain a String value of one of the VALUE_STEREO properties
- valueOf(Object) - Static method in class com.im.df.api.chem.MarvinStructure
-
Create new instance from an instance.
- valueOf(String) - Static method in enum com.im.df.api.capabilities.DBSchemaCapability.NullPositionAfterOrdering
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.im.df.api.capabilities.DFDataEditCapability.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.im.df.api.capabilities.DFFieldPickListCapability.PickListType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.im.df.api.ddl.DFField.Required
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.im.df.api.ddl.DFListOperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.im.df.api.ddl.DFRelationship.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.im.df.api.dml.DFDataTreeDataProvider.VertexUpdateResult.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.im.df.api.dml.DFDeleteDescription.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.im.df.api.SchemaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.im.df.api.support.CalculableGroovyTemplate.CalcOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.im.df.api.support.WellKnownMimeTypeXAttributes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.im.df.api.util.BatchUpdater.StopReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.im.df.api.util.CalculatedReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.im.df.api.util.DIFUtilities.FKSearchType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.im.df.api.capabilities.DBSchemaCapability.NullPositionAfterOrdering
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.im.df.api.capabilities.DFDataEditCapability.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.im.df.api.capabilities.DFFieldPickListCapability.PickListType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.im.df.api.ddl.DFField.Required
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.im.df.api.ddl.DFListOperationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.im.df.api.ddl.DFRelationship.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.im.df.api.dml.DFDataTreeDataProvider.VertexUpdateResult.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.im.df.api.dml.DFDeleteDescription.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.im.df.api.SchemaType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.im.df.api.support.CalculableGroovyTemplate.CalcOperation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.im.df.api.support.WellKnownMimeTypeXAttributes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.im.df.api.util.BatchUpdater.StopReason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.im.df.api.util.CalculatedReturnType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.im.df.api.util.DIFUtilities.FKSearchType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VertexStates - Class in com.im.df.api.dml
-
Common utilities related to
DFResultSet.VertexState
s. - Vertices - Class in com.im.df.api.dml
-
Common utilities related to
DFDataTree.Vertex
class. - Vertices.DataTreeLevelComparator - Class in com.im.df.api.dml
-
Compares two vertices according to their level in a data tree to which they belong.
- ViewDataConsumer - Interface in com.im.df.api.support
-
ViewDataConsumer
consumes data distributed byViewDataProvider
. - viewDataRequestFinished() - Method in interface com.im.df.api.support.ViewDataConsumer
-
This method is called always at the end of the data distribution round (see
ViewDataConsumer
's Javadoc). - VirtualEntityCapability - Interface in com.im.df.api.capabilities
- VirtualRelationshipCapability - Interface in com.im.df.api.capabilities
- visitCount(DFTermCount) - Method in interface com.im.df.api.dml.DFTermVisitor
- visitExpression(DFTermExpression) - Method in interface com.im.df.api.dml.DFTermVisitor
- visitField(DFTermField) - Method in interface com.im.df.api.dml.DFTermVisitor
- visitLogicalExpression(DFTermExpression) - Method in interface com.im.df.api.dml.DFTermVisitor
- visitValue(DFTermValue) - Method in interface com.im.df.api.dml.DFTermVisitor
- VOID - Static variable in class com.im.df.api.dml.Operators
-
Unary operator - takes any field and tests if the value is NULL OR child row NOT EXISTS.
W
- weakEntityDataListener(DFEntityDataListener, DFEntityDataProvider) - Static method in class com.im.df.api.util.DIFUtilities
-
Creates a weak implementation of DFEntityDataListener.
- WellKnownMimeTypeXAttributes - Enum in com.im.df.api.support
-
Well known mime-types XAttributes.
- whoAmI() - Method in interface com.im.df.api.capabilities.IJCUserLoginService
- write(String, int) - Method in class com.im.df.api.util.xml.BasicPersister
- write(String, String) - Method in class com.im.df.api.util.xml.BasicPersister
- write(String, Node) - Method in class com.im.df.api.util.xml.BasicPersister
-
Writes the bean either into an Attribute, or to an Element.
- write(String, Node) - Method in interface com.im.df.api.util.xml.IJCPersister.Writer
- writeArray(PropertyDescriptor, String, String, Object[]) - Method in class com.im.df.api.util.xml.BasicPersister
-
Writes an array of objects.
- writeAttr(String, boolean, boolean) - Method in class com.im.df.api.util.xml.BasicPersister
- writeAttr(String, int) - Method in class com.im.df.api.util.xml.BasicPersister
- writeAttr(String, int, Optional<Integer>) - Method in class com.im.df.api.util.xml.BasicPersister
- writeAttr(String, String) - Method in class com.im.df.api.util.xml.BasicPersister
- writeAttr(String, String, String) - Method in class com.im.df.api.util.xml.BasicPersister
- writeAttribute() - Method in class com.im.df.api.util.xml.BasicPersister
-
The basic bean persister does not support primitive writing.
- writeCollection(PropertyDescriptor, String, Collection) - Method in class com.im.df.api.util.xml.BasicPersister
-
Writes a collection property.
- writeCollection(Class, String, String, Collection) - Method in class com.im.df.api.util.xml.BasicPersister
- writeCollection(Class, String, String, Enumeration) - Method in class com.im.df.api.util.xml.BasicPersister
-
Writes an enumeration property.
- writeElement() - Method in class com.im.df.api.util.xml.BasicPersister
-
This default implementation will invoke defaultWriteBean, which outputs all properties described by the class' BeanInfo.
- writeMap(PropertyDescriptor, String, Map) - Method in class com.im.df.api.util.xml.BasicPersister
- writeMap(Class, Class, String, String, Map) - Method in class com.im.df.api.util.xml.BasicPersister
- writeObject(Class, String, Object) - Method in class com.im.df.api.util.xml.BasicPersister
-
Persist an object under the given name.
- writeObjectPolymorphic(String, Object) - Method in class com.im.df.api.util.xml.BasicPersister
-
Writes an object in a way that permits reconstruction of subclasses of the data type on reading.
- writeObjectStatic(String, Object) - Method in class com.im.df.api.util.xml.BasicPersister
-
Writes a static content of an object, as an attribute or an element, depending on the object's persister capabilities.
- writeProperty(PropertyDescriptor) - Method in class com.im.df.api.util.xml.BasicPersister
-
Write a value described by the property descriptor.
- writeSuperclass(Element) - Method in class com.im.df.api.util.xml.BasicPersister
-
This method will find and delegate to a superclass persister.
X
- XATTR_CONNECTION_ACTIVATION_SCRIPT - Static variable in interface com.im.df.api.capabilities.DBSchemaCapability
-
Extra attribute key for a connection activation script.
- XATTR_CONNECTION_DEACTIVATION_SCRIPT - Static variable in interface com.im.df.api.capabilities.DBSchemaCapability
-
Extra attribute key for a connection deactivation script.
- XATTR_PREFIX_SCHEMA_QUERY_STRUCTURE_STANDARDIZER - Static variable in interface com.im.df.api.capabilities.DBSchemaCapability
-
Extra attribute prefix for Query structure standardizers.
- XATTR_QUERY_TIMEOUT - Static variable in interface com.im.df.api.capabilities.DBSchemaCapability
-
Extra attribute key for a query timeout.
- XATTR_SCHEMA_INIT_SCRIPT - Static variable in interface com.im.df.api.capabilities.DBSchemaCapability
-
Extra attribute key for a schema connect/disconnect script.
- XATTR_SCHEMA_LOGGING - Static variable in interface com.im.df.api.capabilities.DBSchemaCapability
-
An IJC schema extra attribute name.
- XATTR_STRUCTURE_SEARCH_TYPE - Static variable in interface com.im.df.api.capabilities.DBSchemaCapability
-
Extra attribute key for structure search type.
- XATTR_TURN_INIT_LOAD - Static variable in interface com.im.df.api.dml.DFSchemaDataProvider
-
Property in schema schema for turning of initial data loading.
- XAttributeCapability - Interface in com.im.df.api.capabilities
-
A Capability providing methods for accessing XAttributes key-value pairs (<String, String>).
- XMLUtils - Class in com.im.df.api.util.xml
-
This class should collect various XML manipulation utilities not found in JAXP APIs.
- XOR - com.im.df.api.ddl.DFListOperationType
-
Set XOR.
Y
- YEARS - Static variable in class com.im.df.api.dml.Operators.RelativeDateOperator.TimePeriod
-
Time period representing years.
All Classes All Packages