A B C D E F G H I J K L M N O P R S T U V W X _
C
- CREATE -
Static variable in class com.softwareag.mdm.service.ServiceKey
- Built-in creation service.
- ComparatorByLabel -
Static variable in class com.softwareag.mdm.base.text.Nomenclature
-
- Constraint - interface com.softwareag.mdm.schema.Constraint.
- Specifies a constraint that may be contextual and dynamic.
- ConstraintContext - interface com.softwareag.mdm.schema.ConstraintContext.
- Provides methods for setting up a constraint in the context of its schema.
- ConstraintEnumeration - interface com.softwareag.mdm.schema.ConstraintEnumeration.
- Specifies an enumeration constraint that may be contextual and dynamic.
- ConstraintNomenclature - interface com.softwareag.mdm.schema.ConstraintNomenclature.
- Specifies a nomenclature constraint that may be contextual and dynamic.
- ConstraintOnNull - interface com.softwareag.mdm.schema.ConstraintOnNull.
- Defines a check for values that become mandatory under certain circumstances.
- CurrentOrganization -
Static variable in class com.softwareag.mdm.base.repository.ModuleAlias
- This field is "org" alias: "org" usually identifies a common organization module.
- CurrentWebApp -
Static variable in class com.softwareag.mdm.base.repository.ModuleAlias
- This field is the reserved "wbp" alias: it identifies the current module itself.
- CurrentWebProcess -
Static variable in class com.softwareag.mdm.base.repository.ModuleAlias
- Deprecated.
- checkActivable() -
Method in class com.softwareag.mdm.adaptation.Adaptation
- Returns a status telling whether this adaptation can be
used externally (mainly it is activated and it has no validation errors).
- checkNull(ValueContextForValidation) -
Method in interface com.softwareag.mdm.schema.ConstraintOnNull
- This method performs a check when no value is defined and it adds an
error message if needed.
- checkOccurrence(Object, ValueContextForValidation) -
Method in interface com.softwareag.mdm.schema.Constraint
- This method checks the value specified.
- checkValidity() -
Method in class com.softwareag.mdm.instance.RepositoryId
-
- closeHome(AdaptationHome, Session) -
Method in class com.softwareag.mdm.instance.Repository
- Closes the home specified.
- collectNodeDifferences(Collection) -
Method in interface com.softwareag.mdm.service.comparison.DifferenceBetweenContents
- Collects node differences to the collection specified.
- com.softwareag.mdm.adaptation - package com.softwareag.mdm.adaptation
- Provides core classes and interfaces for accessing schema instances, tables and their occurrences.
- com.softwareag.mdm.adaptation.http - package com.softwareag.mdm.adaptation.http
- Provides registry functions for JSP tags.
- com.softwareag.mdm.base.repository - package com.softwareag.mdm.base.repository
- Provides basic module registration functions.
- com.softwareag.mdm.base.text - package com.softwareag.mdm.base.text
- Provides classes for creating user messages and nomenclatures.
- com.softwareag.mdm.core.service - package com.softwareag.mdm.core.service
- Mainly deprecated.
- com.softwareag.mdm.instance - package com.softwareag.mdm.instance
- Provides interfaces for accessing schema instances.
- com.softwareag.mdm.schema - package com.softwareag.mdm.schema
- Represents XML Schema concepts and provides schema extensions capabilities.
- com.softwareag.mdm.schema.trigger - package com.softwareag.mdm.schema.trigger
-
- com.softwareag.mdm.service - package com.softwareag.mdm.service
- Provides classes and interfaces for implementing specific services and access rules on webMethods MDM.
- com.softwareag.mdm.service.comparison - package com.softwareag.mdm.service.comparison
-
- com.softwareag.mdm.service.directory - package com.softwareag.mdm.service.directory
-
- com.softwareag.mdm.ui - package com.softwareag.mdm.ui
- Provides the capability to create specific user interface components that are integrated within webMethods Master Data Manager.
- compareHomes(AdaptationHome, AdaptationHome, boolean) -
Static method in class com.softwareag.mdm.service.comparison.DifferenceHelper
- Compares two homes and returns the result.
- compareInstances(Adaptation, Adaptation, boolean) -
Static method in class com.softwareag.mdm.service.comparison.DifferenceHelper
- Performs a comparison between two instances.
- compareOccurrences(Adaptation, Adaptation, boolean) -
Static method in class com.softwareag.mdm.service.comparison.DifferenceHelper
- Performs a comparison between two occurrences.
- compareOccurrences(Adaptation, Adaptation, boolean, boolean) -
Static method in class com.softwareag.mdm.service.comparison.DifferenceHelper
- Performs a comparison between two occurrences.
- compareTables(AdaptationTable, AdaptationTable, boolean) -
Static method in class com.softwareag.mdm.service.comparison.DifferenceHelper
- Performs a comparison between two tables.
- compareTo(PrimaryKey) -
Method in class com.softwareag.mdm.adaptation.PrimaryKey
-
- compute(PrimaryKey, Path[], Path) -
Static method in class com.softwareag.mdm.adaptation.PrimaryKeyWildCard
- Deprecated.
- compute(String[]) -
Static method in class com.softwareag.mdm.adaptation.PrimaryKeyWildCard
- Deprecated. A wildcard is a
null
element in the array.
- computeInputStream() -
Method in class com.softwareag.mdm.service.Archive
-
- computePrimaryKey(Adaptation) -
Method in class com.softwareag.mdm.adaptation.AdaptationTable
-
- computePrimaryKey(ValueContext) -
Method in class com.softwareag.mdm.adaptation.AdaptationTable
-
- computePrimaryKey(HrNode) -
Method in class com.softwareag.mdm.adaptation.AdaptationTable
- Deprecated. Replaced by
AdaptationTable.computePrimaryKey(ValueContext)
.
- computePrimaryKeyWildcard(PrimaryKey, Path) -
Method in class com.softwareag.mdm.adaptation.AdaptationTable
- Deprecated.
- computePrimaryKeyWildcard(Adaptation) -
Method in class com.softwareag.mdm.adaptation.AdaptationTable
- Deprecated.
- contains(Adaptation) -
Method in class com.softwareag.mdm.adaptation.RequestResult
- Returns
true
if the occurrence specified belongs to the result of this request
(even if the occurrence is obsolete).
- createDirectory(AdaptationHome) -
Method in class com.softwareag.mdm.service.directory.DirectoryDefaultFactory
-
- createDirectory(AdaptationHome) -
Method in class com.softwareag.mdm.service.directory.DirectoryFactory
- Creates the directory.
- createError(String) -
Static method in class com.softwareag.mdm.base.text.UserMessage
- Shortcut for creating a simple error message.
- createError(String, Throwable) -
Static method in class com.softwareag.mdm.base.text.UserMessage
- Shortcut for creating a simple error message, with the throwable specified.
- createError(String) -
Static method in class com.softwareag.mdm.service.OperationException
-
- createError(String, Throwable) -
Static method in class com.softwareag.mdm.service.OperationException
-
- createError(UserMessage) -
Static method in class com.softwareag.mdm.service.OperationException
-
- createError(UserMessage, Throwable) -
Static method in class com.softwareag.mdm.service.OperationException
-
- createError(Throwable) -
Static method in class com.softwareag.mdm.service.OperationException
-
- createForLogin(String, String) -
Static method in class com.softwareag.mdm.service.ProgrammaticService
- Deprecated. Replaced by
ProgrammaticService.createForSession(Session, AdaptationHome)
.
- createForSession(Session, AdaptationHome) -
Static method in class com.softwareag.mdm.service.ProgrammaticService
- Instantiates a service that will execute as the session specified
in the home specified.
- createHome(AdaptationHome, HomeKey, Profile, Session, UserMessage, UserMessage) -
Method in class com.softwareag.mdm.instance.Repository
- Creates the home specified.
- createInfo(String) -
Static method in class com.softwareag.mdm.base.text.UserMessage
- Shortcut for creating a simple information message.
- createLinkToAdaptationNode(Adaptation, Path) -
Static method in class com.softwareag.mdm.ui.UIHttpNavigationLink
- Generates HTTP selection parameters for a specific node at path in adaptation
- createLinkToOccurrence(Adaptation) -
Static method in class com.softwareag.mdm.ui.UIHttpNavigationLink
- Generates HTTP selection parameters for an adaptation occurrence in the current instance
adaptation.
- createLinkToOccurrence(Adaptation, Adaptation) -
Static method in class com.softwareag.mdm.ui.UIHttpNavigationLink
- Generates HTTP selection parameters for an adaptation occurrence in a specific instance
adaptation.
- createMessage(String) -
Static method in class com.softwareag.mdm.ui.UIHttpNavigationLink
- Use the result of this method for generating a message, not an HTTP link.
- createNewOccurrence() -
Method in interface com.softwareag.mdm.schema.SchemaNode
- Creates a new Java object that depends on this node definition.
- createOnServiceContext(ServiceContext) -
Static method in class com.softwareag.mdm.ui.UIHttpManagerComponent
- Creates an instance of this class for calling webMethods Master Data Manager from a
ServiceContext
.
- createOnUIBeanContext(UIResponseContext) -
Static method in class com.softwareag.mdm.ui.UIHttpManagerComponent
- Creates an instance of this class for calling webMethods Master Data Manager from a UI component context.
- createRandomly() -
Static method in class com.softwareag.mdm.instance.RepositoryId
-
- createRequest() -
Method in class com.softwareag.mdm.adaptation.AdaptationTable
- Creates a new request over this table.
- createRequestResult(String, RequestSortCriteria) -
Method in class com.softwareag.mdm.adaptation.AdaptationTable
- Returns the
RequestResult
for the predicate and sort criteria specified..
- createRequestResult(String) -
Method in class com.softwareag.mdm.adaptation.AdaptationTable
- Returns the RequestResult for the predicate specified.
- createSessionFromArray(Object[]) -
Method in class com.softwareag.mdm.instance.Repository
- Instantiates a session from an open array.
- createSessionFromHttpRequest(HttpServletRequest) -
Method in class com.softwareag.mdm.instance.Repository
- Instantiates a session from an HTTP request.
- createSessionFromLoginPassword(String, String) -
Method in class com.softwareag.mdm.instance.Repository
- Instantiates a session from the login and password specified.
- createWarning(String) -
Static method in class com.softwareag.mdm.base.text.UserMessage
- Shortcut for creating a simple warning message.
- createWithBaseURI(String) -
Static method in class com.softwareag.mdm.ui.UIHttpManagerComponent
- Creates an instance of this class for calling webMethods Master Data Manager from an external application.
- createWithBaseURI(String, AdaptationName) -
Static method in class com.softwareag.mdm.ui.UIHttpManagerComponent
- Creates an instance of this class for calling webMethods Master Data Manager from an external application.
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.