com.softwareag.mdm.adaptation
Class PrimaryKeyWildCard

java.lang.Object
  extended bycom.softwareag.mdm.adaptation.PrimaryKeyWildCard

Deprecated. A better and more general way is to use AdaptationFilter class.

public final class PrimaryKeyWildCard
extends Object

Defines a table occurrence primary key wildcard. That is, an instance of this class is an incomplete primary key that may be used for table lookups.

See Also:
Request.setSpecificFilter(AdaptationFilter)

Method Summary
 boolean accept(PrimaryKey aKey)
          Deprecated.  
static PrimaryKeyWildCard compute(PrimaryKey aBase, Path[] paths, Path wildCardKey)
          Deprecated.  
static PrimaryKeyWildCard compute(String[] crits)
          Deprecated. A wildcard is a null element in the array.
 String[] getCriteria()
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

compute

public static PrimaryKeyWildCard compute(PrimaryKey aBase,
                                         Path[] paths,
                                         Path wildCardKey)
Deprecated. 

compute

public static PrimaryKeyWildCard compute(String[] crits)
Deprecated. 
A wildcard is a null element in the array.


accept

public boolean accept(PrimaryKey aKey)
Deprecated. 

toString

public String toString()
Deprecated. 

getCriteria

public String[] getCriteria()
Deprecated. 


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