public class ClassObjectOperations.RefIntegrityTest extends Object
Constructor and Description |
---|
RefIntegrityTest() |
Modifier and Type | Method and Description |
---|---|
ClassDomain |
createSchemaObject(LibrarySession sess) |
Format |
createSystemObject(LibrarySession sess) |
void |
freeSchemaObject(LibrarySession sess,
ClassDomain clDom) |
void |
freeSystemObject(LibrarySession sess,
Format testFmt) |
void |
performTest()
Runs the test.
|
int |
showActiveSchemaObjects(LibrarySession sess) |
int |
showActiveSystemObjects(LibrarySession sess) |
void |
testActiveSchemaObjects(LibrarySession sess,
ClassDomain clDom,
int schemaObjCount) |
void |
testActiveSystemObjects(LibrarySession sess,
Format testFmt,
int systemObjCount) |
public void performTest() throws IfsException
IfsException
- if the operation failspublic Format createSystemObject(LibrarySession sess) throws Exception
Exception
public ClassDomain createSchemaObject(LibrarySession sess) throws Exception
Exception
public int showActiveSystemObjects(LibrarySession sess) throws Exception
Exception
public int showActiveSchemaObjects(LibrarySession sess) throws Exception
Exception
public void testActiveSystemObjects(LibrarySession sess, Format testFmt, int systemObjCount) throws Exception
Exception
public void testActiveSchemaObjects(LibrarySession sess, ClassDomain clDom, int schemaObjCount) throws Exception
Exception
public void freeSystemObject(LibrarySession sess, Format testFmt) throws Exception
Exception
public void freeSchemaObject(LibrarySession sess, ClassDomain clDom) throws Exception
Exception
Copyright © 2023. All rights reserved.