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()longgetClientCount()longgetClientLimit()longgetFileCount()longgetFileLimit()longgetLicenseExpires()java.lang.StringgetLicenseInvalid()longgetLicenseTimeRemaining()longgetRepoCount()longgetRepoLimit()longgetUserCount()longgetUserLimit()booleanisLicensed()-
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:
isLicensedin interfaceILicenseLimits
-
getUserCount
public long getUserCount()
- Specified by:
getUserCountin interfaceILicenseLimits
-
getUserLimit
public long getUserLimit()
- Specified by:
getUserLimitin interfaceILicenseLimits
-
getClientCount
public long getClientCount()
- Specified by:
getClientCountin interfaceILicenseLimits
-
getClientLimit
public long getClientLimit()
- Specified by:
getClientLimitin interfaceILicenseLimits
-
getFileCount
public long getFileCount()
- Specified by:
getFileCountin interfaceILicenseLimits
-
getFileLimit
public long getFileLimit()
- Specified by:
getFileLimitin interfaceILicenseLimits
-
getRepoCount
public long getRepoCount()
- Specified by:
getRepoCountin interfaceILicenseLimits
-
getRepoLimit
public long getRepoLimit()
- Specified by:
getRepoLimitin interfaceILicenseLimits
-
getLicenseExpires
public long getLicenseExpires()
- Specified by:
getLicenseExpiresin interfaceILicenseLimits
-
getLicenseTimeRemaining
public long getLicenseTimeRemaining()
- Specified by:
getLicenseTimeRemainingin interfaceILicenseLimits
-
getLicenseInvalid
public java.lang.String getLicenseInvalid()
- Specified by:
getLicenseInvalidin interfaceILicenseLimits
-
getCapability
public java.util.List<java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>> getCapability()
- Specified by:
getCapabilityin interfaceILicenseLimits
-
-