com.softwareag.centrasite.policy.api
Class PolicyExportHandlerResult.OrgType

java.lang.Object
  extended by com.softwareag.centrasite.policy.api.PolicyExportHandlerResult.ObjectSet
      extended by com.softwareag.centrasite.policy.api.PolicyExportHandlerResult.OrgType
Enclosing class:
PolicyExportHandlerResult

public static class PolicyExportHandlerResult.OrgType
extends PolicyExportHandlerResult.ObjectSet

A asset type within an organization.


Constructor Summary
PolicyExportHandlerResult.OrgType(javax.xml.registry.infomodel.Concept concept, java.util.Collection<javax.xml.registry.infomodel.RegistryObject> objects, java.util.Collection<java.lang.String> webdav)
           
 
Method Summary
 javax.xml.registry.infomodel.Concept getConcept()
           
 
Methods inherited from class com.softwareag.centrasite.policy.api.PolicyExportHandlerResult.ObjectSet
equals, getObjects, getTopObject, getWebdav, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PolicyExportHandlerResult.OrgType

public PolicyExportHandlerResult.OrgType(javax.xml.registry.infomodel.Concept concept,
                                         java.util.Collection<javax.xml.registry.infomodel.RegistryObject> objects,
                                         java.util.Collection<java.lang.String> webdav)
Method Detail

getConcept

public javax.xml.registry.infomodel.Concept getConcept()