Uses of Class
com.opencloud.slee.profile.ProfileDataCollection
-
Packages that use ProfileDataCollection Package Description com.opencloud.rhino.management.profile -
-
Uses of ProfileDataCollection in com.opencloud.rhino.management.profile
Methods in com.opencloud.rhino.management.profile that return ProfileDataCollection Modifier and Type Method Description ProfileDataCollection
ProfileProvisioningMBean. exportProfiles(String profileTableName, String[] profileNames)
Export a list of profiles from a profile table.Methods in com.opencloud.rhino.management.profile with parameters of type ProfileDataCollection Modifier and Type Method Description ProfileImportResult
ProfileProvisioningMBean. importProfiles(ProfileDataCollection profileData)
Import a collection of profile data.ProfileImportResult
ProfileProvisioningMBean. importProfiles(ProfileDataCollection profileData, boolean verifyProfiles)
Import a collection of profile data.
-