jp.go.nict.langrid.dao.archive
クラス DomainArchive

java.lang.Object
  上位を拡張 jp.go.nict.langrid.dao.archive.DomainArchive

public class DomainArchive
extends Object


コンストラクタの概要
DomainArchive(DaoContext dc, ZipInputStream zis)
           
 
メソッドの概要
 List<Domain> getDomains()
           
 List<Protocol> getProtocols()
           
 List<ResourceMetaAttribute> getResourceMetaAttributes(String domainId)
           
 List<ResourceType> getResourceTypes(String domainId)
           
 List<ServiceMetaAttribute> getServiceMetaAttributes(String domainId)
           
 List<ServiceType> getServiceTypes(String domainId)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DomainArchive

public DomainArchive(DaoContext dc,
                     ZipInputStream zis)
              throws IOException,
                     SQLException
例外:
IOException
SQLException
メソッドの詳細

getProtocols

public List<Protocol> getProtocols()

getDomains

public List<Domain> getDomains()

getResourceMetaAttributes

public List<ResourceMetaAttribute> getResourceMetaAttributes(String domainId)

getResourceTypes

public List<ResourceType> getResourceTypes(String domainId)

getServiceMetaAttributes

public List<ServiceMetaAttribute> getServiceMetaAttributes(String domainId)

getServiceTypes

public List<ServiceType> getServiceTypes(String domainId)