Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_1.ActivationType

Packages that use ActivationType
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.provisioning.util   
com.evolveum.midpoint.schema.processor   
com.evolveum.midpoint.web.bean   
com.evolveum.midpoint.web.model.dto   
com.evolveum.midpoint.xml.ns._public.common.common_1   
 

Uses of ActivationType in com.evolveum.midpoint.model.controller
 

Methods in com.evolveum.midpoint.model.controller with parameters of type ActivationType
static boolean ModelUtils.isActivationEnabled(ActivationType activation)
           
 

Uses of ActivationType in com.evolveum.midpoint.provisioning.util
 

Methods in com.evolveum.midpoint.provisioning.util that return ActivationType
static ActivationType ShadowCacheUtil.determineActivation(ResourceType resource, AccountShadowType shadow, OperationResult parentResult)
          Get account activation state from the resource object.
static ActivationType ShadowCacheUtil.determineActivation(ResourceType resource, ResourceObject ro, OperationResult parentResult)
          Get account activation state from the resource object.
 

Uses of ActivationType in com.evolveum.midpoint.schema.processor
 

Fields in com.evolveum.midpoint.schema.processor declared as ActivationType
protected  ActivationType ResourceObject.activation
           
 

Methods in com.evolveum.midpoint.schema.processor that return ActivationType
 ActivationType ResourceObject.createOrGetActivation()
           
 ActivationType ResourceObject.getActivation()
           
 

Methods in com.evolveum.midpoint.schema.processor with parameters of type ActivationType
 void ResourceObject.setActivation(ActivationType activation)
           
 

Uses of ActivationType in com.evolveum.midpoint.web.bean
 

Methods in com.evolveum.midpoint.web.bean that return ActivationType
 ActivationType ResourceCapability.getActivationType()
           
 

Uses of ActivationType in com.evolveum.midpoint.web.model.dto
 

Methods in com.evolveum.midpoint.web.model.dto that return ActivationType
 ActivationType AccountShadowDto.getActivation()
           
 

Methods in com.evolveum.midpoint.web.model.dto with parameters of type ActivationType
 void AccountShadowDto.setActivation(ActivationType activation)
           
 

Uses of ActivationType in com.evolveum.midpoint.xml.ns._public.common.common_1
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as ActivationType
protected  ActivationType UserType.activation
           
protected  ActivationType AccountShadowType.activation
           
protected  ActivationType AssignmentType.activation
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return ActivationType
 ActivationType ObjectFactory.createActivationType()
          Create an instance of ActivationType
 ActivationType UserType.getActivation()
          Gets the value of the activation property.
 ActivationType AccountShadowType.getActivation()
          Gets the value of the activation property.
 ActivationType AssignmentType.getActivation()
          Gets the value of the activation property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type ActivationType
 void UserType.setActivation(ActivationType value)
          Sets the value of the activation property.
 void AccountShadowType.setActivation(ActivationType value)
          Sets the value of the activation property.
 void AssignmentType.setActivation(ActivationType value)
          Sets the value of the activation property.
 



Copyright © 2012 evolveum. All Rights Reserved.