com.centrasite.jaxr.importexport
Interface ImportArchiveAccessor


public interface ImportArchiveAccessor


Method Summary
 java.util.Collection getPermission(javax.xml.registry.infomodel.Organization org)
          Retrieving the permissions of a given organization
 java.util.Collection getPredefinedGroups(javax.xml.registry.infomodel.Organization org)
          Retrieving the predefined groups of a given organization
 java.util.Collection getPredefinedRoles(javax.xml.registry.infomodel.Organization org)
          Retrieving the predefined roles of a given organization
 

Method Detail

getPermission

java.util.Collection getPermission(javax.xml.registry.infomodel.Organization org)
                                   throws javax.xml.registry.JAXRException
Retrieving the permissions of a given organization

Parameters:
org - the organization
Returns:
collection of Permission objects
Throws:
javax.xml.registry.JAXRException

getPredefinedRoles

java.util.Collection getPredefinedRoles(javax.xml.registry.infomodel.Organization org)
                                        throws javax.xml.registry.JAXRException
Retrieving the predefined roles of a given organization

Parameters:
org - the organization
Returns:
collection of Roles objects
Throws:
javax.xml.registry.JAXRException

getPredefinedGroups

java.util.Collection getPredefinedGroups(javax.xml.registry.infomodel.Organization org)
                                         throws javax.xml.registry.JAXRException
Retrieving the predefined groups of a given organization

Parameters:
org - the organization
Returns:
collection of Group objects
Throws:
javax.xml.registry.JAXRException