public interface ImportArchiveAccessor
Modifier and Type | Method and Description |
---|---|
java.util.Collection |
getPermission(Organization org)
Retrieving the permissions of a given organization.
|
java.util.Collection |
getPredefinedGroups(Organization org)
Retrieving the predefined groups of a given organization.
|
java.util.Collection |
getPredefinedRoles(Organization org)
Retrieving the predefined roles of a given organization.
|
java.util.Collection getPermission(Organization org) throws JAXRException
org
- the organization.JAXRException
- if an internal error occurs.java.util.Collection getPredefinedRoles(Organization org) throws JAXRException
org
- the organization.JAXRException
- if an internal error occurs on getting predefined roles.java.util.Collection getPredefinedGroups(Organization org) throws JAXRException
org
- the organizationJAXRException
- if an internal error occurs on getting predefined groups.