com.softwareag.centrasite.policy.api
Class PolicyExportHandlerResult
java.lang.Object
com.softwareag.centrasite.policy.api.PolicyExportHandlerResult
public class PolicyExportHandlerResult
- extends java.lang.Object
Class for returning results from the OnExport policy to the caller.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CONTEXT_QUALIFIER
public static final java.lang.String CONTEXT_QUALIFIER
- See Also:
- Constant Field Values
PolicyExportHandlerResult
public PolicyExportHandlerResult()
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