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

Packages that use AdaptationTable
com.softwareag.mdm.adaptation Provides core classes and interfaces for accessing schema instances, tables and their occurrences.  
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 AdaptationTable in com.softwareag.mdm.adaptation
 

Methods in com.softwareag.mdm.adaptation that return AdaptationTable
 AdaptationTable RequestResult.getTable()
           
 AdaptationTable ReadContext.getTable(Path aPath)
          Returns the table instance hold by the node specified.
 AdaptationTable Adaptation.getContainerTable()
          If this is an occurrence, returns the table that contains it; returns null if this is an instance.
 

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

Methods in com.softwareag.mdm.schema.trigger that return AdaptationTable
 AdaptationTable TableTriggerExecutionContext.getTable()
          Returns the table of the occurrence that has been created.
 

Uses of AdaptationTable in com.softwareag.mdm.service
 

Methods in com.softwareag.mdm.service with parameters of type AdaptationTable
 ActionPermission SessionPermissions.getOccurrenceActionPermissionToCreate(AdaptationTable aTable)
          Current user's action permission for creating a table record on the adaptation table 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.
 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.
 ValueContextForUpdate ProcedureContext.getContextForNewOccurrence(AdaptationTable aTable)
          Provides an interface for setting values on a context that conforms to any occurrence of the table specified.
 ValueContextForUpdate ProcedureContext.getContextForNewOccurrence(Adaptation occurrenceToCopy, AdaptationTable aTable)
          Provides an interface for copying a context from an existing occurrence.
 com.softwareag.mdm.adaptation.uifacade.HrNode ProcedureContext.getNodeForCreatingOccurrence(AdaptationTable aTable)
          Deprecated. Replaced by ProcedureContext.getContextForNewOccurrence(AdaptationTable).
 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).
 

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

Methods in com.softwareag.mdm.service.comparison that return AdaptationTable
 AdaptationTable DifferenceBetweenTables.getLeft()
           
 AdaptationTable DifferenceBetweenTables.getRight()
           
 

Methods in com.softwareag.mdm.service.comparison with parameters of type AdaptationTable
static DifferenceBetweenInstances DifferenceHelper.compareTables(AdaptationTable tableOnLeft, AdaptationTable tableOnRight, boolean isResolvedMode)
          Performs a comparison between two tables.
 

Uses of AdaptationTable in com.softwareag.mdm.ui
 

Methods in com.softwareag.mdm.ui that return AdaptationTable
 AdaptationTable UITableFilterResponseContext.getTable()
          Returns the current table.
 



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