Uses of Interface
com.orchestranetworks.instance.ValueContext
-
Packages that use ValueContext Package Description com.onwbp.adaptation Provides core classes and interfaces for accessing datasets, tables, and their records.com.orchestranetworks.instance Provides interfaces for accessing data sets.com.orchestranetworks.schema Represents XML Schema concepts and provides schema extensions capabilities.com.orchestranetworks.schema.info Provides interfaces for accessing schema node facet.com.orchestranetworks.schema.trigger Provides classes and interfaces for trigger creation.com.orchestranetworks.schema.types.dataset Interfaces to define sets of data set references.com.orchestranetworks.schema.types.dataspace Interfaces to define sets of data space keys.com.orchestranetworks.service Provides classes and interfaces for implementing specific services and access rules on EBX®.com.orchestranetworks.ui This package provides the capability to create custom user interface components that are integrated within EBX®.com.orchestranetworks.ui.form This package allows customizing forms.com.orchestranetworks.ui.form.widget This package provides a library of user interface widgets.com.orchestranetworks.userservice A public API for user services. -
-
Uses of ValueContext in com.onwbp.adaptation
Methods in com.onwbp.adaptation that return ValueContext Modifier and Type Method Description ValueContextAdaptation. createValueContext()Returns aValueContextfor thisAdaptation.Methods in com.onwbp.adaptation with parameters of type ValueContext Modifier and Type Method Description PrimaryKeyAdaptationTable. computePrimaryKey(ValueContext aContext)booleanAdaptationTable. isPrimaryKeyComplete(ValueContext aContext)Returnsfalseif at least one field in the primary key in the specified context is not set.AdaptationAdaptationTable. lookupAdaptationByPrimaryKey(ValueContext aContext)Returns the record that has its primary key specified by the specified context.AdaptationAdaptationTable. lookupAdaptationByPrimaryKey(ValueContext aContext, boolean includeOcculting)Returns the record specified by its primary key. -
Uses of ValueContext in com.orchestranetworks.instance
Subinterfaces of ValueContext in com.orchestranetworks.instance Modifier and Type Interface Description interfaceValueContextForInputValidationThis container interface enhances the validation interface with the possibility to set values that will be automatically validated against the underlying data model.interfaceValueContextForValidationThis container interface provides services for performing validations on nodes containing values.Methods in com.orchestranetworks.instance that return ValueContext Modifier and Type Method Description ValueContextNewRecordContext. getAssociationSourceRecordContext()Returns the source record value context if the creation occurs from an association.ValueContextValueContextForValidationOnRecord. getRecord()Returns the record currently being created or modified.ValueContextNewRecordContext. getReferencingRecordContext()Returns the source record value context if the creation occurs from a table reference.ValueContextNewRecordContext. getValueContext()Returns the value context of the record being created.Methods in com.orchestranetworks.instance with parameters of type ValueContext Modifier and Type Method Description voidValueContextForValidationOnRecord. removeRecordFromMessages(ValueContext aRecord)Deprecated. -
Uses of ValueContext in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema with parameters of type ValueContext Modifier and Type Method Description booleanTableRefFilter. accept(Adaptation aRecord, ValueContext currentContext)Returns whether the specified record is included in the filter result.StringConstraintEnumeration. displayOccurrence(T aValue, ValueContext aContext, Locale aLocale)Returns a string representation of the value specified for the end-user (a label).StringSchemaNode. displayOccurrence(Object aValue, boolean useLabels, ValueContext aValueContext, Locale aLocale)Returns a user-friendly representation of the specified value.<T> List<T>SchemaNode. getEnumerationList(ValueContext aValueContext)If the data model specifies an enumeration, returns the values that this node may take on.<T> Nomenclature<T>SchemaNode. getEnumerationNomenclature(ValueContext aValueContext)Returns the underlyingNomenclature, if found by searching through facets.NomenclatureConstraintNomenclature. getNomenclature(ValueContext aContext)Deprecated.Returns a sequence of value-label pairs, where the values correspond to the underlying enumeration of this constraint.default UserMessageTableRefFilter. getValidationMessage(Adaptation aRecord, ValueContext currentContext)Returns a validation message according to the specified context.List<T>ConstraintEnumeration. getValues(ValueContext aContext)Returns all values of the underlying enumeration of this constraint.StringConstraint. toUserDocumentation(Locale userLocale, ValueContext aContext)Returns the end-user documentation for this constraint.StringConstraintOnTable. toUserDocumentation(Locale userLocale, ValueContext aContext)Returns end-user documentation for this constraint.StringTableRefFilter. toUserDocumentation(Locale userLocale, ValueContext aContext)Returns the end-user documentation for this filter. -
Uses of ValueContext in com.orchestranetworks.schema.info
Methods in com.orchestranetworks.schema.info with parameters of type ValueContext Modifier and Type Method Description booleanSchemaFacetEnumeration. containsValue(Object aValue, ValueContext aValueContext)Returnstrueif the current enumeration or nomenclature contains the given value.StringSchemaFacet. getDocumentation(Locale aLocale, ValueContext aContext)Returns the end-user documentation for this facet.AdaptationSchemaFacetTableRef. getLinkedRecord(ValueContext aContext)Returns the linked record for the specified context.List<Adaptation>SchemaFacetTableRef. getLinkedRecords(ValueContext aContext)Returns the linked records for the specified context.AdaptationTableSchemaFacetTableRef. getTable(ValueContext aValueContext)Returns the table referred to by this foreign key constraint. -
Uses of ValueContext in com.orchestranetworks.schema.trigger
Methods in com.orchestranetworks.schema.trigger that return ValueContext Modifier and Type Method Description ValueContextAfterModifyInstanceContext. getDatasetContext()Returns the dataset read context.ValueContextBeforeModifyInstanceContext. getDatasetContext()Returns the dataset context for performing the update.ValueContextBeforeTransactionCancelContext. getOccurrenceContext()Overridden, always returnsnullin this context.ValueContextBeforeTransactionCommitContext. getOccurrenceContext()Overridden, always returnsnullin this context.ValueContextTableTriggerExecutionContext. getOccurrenceContext()Returns the record read context. -
Uses of ValueContext in com.orchestranetworks.schema.types.dataset
Methods in com.orchestranetworks.schema.types.dataset that return ValueContext Modifier and Type Method Description ValueContextDatasetSetFilterContext. getValueContext()Returns the value context of the current element.Methods in com.orchestranetworks.schema.types.dataset with parameters of type ValueContext Modifier and Type Method Description StringDatasetSetFilter. toUserDocumentation(Locale userLocale, ValueContext aContext)Returns the end-user documentation for this filter. -
Uses of ValueContext in com.orchestranetworks.schema.types.dataspace
Methods in com.orchestranetworks.schema.types.dataspace that return ValueContext Modifier and Type Method Description ValueContextDataspaceSetFilterContext. getValueContext()Returns the value context of the current element.Methods in com.orchestranetworks.schema.types.dataspace with parameters of type ValueContext Modifier and Type Method Description StringDataspaceSetFilter. toUserDocumentation(Locale userLocale, ValueContext aContext)Returns the end-user documentation for this filter. -
Uses of ValueContext in com.orchestranetworks.service
Subinterfaces of ValueContext in com.orchestranetworks.service Modifier and Type Interface Description interfaceValueContextForUpdateThis container interface provides the possibility of setting values on persisted or transient content whose structure and types conform to an underlying data model.Methods in com.orchestranetworks.service with parameters of type ValueContext Modifier and Type Method Description AdaptationProcedureContext. doCreateOcculting(ValueContext aKey, AdaptationTable aTable)Creates an occulting record in the specified table.AdaptationProcedureContext. doCreateOccurrence(ValueContext aContent, AdaptationTable aTable)Creates a record in the specified table.AdaptationProcedureContext. doCreateOccurrence(ValueContext aContent, AdaptationTable aTable, UserReference aCreator, Date aCreationTime, UserReference aLastUpdater, Date aLastUpdateTime)Creates a record in the specified table with the specified system metadata.AdaptationProcedureContext. doCreateOverwriting(ValueContext aContent, AdaptationTable aTable)Deprecated.AdaptationProcedureContext. doCreateRoot(ValueContext aContent, AdaptationTable aTable)Deprecated.AdaptationProcedureContext. doModifyContent(Adaptation aTarget, ValueContext aContent)Modifies the content as specified. -
Uses of ValueContext in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui that return ValueContext Modifier and Type Method Description ValueContextUITableFilterResponseContext. getValueContext()Returns the value context of the current node.ValueContextUITableFilterResponseContext. getValueContext(Path aPath)Returns the validation context of the specified node. -
Uses of ValueContext in com.orchestranetworks.ui.form
Methods in com.orchestranetworks.ui.form that return ValueContext Modifier and Type Method Description ValueContextUIFormContext. getValueContext()Returns the value context of the root of the record. -
Uses of ValueContext in com.orchestranetworks.ui.form.widget
Methods in com.orchestranetworks.ui.form.widget that return ValueContext Modifier and Type Method Description ValueContextWidgetDisplayContext. getValueContext()Returns the value context of the current element.ValueContextWidgetDisplayContext. getValueContext(Path aPath)Returns the value context of the target element. -
Uses of ValueContext in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice that return ValueContext Modifier and Type Method Description ValueContextUserServiceObjectContext. getValueContext(ObjectKey anObjectKey)Returns the value context for objectObjectKey.ValueContextUserServiceObjectContext. getValueContext(ObjectKey anObjectKey, Path aPath)Returns the value context for objectObjectKeyand pathaPath.
-