7.0 Action Request System Java API

com.remedy.arsys.api
Class ViewSchemaInfo

java.lang.Object
  extended bycom.remedy.arsys.api.CompoundSchemaInfo
      extended bycom.remedy.arsys.api.ViewSchemaInfo
All Implemented Interfaces:
java.lang.Cloneable

public class ViewSchemaInfo
extends CompoundSchemaInfo
implements java.lang.Cloneable

The ViewSchemaInfo class represents a type of "external" schema that is created from a non-AR System database source, for example, an MS Access database.


Field Summary
 
Fields inherited from class com.remedy.arsys.api.CompoundSchemaInfo
m_type
 
Constructor Summary
ViewSchemaInfo(java.lang.String table, NameID key)
           
 
Method Summary
 java.lang.Object clone()
          Clone implementation that returns an Object with data cloned from self.
 NameID getKeyField()
          Returns the primary field Entry ID (entryId(C1)) that the external table maps to.
 char[] getTableName()
          Returns the name of the external table.
 
Methods inherited from class com.remedy.arsys.api.CompoundSchemaInfo
equals, getType, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewSchemaInfo

public ViewSchemaInfo(java.lang.String table,
                      NameID key)
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self.

Overrides:
clone in class CompoundSchemaInfo
Throws:
java.lang.CloneNotSupportedException

getTableName

public char[] getTableName()
Returns the name of the external table.


getKeyField

public NameID getKeyField()
Returns the primary field Entry ID (entryId(C1)) that the external table maps to.


7.0 Action Request System Java API