Uses of Class
io.keyko.nevermined.models.service.Condition
-
Packages that use Condition Package Description io.keyko.nevermined.core.sla.handlers io.keyko.nevermined.models.service -
-
Uses of Condition in io.keyko.nevermined.core.sla.handlers
Methods in io.keyko.nevermined.core.sla.handlers that return types with arguments of type Condition Modifier and Type Method Description List<Condition>ServiceAgreementHandler. initializeConditions(Map<String,Object> params)Gets and Initializes all the conditions associated with a template -
Uses of Condition in io.keyko.nevermined.models.service
Fields in io.keyko.nevermined.models.service with type parameters of type Condition Modifier and Type Field Description List<Condition>Service.ServiceAgreementTemplate. conditionsMethods in io.keyko.nevermined.models.service that return Condition Modifier and Type Method Description ConditionService. getConditionbyName(String name)
-