com.microstrategy.web.objects.admin.licensing.LicensedUsers |
The LicensedUsers interface represents a list of users which use a license of a single type.
It is obtained from the UserLicenseAudit
interface, and is the result of an audit operation.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract Enumeration |
elements()
Returns a java.util.Enumeration which can be used to iterate through the collection.
| ||||||||||
abstract WebUserEntity |
get(int i)
Returns the user at the given index in the collection
| ||||||||||
abstract int |
getLicenseType()
Returns the license type of the collection, from
EnumDSSXMLLicenseType . | ||||||||||
abstract boolean |
isEmpty()
Returns whether there are any users in the collection.
| ||||||||||
abstract int |
size()
Returns the number of users in the collection.
|
Returns a java.util.Enumeration which can be used to iterate through the collection.
Returns the user at the given index in the collection
i | The index of the user to return. |
---|
WebUser
object at the given index in the collection.
Returns the license type of the collection, from EnumDSSXMLLicenseType
.
EnumDSSXMLLicenseType
.
Returns whether there are any users in the collection.
Returns the number of users in the collection.