org.LexGrid.LexBIG.Impl.export.common.util
Class CngFactory
java.lang.Object
org.LexGrid.LexBIG.Impl.export.common.util.CngFactory
public class CngFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CngFactory
public CngFactory()
createCngExportAll
public static CodedNodeGraph createCngExportAll(java.lang.String urn,
java.lang.String ver)
throws LBException
- Throws:
LBException
createCngAssociationsOnly
public static CodedNodeGraph createCngAssociationsOnly(java.lang.String urn,
java.lang.String ver)
throws LBException
- Throws:
LBException
crateCngRestrictToAssociation
public static CodedNodeGraph crateCngRestrictToAssociation(java.lang.String urn,
java.lang.String ver,
java.lang.String assocName)
createCngEntitiesOnly
public static CodedNodeGraph createCngEntitiesOnly(java.lang.String urn,
java.lang.String ver)
throws LBException
- Throws:
LBException