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

Packages that use ActivationType
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.provisioning.util   
com.evolveum.midpoint.repo.sql.data.common.embedded   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.web.component.assignment   
com.evolveum.midpoint.web.page.admin.home.dto   
com.evolveum.midpoint.xml.ns._public.common.common_2a   
 

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.completeActivation(ResourceObjectShadowType shadow, ResourceType resource, OperationResult parentResult)
          Completes activation state by determinig simulated activation if necessary.
 

Uses of ActivationType in com.evolveum.midpoint.repo.sql.data.common.embedded
 

Methods in com.evolveum.midpoint.repo.sql.data.common.embedded that return ActivationType
 ActivationType RActivation.toJAXB(PrismContext prismContext)
           
 

Methods in com.evolveum.midpoint.repo.sql.data.common.embedded with parameters of type ActivationType
static void RActivation.copyFromJAXB(ActivationType jaxb, RActivation repo, PrismContext prismContext)
           
static void RActivation.copyToJAXB(RActivation repo, ActivationType jaxb, PrismContext prismContext)
           
 

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

Methods in com.evolveum.midpoint.schema.util that return ActivationType
static ActivationType ResourceObjectShadowUtil.getOrCreateActivation(ResourceObjectShadowType shadowType)
           
 

Uses of ActivationType in com.evolveum.midpoint.web.component.assignment
 

Methods in com.evolveum.midpoint.web.component.assignment that return ActivationType
 ActivationType AssignmentEditorDto.getActivation()
           
 

Uses of ActivationType in com.evolveum.midpoint.web.page.admin.home.dto
 

Methods in com.evolveum.midpoint.web.page.admin.home.dto that return ActivationType
 ActivationType SimpleAssignmentDto.getActivation()
           
 

Constructors in com.evolveum.midpoint.web.page.admin.home.dto with parameters of type ActivationType
SimpleAssignmentDto(String assignmentName, AssignmentEditorDtoType type, ActivationType activation)
           
 

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

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return ActivationType
 ActivationType ActivationType.clone()
           
 ActivationType ObjectFactory.createActivationType()
          Create an instance of ActivationType
 ActivationType AssignmentType.getActivation()
           
 ActivationType ResourceObjectShadowType.getActivation()
           
 ActivationType UserType.getActivation()
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type ActivationType
 void AssignmentType.setActivation(ActivationType value)
           
 void ResourceObjectShadowType.setActivation(ActivationType value)
           
 void UserType.setActivation(ActivationType value)
           
 



Copyright © 2013 evolveum. All Rights Reserved.