public class PolicyExportHandlerResult
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PolicyExportHandlerResult.ObjectSet
A top object with its related objects and resources.
|
static class |
PolicyExportHandlerResult.OrgSet
Represents the result of exporting an organization.
|
static class |
PolicyExportHandlerResult.OrgType
An asset type within an organization.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONTEXT_QUALIFIER |
Constructor and Description |
---|
PolicyExportHandlerResult()
Constructs
PolicyExportHandlerResult object. |
Modifier and Type | Method and Description |
---|---|
void |
addAssetTypes(java.util.Collection<javax.xml.registry.infomodel.RegistryObject> assetTypes)
Adds the collection of asset types.
|
void |
addInstanceSets(java.util.Collection<PolicyExportHandlerResult.ObjectSet> instanceSets)
Adds the collection of instance sets.
|
void |
addNonShared(java.util.Collection<javax.xml.registry.infomodel.RegistryObject> nonShared)
Adds the collection of non-shared registry objects.
|
void |
addOrganizationSets(java.util.Collection<PolicyExportHandlerResult.OrgSet> organizationSets)
Adds the collection of organization sets.
|
void |
addRequired(java.util.Collection<javax.xml.registry.infomodel.RegistryObject> required)
Adds the collection of required registry objects.
|
void |
addShared(java.util.Collection<javax.xml.registry.infomodel.RegistryObject> shared)
Adds the collection of shared registry objects.
|
void |
addWebdavAssetType(java.util.Collection<java.lang.String> webdavAssetTypes)
Adds the collection of webdav asset types.
|
void |
addWebdavNonShared(java.util.Collection<java.lang.String> webdavNonShared)
Adds the collection of webdav non-shared objects.
|
void |
addWebdavRequired(java.util.Collection<java.lang.String> webdavRequired)
Adds the collection of webdav required-objects.
|
void |
addWebdavShared(java.util.Collection<java.lang.String> webdavShared)
Adds the collection of webdav shared objects.
|
java.util.Collection<javax.xml.registry.infomodel.RegistryObject> |
getAssetTypes()
Returns the collection of asset types as
RegistryObject . |
java.util.Collection<PolicyExportHandlerResult.ObjectSet> |
getInstanceSets()
Returns the collection of instance sets as
ObjectSet objects. |
java.util.Collection<javax.xml.registry.infomodel.RegistryObject> |
getNonShared()
Returns the collection of non-shared Registry objects.
|
java.util.Collection<PolicyExportHandlerResult.OrgSet> |
getOrganizationSets()
Returns the collection of organization sets as
OrgSet objects. |
java.util.Collection<javax.xml.registry.infomodel.RegistryObject> |
getRequired()
Returns the collection of required Registry objects.
|
java.util.Collection<javax.xml.registry.infomodel.RegistryObject> |
getShared()
Returns the collection of shared Registry objects.
|
java.util.Collection<java.lang.String> |
getWebdavAssetTypes()
Returns the collection of webdav asset types as
String objects. |
java.util.Collection<java.lang.String> |
getWebdavNonShared()
Returns the collection of webdav non-shared objects as
String . |
java.util.Collection<java.lang.String> |
getWebdavRequired()
Returns the collection of webdav required objects as
String . |
java.util.Collection<java.lang.String> |
getWebdavShared()
Returns the collection of webdav shared objects as
String . |
java.lang.String |
toString() |
public static final java.lang.String CONTEXT_QUALIFIER
public PolicyExportHandlerResult()
PolicyExportHandlerResult
object.public java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getNonShared()
public void addNonShared(java.util.Collection<javax.xml.registry.infomodel.RegistryObject> nonShared)
nonShared
- the collection of non-shared registry objects.public java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getShared()
public void addShared(java.util.Collection<javax.xml.registry.infomodel.RegistryObject> shared)
shared
- the collection of shared registry objects.public java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getRequired()
public void addRequired(java.util.Collection<javax.xml.registry.infomodel.RegistryObject> required)
required
- the collection of required registry objects.public java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getAssetTypes()
RegistryObject
.public void addAssetTypes(java.util.Collection<javax.xml.registry.infomodel.RegistryObject> assetTypes)
assetTypes
- the collection of asset types as RegistryObject
.public java.util.Collection<java.lang.String> getWebdavNonShared()
String
.public void addWebdavNonShared(java.util.Collection<java.lang.String> webdavNonShared)
webdavNonShared
- the collection of webdav non-shared objects.public java.util.Collection<java.lang.String> getWebdavShared()
String
.public void addWebdavShared(java.util.Collection<java.lang.String> webdavShared)
webdavShared
- the collection of webdav shared objects.public java.util.Collection<java.lang.String> getWebdavRequired()
String
.public void addWebdavRequired(java.util.Collection<java.lang.String> webdavRequired)
webdavRequired
- the collection of webdav required-objects.public java.util.Collection<java.lang.String> getWebdavAssetTypes()
String
objects.public void addWebdavAssetType(java.util.Collection<java.lang.String> webdavAssetTypes)
webdavAssetTypes
- the collection of webdav asset types.public java.util.Collection<PolicyExportHandlerResult.OrgSet> getOrganizationSets()
OrgSet
objects.public void addOrganizationSets(java.util.Collection<PolicyExportHandlerResult.OrgSet> organizationSets)
organizationSets
- the collection of organization sets.public java.util.Collection<PolicyExportHandlerResult.ObjectSet> getInstanceSets()
ObjectSet
objects.public void addInstanceSets(java.util.Collection<PolicyExportHandlerResult.ObjectSet> instanceSets)
instanceSets
- the collection of instance sets.public java.lang.String toString()
toString
in class java.lang.Object