Uses of Interface
com.redwood.scheduler.api.model.LicenseKey
-
Packages that use LicenseKey Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of LicenseKey in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type LicenseKey Modifier and Type Field Description static QueryObjectType<LicenseKey>
LicenseKey. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return LicenseKey Modifier and Type Method Description LicenseKey
SchedulerSession. createLicenseKey()
Return a new instance of LicenseKey.static LicenseKey
BusinessKeyLookup. getLicenseKeyByBusinessKey(SchedulerSession session, String key)
Query an instance ofLicenseKey
, based on its business key.LicenseKey
SchedulerSession. getLicenseKeyByContractName(String contractName, String name)
Get theLicenseKey
by ContractName.LicenseKey
BusinessKeyResolver. getLicenseKeyByKey(BusinessKey key)
Query an instance ofLicenseKey
, based on its business key.LicenseKey
SchedulerSession. getLicenseKeyByName(String name)
Get theLicenseKey
by Name.LicenseKey
SchedulerSession. getLicenseKeyByUniqueId(Long uniqueId)
Get theLicenseKey
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type LicenseKey Modifier and Type Method Description RWIterable<LicenseKey>
SchedulerSession. getLicenseKeysByContractName(String contractName)
Get all the license keys associated with a contract.Methods in com.redwood.scheduler.api.model with parameters of type LicenseKey Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(LicenseKey theLicenseKey)
void
ConcreteObjectCallback. handle(LicenseKey theLicenseKey)
-
Uses of LicenseKey in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type LicenseKey Modifier and Type Method Description Iterator<LicenseKey>
SchedulerSessionComp. getLicenseKeysByContractName(String contractName)
Deprecated.This method is only here to provide binary compatibility with old releases of the software.
-