A B C D E F G H I J K L M N O P R S T U V W X _

D

DEFAULT_CONTEXT_KEY - Static variable in class com.softwareag.mdm.adaptation.http.ServletUtils
 
DEFAULT_REPOSITORY_LABEL - Static variable in class com.softwareag.mdm.instance.RepositoryDeclaration
 
DEFINE_DERIVE - Static variable in class com.softwareag.mdm.instance.DefinitionMode
The occurrence is in deriving mode when it is defined in the current container instance and it has a parent occurrence that has a different primary key.
DEFINE_OCCULT - Static variable in class com.softwareag.mdm.instance.DefinitionMode
The occurrence is in occulting mode when it "removes its primary key" from the current table.
DEFINE_OVERWRITE - Static variable in class com.softwareag.mdm.instance.DefinitionMode
The occurrence is in overwriting mode when it is defined in the current table and it has a parent occurrence that has the same primary key.
DEFINE_ROOT - Static variable in class com.softwareag.mdm.instance.DefinitionMode
An occurrence is in root mode when it is defined in the current table and it does not inherit from a parent occurrence.
DISPLAY - Static variable in class com.softwareag.mdm.ui.UIRenderingMode
 
DISTRIBUTOR - Static variable in class com.softwareag.mdm.service.Profile
Dynamic built-in Distributor role.
DefinitionMode - class com.softwareag.mdm.instance.DefinitionMode.
Defines the possible modes that an occurrence may have regarding its inheritance.
Difference - interface com.softwareag.mdm.service.comparison.Difference.
Main abstract class for representing differences between two entities.
DifferenceBetweenContents - interface com.softwareag.mdm.service.comparison.DifferenceBetweenContents.
Abstract class for representing differences between two adaptations (either instances or occurrences).
DifferenceBetweenHomes - interface com.softwareag.mdm.service.comparison.DifferenceBetweenHomes.
Main class for comparing two homes (for example two versions or a branch and a version).
DifferenceBetweenInstances - interface com.softwareag.mdm.service.comparison.DifferenceBetweenInstances.
Represents the difference between two adaptation instances.
DifferenceBetweenOccurrences - interface com.softwareag.mdm.service.comparison.DifferenceBetweenOccurrences.
Represents the difference between two adaptation occurrences.
DifferenceBetweenTables - interface com.softwareag.mdm.service.comparison.DifferenceBetweenTables.
Represents the difference between two tables.
DifferenceHelper - class com.softwareag.mdm.service.comparison.DifferenceHelper.
 
DifferenceHelper() - Constructor for class com.softwareag.mdm.service.comparison.DifferenceHelper
 
Directory - class com.softwareag.mdm.service.directory.Directory.
Defines the users' directory that is used by webMethods MDM for user authentication and roles management.
Directory() - Constructor for class com.softwareag.mdm.service.directory.Directory
 
DirectoryDefault - class com.softwareag.mdm.service.directory.DirectoryDefault.
Default internal implementation of directory that is delivered with webMethods MDM.
DirectoryDefaultFactory - class com.softwareag.mdm.service.directory.DirectoryDefaultFactory.
Factory of default internal implementation of directory that is delivered with webMethods MDM.
DirectoryDefaultFactory() - Constructor for class com.softwareag.mdm.service.directory.DirectoryDefaultFactory
 
DirectoryFactory - class com.softwareag.mdm.service.directory.DirectoryFactory.
Factory of user directory.
DirectoryFactory() - Constructor for class com.softwareag.mdm.service.directory.DirectoryFactory
 
DirectoryHandler - class com.softwareag.mdm.service.directory.DirectoryHandler.
An instance of this class holds and wraps the current specific directory implementation so as to add preprocessing and post verifications to the directory methods' implementations.
defineExtensions(SchemaExtensionsContext) - Method in interface com.softwareag.mdm.schema.SchemaExtensions
 
displayBuiltInRole(Role, Locale) - Method in class com.softwareag.mdm.service.directory.Directory
Returns a label for the built-in role specified.
displayBuiltInRole(Role, Locale) - Method in class com.softwareag.mdm.service.directory.DirectoryHandler
 
displayOccurrence(Object, Locale) - Method in interface com.softwareag.mdm.instance.ValueContext
Returns, for user display, a string representation of the value specified.
displayOccurrence(Object, ValueContext, Locale) - Method in interface com.softwareag.mdm.schema.ConstraintEnumeration
Returns, for user display, a string representation of the value specified (a 'label').
displayProfile(Profile, Locale) - Method in class com.softwareag.mdm.service.directory.DirectoryHandler
Returns a label for the profile specified.
displaySpecificRole(Role, Locale) - Method in class com.softwareag.mdm.service.directory.Directory
Returns a label for the specific role specified.
displaySpecificRole(Role, Locale) - Method in class com.softwareag.mdm.service.directory.DirectoryDefault
 
displaySpecificRole(Role, Locale) - Method in class com.softwareag.mdm.service.directory.DirectoryHandler
 
displayUser(UserReference, Locale) - Method in class com.softwareag.mdm.service.directory.Directory
Returns a label for the user specified.
displayUser(UserReference, Locale) - Method in class com.softwareag.mdm.service.directory.DirectoryDefault
 
displayUser(UserReference, Locale) - Method in class com.softwareag.mdm.service.directory.DirectoryHandler
 
doCopy(Adaptation) - Method in interface com.softwareag.mdm.service.ProcedureContext
Copies the adaptation instance specified.
doCreateChild(AdaptationName, AdaptationReference) - Method in interface com.softwareag.mdm.service.ProcedureContext
Creates a new schema instance that is the child of the parent specified by aParentName.
doCreateDeriving(ValueContext, ValueContext, AdaptationTable) - Method in interface com.softwareag.mdm.service.ProcedureContext
Creates a deriving occurrence in the table specified.
doCreateDeriving(PrimaryKey, HrNode, AdaptationTable) - Method in interface com.softwareag.mdm.service.ProcedureContext
Deprecated. Replaced by ProcedureContext.doCreateDeriving(ValueContext, ValueContext, AdaptationTable).
doCreateOcculting(ValueContext, AdaptationTable) - Method in interface com.softwareag.mdm.service.ProcedureContext
Creates an occulting occurrence in the table specified.
doCreateOcculting(PrimaryKey, AdaptationTable) - Method in interface com.softwareag.mdm.service.ProcedureContext
Deprecated. Replaced by ProcedureContext.doCreateOcculting(ValueContext, AdaptationTable).
doCreateOverwriting(ValueContext, AdaptationTable) - Method in interface com.softwareag.mdm.service.ProcedureContext
Creates an overwriting occurrence in the table specified.
doCreateOverwriting(PrimaryKey, HrNode, AdaptationTable) - Method in interface com.softwareag.mdm.service.ProcedureContext
Deprecated. Replaced by ProcedureContext.doCreateOverwriting(ValueContext, AdaptationTable).
doCreateRoot(SchemaLocation, AdaptationReference, Profile) - Method in interface com.softwareag.mdm.service.ProcedureContext
Creates a new root adaptation instance.
doCreateRoot(ValueContext, AdaptationTable) - Method in interface com.softwareag.mdm.service.ProcedureContext
Creates a root occurrence in the table specified.
doCreateRoot(SchemaLocation, AdaptationReference, OrganizationName) - Method in interface com.softwareag.mdm.service.ProcedureContext
Deprecated. Replaced by ProcedureContext.doCreateRoot(SchemaLocation, AdaptationReference, Profile).
doCreateRootChild(HrNode, AdaptationTable) - Method in interface com.softwareag.mdm.service.ProcedureContext
Deprecated. Replaced by ProcedureContext.doCreateRoot(ValueContext, AdaptationTable).
doDelete(AdaptationName, boolean) - Method in interface com.softwareag.mdm.service.ProcedureContext
Deletes the adaptation specified.
doEditionDiscard(AdaptationName) - Method in interface com.softwareag.mdm.service.ProcedureContext
Deprecated. Since version 4.0, the notion of local edition is replaced by the more general concept of branch. This method does nothing, it just returns the adaptation specified.
doEditionRelease(AdaptationName) - Method in interface com.softwareag.mdm.service.ProcedureContext
Deprecated. Since version 4.0, the notion of local edition is replaced by the more general concept of branch. This method does nothing, it just returns the adaptation specified.
doEnsureValueIsDefined() - Method in class com.softwareag.mdm.ui.UIResponseContext
Preinstantiates a value on the current node.
doExport(ExportSpec) - Method in interface com.softwareag.mdm.service.ProcedureContext
Exports the content of an adaptation to a XML document, as specified by the ExportSpec argument.
doExportArchive(Archive) - Method in interface com.softwareag.mdm.service.ProcedureContext
Exports the current home to the archive specified.
doExportArchive(ArchiveExportSpec) - Method in interface com.softwareag.mdm.service.ProcedureContext
Exports the archive specified.
doImport(ImportSpec) - Method in interface com.softwareag.mdm.service.ProcedureContext
Imports an XML content into an adaptation, as specified by the ImportSpec argument.
doImportArchive(Archive) - Method in interface com.softwareag.mdm.service.ProcedureContext
Imports the archive specified into the current home.
doImportArchive(ArchiveImportSpec) - Method in interface com.softwareag.mdm.service.ProcedureContext
Imports the archive specified into the current home.
doMergeToParent(AdaptationHome) - Method in interface com.softwareag.mdm.service.ProcedureContext
Merges source branch to current branch.
doModifyContent(Adaptation, ValueContext) - Method in interface com.softwareag.mdm.service.ProcedureContext
Modifies the adaptation content as specified.
doModifyContent(Adaptation, HrNode) - Method in interface com.softwareag.mdm.service.ProcedureContext
Deprecated. Replaced by ProcedureContext.doModifyContent(Adaptation, ValueContext).
doOccult(Adaptation) - Method in interface com.softwareag.mdm.service.ProcedureContext
Occults the adaptation occurrence specified.
doOptimizeByRefactoring(AdaptationName, boolean, boolean) - Method in interface com.softwareag.mdm.service.ProcedureContext
Execute tree optimization.
doOptimizeByRemovingDuplicates(AdaptationName, boolean, boolean) - Method in interface com.softwareag.mdm.service.ProcedureContext
Executes tree optimization.

A B C D E F G H I J K L M N O P R S T U V W X _

(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.