Uses of Class
com.softwareag.mdm.adaptation.Adaptation

Packages that use Adaptation
com.softwareag.mdm.adaptation Provides core classes and interfaces for accessing schema instances, tables and their occurrences.  
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.service.comparison   
com.softwareag.mdm.ui Provides the capability to create specific user interface components that are integrated within webMethods Master Data Manager.  
 

Uses of Adaptation in com.softwareag.mdm.adaptation
 

Methods in com.softwareag.mdm.adaptation that return Adaptation
 Adaptation RequestResult.getAdaptation(int anIndex)
          Returns the occurrence at the position specified in this result.
 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).
 Adaptation AdaptationTable.lookupAdaptationByPrimaryKey(PrimaryKey aKey)
          Returns the occurrence specified by its primary key, or null if it does not exist or if it is in occulting mode.
 Adaptation AdaptationTable.lookupAdaptationByPrimaryKey(PrimaryKey aKey, boolean includeOcculting)
          Returns the occurrence specified by its primary key.
 Adaptation AdaptationTable.lookupAdaptationByPrimaryKey(PrimaryKey aKey, boolean ignored, boolean includeOcculting)
          Deprecated. Replaced by the method AdaptationTable.lookupAdaptationByPrimaryKey(PrimaryKey, boolean).
 Adaptation AdaptationTable.getContainerAdaptation()
           
 Adaptation AdaptationTable.lookupAdaptationByName(AdaptationName aName)
          Returns the occurrence specified by its name, or null if it does not exist.
 Adaptation AdaptationNode.getAdaptation()
          Returns the Adaptation containing this node.
 Adaptation AdaptationName.resolve()
          Deprecated. Replaced by AdaptationHome.findAdaptationOrNull(AdaptationName)
 Adaptation AdaptationHome.findAdaptationOrNull(AdaptationName aName)
          Returns the adaptation specified, null if not found.
 Adaptation AdaptationHome.findParent(Adaptation anAdaptation)
          Returns the parent of the adaptation specified, or null if it is a root.
 Adaptation AdaptationHome.findParent(Adaptation anAdaptation, boolean ignored)
          Deprecated. Replaced by AdaptationHome.findParent(Adaptation).
 Adaptation AdaptationHome.getPreferredEdition(Adaptation target)
          Deprecated. Since versioning features, edition/release distinction in a single home is no more significant, hence this method returns the same object as the argument.
 Adaptation AdaptationHome.getPreferredRelease(Adaptation target)
          Deprecated. Since versioning features, edition/release distinction in a single home is no more significant, hence this method returns the same object as the argument.
 Adaptation Adaptation.getContainer()
          If this adaptation is a table occurrence, returns the instance that contains it; returns null if this adaptation is an instance.
 Adaptation Adaptation.getUpToDateInstance()
          Returns an up-to-date instance.
 

Methods in com.softwareag.mdm.adaptation with parameters of type Adaptation
 boolean RequestResult.contains(Adaptation anOccurrence)
          Returns true if the occurrence specified belongs to the result of this request (even if the occurrence is obsolete).
 PrimaryKey AdaptationTable.computePrimaryKey(Adaptation anOccurrence)
           
 PrimaryKeyWildCard AdaptationTable.computePrimaryKeyWildcard(Adaptation anAdaptation)
          Deprecated.  
 Adaptation AdaptationHome.findParent(Adaptation anAdaptation)
          Returns the parent of the adaptation specified, or null if it is a root.
 List AdaptationHome.findAllChildren(Adaptation anAdaptation)
          Returns a list of the adaptations that are direct children of the adaptation specified.
 List AdaptationHome.findAllDescendants(Adaptation anAdaptation)
          Returns a list of all the adaptations that inherit from the adaptation specified (either as direct children or as descendants of children, recursively).
 List AdaptationHome.findAllAgreements(Profile distributor, Adaptation aRoot)
          Returns a list of all the adaptations that are an agreement with the distributor specified and that are under the root specified.
 List AdaptationHome.findAllAgreements(com.softwareag.mdm.core.org.OrganizationName distributorName, Adaptation aRoot, boolean ignored)
          Deprecated. Replaced by AdaptationHome.findAllAgreements(Profile, Adaptation).
 List AdaptationHome.findAllChildren(Adaptation anAdaptation, boolean ignored)
          Deprecated. Replaced by AdaptationHome.findAllChildren(Adaptation).
 List AdaptationHome.findAllDescendants(Adaptation anAdaptation, boolean ignored)
          Deprecated. Replaced by AdaptationHome.findAllDescendants(Adaptation).
 Adaptation AdaptationHome.findParent(Adaptation anAdaptation, boolean ignored)
          Deprecated. Replaced by AdaptationHome.findParent(Adaptation).
 Adaptation AdaptationHome.getPreferredEdition(Adaptation target)
          Deprecated. Since versioning features, edition/release distinction in a single home is no more significant, hence this method returns the same object as the argument.
 Adaptation AdaptationHome.getPreferredRelease(Adaptation target)
          Deprecated. Since versioning features, edition/release distinction in a single home is no more significant, hence this method returns the same object as the argument.
 boolean AdaptationFilter.accept(Adaptation anAdaptation)
          Tells whether the adaptation is included in the filter result.
 

Uses of Adaptation in com.softwareag.mdm.schema
 

Methods in com.softwareag.mdm.schema with parameters of type Adaptation
 Object ValueFunction.getValue(Adaptation anAdaptation)
          Returns the value in the context of the adaptation specified.
 

Uses of Adaptation in com.softwareag.mdm.schema.trigger
 

Methods in com.softwareag.mdm.schema.trigger that return Adaptation
 Adaptation BeforeModifyOccurrenceContext.getAdaptationOccurrence()
          Returns the adaptation occurrence that will be modified.
 Adaptation BeforeDeleteOccurrenceContext.getAdaptationOccurrence()
          Returns the adaptation occurrence that will be deleted.
 Adaptation BeforeDeleteInstanceContext.getAdaptationInstance()
          Returns the adaptation instance that will be deleted.
 Adaptation BeforeCreateOccurrenceContext.getAdaptationOccurrence()
          Returns the adaptation occurrence that will be created.
 Adaptation AfterModifyOccurrenceContext.getAdaptationOccurrence()
          Returns the adaptation occurrence that has been modified.
 Adaptation AfterCreateOccurrenceContext.getAdaptationOccurrence()
          Returns the adaptation occurrence that has been created.
 Adaptation AfterCreateInstanceContext.getAdaptationInstance()
          Returns the adaptation instance that has been created.
 

Uses of Adaptation in com.softwareag.mdm.service
 

Methods in com.softwareag.mdm.service that return Adaptation
abstract  Adaptation ServiceContext.getCurrentAdaptation()
          Returns the adaptation currently selected in Manager.
 Adaptation ProcedureContext.doCreateRoot(SchemaLocation aSchemaLocation, AdaptationReference requestedNameOrNull, Profile owner)
          Creates a new root adaptation instance.
 Adaptation ProcedureContext.doCreateChild(AdaptationName aParentName, AdaptationReference requestedNameOrNull)
          Creates a new schema instance that is the child of the parent specified by aParentName.
 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.doOccult(Adaptation anOccurrence)
          Occults the adaptation occurrence 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.
 Adaptation ProcedureContext.doCopy(Adaptation anAdaptation)
          Copies the adaptation instance specified.
 Adaptation ProcedureContext.doCreateRoot(SchemaLocation aSchemaLocation, AdaptationReference requestedNameOrNull, com.softwareag.mdm.core.org.OrganizationName owner)
          Deprecated. Replaced by ProcedureContext.doCreateRoot(SchemaLocation, AdaptationReference, Profile).
 Adaptation ProcedureContext.doEditionRelease(AdaptationName aName)
          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.
 Adaptation ProcedureContext.doEditionDiscard(AdaptationName aName)
          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.
 Adaptation ProcedureContext.doModifyContent(Adaptation aTarget, com.softwareag.mdm.adaptation.uifacade.HrNode aRootNode)
          Deprecated. Replaced by ProcedureContext.doModifyContent(Adaptation, ValueContext).
 Adaptation ProcedureContext.doCreateDeriving(PrimaryKey parentKey, com.softwareag.mdm.adaptation.uifacade.HrNode aNode, AdaptationTable aTable)
          Deprecated. Replaced by ProcedureContext.doCreateDeriving(ValueContext, ValueContext, AdaptationTable).
 Adaptation ProcedureContext.doCreateOcculting(PrimaryKey parentKey, AdaptationTable aTable)
          Deprecated. Replaced by ProcedureContext.doCreateOcculting(ValueContext, AdaptationTable).
 Adaptation ProcedureContext.doCreateOverwriting(PrimaryKey parentKey, com.softwareag.mdm.adaptation.uifacade.HrNode aNode, AdaptationTable aTable)
          Deprecated. Replaced by ProcedureContext.doCreateOverwriting(ValueContext, AdaptationTable).
 Adaptation ProcedureContext.doCreateRootChild(com.softwareag.mdm.adaptation.uifacade.HrNode rootNode, AdaptationTable aContainer)
          Deprecated. Replaced by ProcedureContext.doCreateRoot(ValueContext, AdaptationTable).
 Adaptation ImportSpec.getTargetAdaptation()
           
 Adaptation ExportSpec.getSourceAdaptation()
           
 

Methods in com.softwareag.mdm.service with parameters of type Adaptation
 AccessPermission SessionPermissions.getAdaptationAccessPermission(Adaptation anAdaptation)
          Returns the current user's access right on the adaptation instance or occurrence specified.
 AccessPermission SessionPermissions.getNodeAccessPermission(SchemaNode aNode, Adaptation anAdaptation)
          Returns the current user's access right on the node specified.
 ActionPermission SessionPermissions.getInstanceActionPermissionToCreateChild(Adaptation anInstance)
          Current user's action permission for creating child instances of the adaptation instance specified.
 ActionPermission SessionPermissions.getInstanceActionPermissionToManageAgreement(Adaptation anInstance)
          Current user's action permission for managing agreements of the adaptation instance specified.
 ActionPermission SessionPermissions.getInstanceActionPermissionToCreateDuplicate(Adaptation anInstance)
          Current user's action permission for duplicating the adaptation instance specified.
 ActionPermission SessionPermissions.getOccurrenceActionPermissionToOverwrite(Adaptation occurrence, AdaptationTable aTable)
          Current user's action permission for overwritting the table record specified.
 ActionPermission SessionPermissions.getOccurrenceActionPermissionToOccult(Adaptation occurrence, AdaptationTable aTable)
          Current user's action permission for occulting the table record specified.
 ActionPermission SessionPermissions.getOccurrenceActionPermissionToDerive(Adaptation occurrence, AdaptationTable aTable)
          Current user's action permission for deriving the table record specified.
 ActionPermission SessionPermissions.getOccurrenceActionPermissionToDelete(Adaptation occurrence, AdaptationTable aTable)
          Current user's action permission for deleting the table record specified.
 boolean Session.isUserOwner(Adaptation anAdaptation)
          Returns true if this user is an owner of the adaptation specified.
 ActionPermission ServicePermission.getPermission(SchemaNode aNode, Adaptation anAdaptation, Session aSession)
          Returns a permission for the arguments specified.
abstract  String ServiceContext.getURLForSelection(Adaptation anAdaptation)
          Returns a Manager URL indicating that it must select the adaptation (instance or occurrence) specified.
abstract  String ServiceContext.getURLForSelection(Adaptation anAdaptation, Path aPath)
          Returns a Manager URL indicating that it must select the adaptation (instance or occurrence) and the node specified.
 Adaptation ProcedureContext.doOccult(Adaptation anOccurrence)
          Occults the adaptation occurrence specified.
 Adaptation ProcedureContext.doModifyContent(Adaptation aTarget, ValueContext aContent)
          Modifies the adaptation content as specified.
 Adaptation ProcedureContext.doCopy(Adaptation anAdaptation)
          Copies the adaptation instance specified.
 void ProcedureContext.makeOccultationsInChildTable(Adaptation target, Path tablePath)
          Any parent occurrence that is not overwritten will be occulted.
 ValueContextForUpdate ProcedureContext.getContextForNewOccurrence(Adaptation occurrenceToCopy, AdaptationTable aTable)
          Provides an interface for copying a context from an existing occurrence.
 boolean ProcedureContext.hasEdition(Adaptation target)
          Deprecated. Since version 4.0, the notion of local edition is replaced by the more general concept of branch.
 Adaptation ProcedureContext.doModifyContent(Adaptation aTarget, com.softwareag.mdm.adaptation.uifacade.HrNode aRootNode)
          Deprecated. Replaced by ProcedureContext.doModifyContent(Adaptation, ValueContext).
 void ImportSpec.setTargetAdaptation(Adaptation aTarget)
          Specifies the target of the import (mandatory property).
 void ExportSpec.setSourceAdaptation(Adaptation aSource)
          Specifies the source of the export (mandatory property).
 AccessPermission AccessRule.getPermission(Adaptation anAdaptation, Session aSession, SchemaNode aNode)
          Returns a permission for the arguments specified.
 

Uses of Adaptation in com.softwareag.mdm.service.comparison
 

Methods in com.softwareag.mdm.service.comparison that return Adaptation
 Adaptation ExtraOccurrenceOnRight.getExtraAdaptationOnRight()
           
 Adaptation ExtraOccurrenceOnLeft.getExtraAdaptationOnLeft()
           
 Adaptation ExtraOccurrence.getExtraOccurrence()
           
 Adaptation ExtraInstanceOnRight.getExtraAdaptationOnRight()
           
 Adaptation ExtraInstanceOnLeft.getExtraAdaptationOnLeft()
           
 Adaptation ExtraInstance.getExtraInstance()
           
 Adaptation ExtraAdaptationOnRight.getExtraAdaptationOnRight()
           
 Adaptation ExtraAdaptationOnLeft.getExtraAdaptationOnLeft()
           
 Adaptation DifferenceBetweenOccurrences.getOccurrenceOnLeft()
           
 Adaptation DifferenceBetweenOccurrences.getOccurrenceOnRight()
           
 Adaptation DifferenceBetweenOccurrences.getContentOnLeft()
           
 Adaptation DifferenceBetweenOccurrences.getContentOnRight()
           
 Adaptation DifferenceBetweenInstances.getInstanceOnLeft()
           
 Adaptation DifferenceBetweenInstances.getInstanceOnRight()
           
 Adaptation DifferenceBetweenInstances.getContentOnLeft()
           
 Adaptation DifferenceBetweenInstances.getContentOnRight()
           
 Adaptation DifferenceBetweenContents.getContentOnLeft()
           
 Adaptation DifferenceBetweenContents.getContentOnRight()
           
 

Methods in com.softwareag.mdm.service.comparison with parameters of type Adaptation
static DifferenceBetweenInstances DifferenceHelper.compareInstances(Adaptation instanceOnLeft, Adaptation instanceOnRight, boolean isResolvedMode)
          Performs a comparison between two instances.
static DifferenceBetweenOccurrences DifferenceHelper.compareOccurrences(Adaptation occurrenceOnLeft, Adaptation occurrenceOnRight, boolean isResolvedMode)
          Performs a comparison between two occurrences.
static DifferenceBetweenOccurrences DifferenceHelper.compareOccurrences(Adaptation occurrenceOnLeft, Adaptation occurrenceOnRight, boolean isResolvedMode, boolean showDetails)
          Performs a comparison between two occurrences.
 

Uses of Adaptation in com.softwareag.mdm.ui
 

Methods in com.softwareag.mdm.ui with parameters of type Adaptation
static Object UIHttpNavigationLink.createLinkToAdaptationNode(Adaptation target, Path targetPath)
          Generates HTTP selection parameters for a specific node at path in adaptation
static String UIHttpNavigationLink.createLinkToOccurrence(Adaptation target)
          Generates HTTP selection parameters for an adaptation occurrence in the current instance adaptation.
static Object UIHttpNavigationLink.createLinkToOccurrence(Adaptation target, Adaptation targetContainer)
          Generates HTTP selection parameters for an adaptation occurrence in a specific instance adaptation.
static void UIHttpNavigationLink.addLinkToOccurrence(Adaptation target, Adaptation targetContainer, UIContext aContext)
          Writes url link to adaptation occurrence in a specific instance adaptation.
static void UIHttpNavigationLink.addLinkToAdaptationNode(Adaptation target, Path targetPath, UIContext aContext)
          Writes url link to node at path in a specific instance adaptation.
 void UIHttpManagerComponent.selectInstanceOrOccurrence(Adaptation anAdaptation)
          Selects the entity specified, an instance or an occurrence.
 void UIHttpManagerComponent.selectInstanceOrOccurrenceWithPredicate(Adaptation anAdaptation, String predicate)
          Selects the entity specified, an instance or an occurrence with the predicate restriction
 void UIHttpManagerComponent.selectNode(Adaptation anAdaptation, Path aNode)
          Selects the node specified.
 void UIHttpManagerComponent.selectNode(Adaptation anAdaptation, Path aNode, String predicate)
          Selects the node specified with the predicate restriction
 



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