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

Packages that use AssignmentType
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.web.bean   
com.evolveum.midpoint.xml.ns._public.common.common_1   
 

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

Methods in com.evolveum.midpoint.schema.util with parameters of type AssignmentType
static java.lang.String ObjectTypeUtil.toShortString(AssignmentType assignment)
           
 

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

Methods in com.evolveum.midpoint.web.bean that return AssignmentType
 AssignmentType AssignmentBean.getAssignment()
           
 

Constructors in com.evolveum.midpoint.web.bean with parameters of type AssignmentType
AssignmentBean(int id, AssignmentType assignment, ModelService model)
           
 

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

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 with type parameters of type AssignmentType
protected  java.util.List<AssignmentType> UserType.assignment
           
protected  java.util.List<AssignmentType> RoleType.assignment
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return AssignmentType
 AssignmentType ObjectFactory.createAssignmentType()
          Create an instance of AssignmentType
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return types with arguments of type AssignmentType
 java.util.List<AssignmentType> UserType.getAssignment()
          Gets the value of the assignment property.
 java.util.List<AssignmentType> RoleType.getAssignment()
          Gets the value of the assignment property.
 



Copyright © 2011 evolveum. All Rights Reserved.