public static class PolicyExportHandlerResult.OrgSet
extends java.lang.Object
Constructor and Description |
---|
OrgSet(Organization organization,
java.util.Collection<RegistryObject> relatedObjects)
Constructs
OrgSet object. |
Modifier and Type | Method and Description |
---|---|
void |
addAssociatedObjects(java.util.Collection<RegistryObject> associatedObjects)
Adds the collection of associated
RegistryObject objects. |
void |
addAssociatedWebdav(java.util.Collection<java.lang.String> associatedWebdav)
Adds the collection of associate webdav objects.
|
void |
addOrgObjectSet(PolicyExportHandlerResult.ObjectSet objectSet)
Adds the organization object-set as
ObjectSet . |
void |
addOrgType(PolicyExportHandlerResult.OrgType orgType)
Adds the collection of organization type objects.
|
boolean |
equals(java.lang.Object obj) |
java.util.Collection<RegistryObject> |
getAssociatedObjects()
Returns the collection of associated
RegistryObject objects. |
java.util.Collection<java.lang.String> |
getAssociatedWebdav()
Returns the collection of associated Webdav as
String objects. |
Organization |
getOrganization()
Returns the current organization.
|
java.util.Collection<PolicyExportHandlerResult.ObjectSet> |
getOrgObjectSets()
Returns the collection of organization object sets as
ObjectSet objects. |
java.util.Collection<PolicyExportHandlerResult.OrgType> |
getOrgTypes()
Returns the collection of organization type objects.
|
java.util.Collection<RegistryObject> |
getRelatedObjects()
Returns the collection of related
RegistryObject objects. |
int |
hashCode() |
void |
setAssociatedObjects(java.util.Collection<RegistryObject> associatedObjects)
Sets the collection of associated
RegistryObject objects. |
void |
setAssociatedWebdav(java.util.Collection<java.lang.String> associatedWebdav)
Sets the collection of associated
RegistryObject objects. |
java.lang.String |
toString() |
public OrgSet(Organization organization, java.util.Collection<RegistryObject> relatedObjects)
OrgSet
object.organization
- the Organization
object.relatedObjects
- the collection of related objects (users, groups, roles, permissions).public Organization getOrganization()
Organization
public java.util.Collection<RegistryObject> getRelatedObjects()
RegistryObject
objects.public java.util.Collection<RegistryObject> getAssociatedObjects()
RegistryObject
objects.RegistryObject
objects.public java.util.Collection<PolicyExportHandlerResult.ObjectSet> getOrgObjectSets()
ObjectSet
objects.ObjectSet
objects.public void setAssociatedObjects(java.util.Collection<RegistryObject> associatedObjects)
RegistryObject
objects.associatedObjects
- the collection of associated RegistryObject
objects.public void addAssociatedObjects(java.util.Collection<RegistryObject> associatedObjects)
RegistryObject
objects.associatedObjects
- the collection of associated RegistryObject
objects.public void addOrgObjectSet(PolicyExportHandlerResult.ObjectSet objectSet)
ObjectSet
.objectSet
- the object-set of type ObjectSet
.public java.util.Collection<java.lang.String> getAssociatedWebdav()
String
objects.public void setAssociatedWebdav(java.util.Collection<java.lang.String> associatedWebdav)
RegistryObject
objects.associatedWebdav
- the collection of associated RegistryObject
objects.public void addAssociatedWebdav(java.util.Collection<java.lang.String> associatedWebdav)
associatedWebdav
- the collection of associate webdav objects.public void addOrgType(PolicyExportHandlerResult.OrgType orgType)
orgType
- the collection of organization type objects.public java.util.Collection<PolicyExportHandlerResult.OrgType> getOrgTypes()
OrgType
objects.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object