Class LicenseLimits
- java.lang.Object
-
- com.perforce.p4java.impl.generic.core.ServerResource
-
- com.perforce.p4java.impl.generic.core.LicenseLimits
-
- All Implemented Interfaces:
ILicenseLimits
,IServerResource
public class LicenseLimits extends ServerResource implements ILicenseLimits
-
-
Field Summary
-
Fields inherited from class com.perforce.p4java.impl.generic.core.ServerResource
refreshable, server, updateable
-
-
Constructor Summary
Constructors Constructor Description LicenseLimits()
LicenseLimits(java.util.Map<java.lang.String,java.lang.Object> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>>
getCapability()
long
getClientCount()
long
getClientLimit()
long
getFileCount()
long
getFileLimit()
long
getLicenseExpires()
java.lang.String
getLicenseInvalid()
long
getLicenseTimeRemaining()
long
getRepoCount()
long
getRepoLimit()
long
getUserCount()
long
getUserLimit()
boolean
isLicensed()
-
Methods inherited from class com.perforce.p4java.impl.generic.core.ServerResource
canRefresh, canUpdate, clearRawFields, complete, getRawField, getRawFields, hasRawField, parseDate, refresh, setRawField, setRawFields, setRefreshable, setServer, toDateString, update, update, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.perforce.p4java.core.IServerResource
canRefresh, canUpdate, clearRawFields, complete, getRawField, getRawFields, hasRawField, refresh, setRawField, setRawFields, setServer, update, update, update
-
-
-
-
Method Detail
-
isLicensed
public boolean isLicensed()
- Specified by:
isLicensed
in interfaceILicenseLimits
-
getUserCount
public long getUserCount()
- Specified by:
getUserCount
in interfaceILicenseLimits
-
getUserLimit
public long getUserLimit()
- Specified by:
getUserLimit
in interfaceILicenseLimits
-
getClientCount
public long getClientCount()
- Specified by:
getClientCount
in interfaceILicenseLimits
-
getClientLimit
public long getClientLimit()
- Specified by:
getClientLimit
in interfaceILicenseLimits
-
getFileCount
public long getFileCount()
- Specified by:
getFileCount
in interfaceILicenseLimits
-
getFileLimit
public long getFileLimit()
- Specified by:
getFileLimit
in interfaceILicenseLimits
-
getRepoCount
public long getRepoCount()
- Specified by:
getRepoCount
in interfaceILicenseLimits
-
getRepoLimit
public long getRepoLimit()
- Specified by:
getRepoLimit
in interfaceILicenseLimits
-
getLicenseExpires
public long getLicenseExpires()
- Specified by:
getLicenseExpires
in interfaceILicenseLimits
-
getLicenseTimeRemaining
public long getLicenseTimeRemaining()
- Specified by:
getLicenseTimeRemaining
in interfaceILicenseLimits
-
getLicenseInvalid
public java.lang.String getLicenseInvalid()
- Specified by:
getLicenseInvalid
in interfaceILicenseLimits
-
getCapability
public java.util.List<java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>> getCapability()
- Specified by:
getCapability
in interfaceILicenseLimits
-
-