|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueContext | |
com.softwareag.mdm.adaptation | Provides core classes and interfaces for accessing schema instances, tables and their occurrences. |
com.softwareag.mdm.instance | Provides interfaces for accessing schema instances. |
com.softwareag.mdm.schema | Represents XML Schema concepts and provides schema extensions capabilities. |
com.softwareag.mdm.schema.trigger | |
com.softwareag.mdm.service | Provides classes and interfaces for implementing specific services and access rules on webMethods MDM. |
com.softwareag.mdm.ui | Provides the capability to create specific user interface components that are integrated within webMethods Master Data Manager. |
Uses of ValueContext in com.softwareag.mdm.adaptation |
Methods in com.softwareag.mdm.adaptation with parameters of type ValueContext | |
Adaptation |
AdaptationTable.lookupAdaptationByPrimaryKey(ValueContext aContext)
Returns the occurrence that has the primary key specified by the context passed as argument, or null if it does not exist if it is in occulting mode. |
Adaptation |
AdaptationTable.lookupAdaptationByPrimaryKey(ValueContext aContext,
boolean includeOcculting)
Returns the occurrence specified by its primary key. |
Adaptation |
AdaptationTable.lookupAdaptationByPrimaryKey(ValueContext aContext,
boolean ignored,
boolean includeOcculting)
Deprecated. Replaced by the method AdaptationTable.lookupAdaptationByPrimaryKey(ValueContext, boolean) . |
PrimaryKey |
AdaptationTable.computePrimaryKey(ValueContext aContext)
|
boolean |
AdaptationTable.isPrimaryKeyComplete(ValueContext aContext)
Returns false if at least one field in the primary key in the context specified is not set. |
Uses of ValueContext in com.softwareag.mdm.instance |
Subinterfaces of ValueContext in com.softwareag.mdm.instance | |
interface |
ValueContextForInputValidation
This container-interface adds to the validation interface the possibility to set values that will be automatically validated against the underlying schema. |
interface |
ValueContextForValidation
This container-interface adds to the basic ValueContext interface the services for
adding validation messages.
|
Uses of ValueContext in com.softwareag.mdm.schema |
Methods in com.softwareag.mdm.schema with parameters of type ValueContext | |
List |
SchemaNode.getEnumerationList(ValueContext aContext)
Looks for an enumeration of values that may be taken by this node. |
Nomenclature |
SchemaNode.getEnumerationNomenclature(ValueContext aContext)
Looks for an underlying Nomenclature . |
Nomenclature |
ConstraintNomenclature.getNomenclature(ValueContext aContext)
Returns a sequence of value-label pairs. |
List |
ConstraintEnumeration.getValues(ValueContext aContext)
Returns all values from the underlying enumeration of this constraint. |
String |
ConstraintEnumeration.displayOccurrence(Object aValue,
ValueContext aContext,
Locale aLocale)
Returns, for user display, a string representation of the value specified (a 'label'). |
String |
Constraint.toUserDocumentation(Locale userLocale,
ValueContext aContext)
Returns a final user documentation about this constraint. |
Uses of ValueContext in com.softwareag.mdm.schema.trigger |
Methods in com.softwareag.mdm.schema.trigger that return ValueContext | |
ValueContext |
TableTriggerExecutionContext.getOccurrenceContext()
Returns the occurrence context for read. |
Uses of ValueContext in com.softwareag.mdm.service |
Subinterfaces of ValueContext in com.softwareag.mdm.service | |
interface |
ValueContextForUpdate
This container-interface provides the possibility to set values on a persistent or transient content whose structure and types conform to an underlying schema. |
Methods in com.softwareag.mdm.service with parameters of type ValueContext | |
Adaptation |
ProcedureContext.doCreateRoot(ValueContext aContent,
AdaptationTable aTable)
Creates a root occurrence in the table specified. |
Adaptation |
ProcedureContext.doCreateOverwriting(ValueContext aContent,
AdaptationTable aTable)
Creates an overwriting occurrence in the table specified. |
Adaptation |
ProcedureContext.doCreateOcculting(ValueContext aKey,
AdaptationTable aTable)
Creates an occulting occurrence in the table specified. |
Adaptation |
ProcedureContext.doCreateDeriving(ValueContext parentKey,
ValueContext aContent,
AdaptationTable aTable)
Creates a deriving occurrence in the table specified. |
Adaptation |
ProcedureContext.doModifyContent(Adaptation aTarget,
ValueContext aContent)
Modifies the adaptation content as specified. |
Uses of ValueContext in com.softwareag.mdm.ui |
Methods in com.softwareag.mdm.ui that return ValueContext | |
ValueContext |
UITableFilterResponseContext.getValueContext()
Returns the value context of the current node. |
ValueContext |
UITableFilterResponseContext.getValueContext(Path aPath)
Returns the validation context of the node specified. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.