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

Packages that use PrimaryKey
com.softwareag.mdm.adaptation Provides core classes and interfaces for accessing schema instances, tables and their occurrences.  
com.softwareag.mdm.service Provides classes and interfaces for implementing specific services and access rules on webMethods MDM.  
com.softwareag.mdm.service.comparison   
 

Uses of PrimaryKey in com.softwareag.mdm.adaptation
 

Fields in com.softwareag.mdm.adaptation declared as PrimaryKey
static PrimaryKey PrimaryKey.VOID_KEY
           
 

Methods in com.softwareag.mdm.adaptation that return PrimaryKey
static PrimaryKey PrimaryKey.parseList(List aList)
          .
static PrimaryKey PrimaryKey.parseString(String aString)
           
 PrimaryKey AdaptationTable.computePrimaryKey(Adaptation anOccurrence)
           
 PrimaryKey AdaptationTable.computePrimaryKey(ValueContext aContext)
           
 PrimaryKey AdaptationTable.computePrimaryKey(com.softwareag.mdm.adaptation.uifacade.HrNode aRootNode)
          Deprecated. Replaced by AdaptationTable.computePrimaryKey(ValueContext).
 PrimaryKey Adaptation.getOccurrencePrimaryKey()
          Returns the primary key of this occurrence.
 

Methods in com.softwareag.mdm.adaptation with parameters of type PrimaryKey
static PrimaryKeyWildCard PrimaryKeyWildCard.compute(PrimaryKey aBase, Path[] paths, Path wildCardKey)
          Deprecated.  
 boolean PrimaryKeyWildCard.accept(PrimaryKey aKey)
          Deprecated.  
 int PrimaryKey.compareTo(PrimaryKey other)
           
 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).
 PrimaryKeyWildCard AdaptationTable.computePrimaryKeyWildcard(PrimaryKey aBase, Path wildcardKey)
          Deprecated.  
 

Uses of PrimaryKey in com.softwareag.mdm.service
 

Methods in com.softwareag.mdm.service with parameters of type PrimaryKey
 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).
 

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

Methods in com.softwareag.mdm.service.comparison with parameters of type PrimaryKey
 ExtraOccurrenceOnLeft DifferenceBetweenTables.getExtraOccurrenceOnLeft(PrimaryKey aKey)
           
 ExtraOccurrenceOnRight DifferenceBetweenTables.getExtraOccurrenceOnRight(PrimaryKey aKey)
           
 DifferenceBetweenOccurrences DifferenceBetweenTables.getDeltaOccurrence(PrimaryKey aPrimaryKey)
           
 



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