com.softwareag.centrasite.policy.api
Class PolicyExportHandlerResult

java.lang.Object
  extended by com.softwareag.centrasite.policy.api.PolicyExportHandlerResult

public class PolicyExportHandlerResult
extends java.lang.Object

Class for returning results from the OnExport policy to the caller.


Nested Class Summary
static class PolicyExportHandlerResult.ObjectSet
          A top object with its related objects and resources
static class PolicyExportHandlerResult.OrgSet
          Represent the result of exporting an organization.
static class PolicyExportHandlerResult.OrgType
          A asset type within an organization.
 
Field Summary
static java.lang.String CONTEXT_QUALIFIER
           
 
Constructor Summary
PolicyExportHandlerResult()
           
 
Method Summary
 void addAssetTypes(java.util.Collection<javax.xml.registry.infomodel.RegistryObject> assetTypes)
           
 void addInstanceSets(java.util.Collection<PolicyExportHandlerResult.ObjectSet> instanceSets)
           
 void addNonShared(java.util.Collection<javax.xml.registry.infomodel.RegistryObject> nonShared)
           
 void addOrganizationSets(java.util.Collection<PolicyExportHandlerResult.OrgSet> organizationSets)
           
 void addRequired(java.util.Collection<javax.xml.registry.infomodel.RegistryObject> required)
           
 void addShared(java.util.Collection<javax.xml.registry.infomodel.RegistryObject> shared)
           
 void addWebdavAssetType(java.util.Collection<java.lang.String> webdavAssetTypes)
           
 void addWebdavNonShared(java.util.Collection<java.lang.String> webdavNonShared)
           
 void addWebdavRequired(java.util.Collection<java.lang.String> webdavRequired)
           
 void addWebdavShared(java.util.Collection<java.lang.String> webdavShared)
           
 java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getAssetTypes()
           
 java.util.Collection<PolicyExportHandlerResult.ObjectSet> getInstanceSets()
           
 java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getNonShared()
           
 java.util.Collection<PolicyExportHandlerResult.OrgSet> getOrganizationSets()
           
 java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getRequired()
           
 java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getShared()
           
 java.util.Collection<java.lang.String> getWebdavAssetTypes()
           
 java.util.Collection<java.lang.String> getWebdavNonShared()
           
 java.util.Collection<java.lang.String> getWebdavRequired()
           
 java.util.Collection<java.lang.String> getWebdavShared()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONTEXT_QUALIFIER

public static final java.lang.String CONTEXT_QUALIFIER
See Also:
Constant Field Values
Constructor Detail

PolicyExportHandlerResult

public PolicyExportHandlerResult()
Method Detail

getNonShared

public java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getNonShared()

addNonShared

public void addNonShared(java.util.Collection<javax.xml.registry.infomodel.RegistryObject> nonShared)

getShared

public java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getShared()

addShared

public void addShared(java.util.Collection<javax.xml.registry.infomodel.RegistryObject> shared)

getRequired

public java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getRequired()

addRequired

public void addRequired(java.util.Collection<javax.xml.registry.infomodel.RegistryObject> required)

getAssetTypes

public java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getAssetTypes()

addAssetTypes

public void addAssetTypes(java.util.Collection<javax.xml.registry.infomodel.RegistryObject> assetTypes)

getWebdavNonShared

public java.util.Collection<java.lang.String> getWebdavNonShared()

addWebdavNonShared

public void addWebdavNonShared(java.util.Collection<java.lang.String> webdavNonShared)

getWebdavShared

public java.util.Collection<java.lang.String> getWebdavShared()

addWebdavShared

public void addWebdavShared(java.util.Collection<java.lang.String> webdavShared)

getWebdavRequired

public java.util.Collection<java.lang.String> getWebdavRequired()

addWebdavRequired

public void addWebdavRequired(java.util.Collection<java.lang.String> webdavRequired)

getWebdavAssetTypes

public java.util.Collection<java.lang.String> getWebdavAssetTypes()

addWebdavAssetType

public void addWebdavAssetType(java.util.Collection<java.lang.String> webdavAssetTypes)

getOrganizationSets

public java.util.Collection<PolicyExportHandlerResult.OrgSet> getOrganizationSets()

addOrganizationSets

public void addOrganizationSets(java.util.Collection<PolicyExportHandlerResult.OrgSet> organizationSets)

getInstanceSets

public java.util.Collection<PolicyExportHandlerResult.ObjectSet> getInstanceSets()

addInstanceSets

public void addInstanceSets(java.util.Collection<PolicyExportHandlerResult.ObjectSet> instanceSets)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object