|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssignmentType | |
---|---|
com.evolveum.midpoint.model.synchronizer | |
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.model.synchronizer |
---|
Methods in com.evolveum.midpoint.model.synchronizer with parameters of type AssignmentType | |
---|---|
void |
AccountConstruction.addAssignment(AssignmentType assignment)
|
Assignment |
AssignmentEvaluator.evaluate(AssignmentType assignmentType,
ObjectType source,
OperationResult result)
|
Method parameters in com.evolveum.midpoint.model.synchronizer with type arguments of type AssignmentType | |
---|---|
void |
AccountConstruction.addAssignments(java.util.List<AssignmentType> assignmentPath)
|
SimpleDelta<Assignment> |
AssignmentEvaluator.evaluate(SimpleDelta<AssignmentType> assignmentTypeDelta,
ObjectType source,
OperationResult result)
|
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 |
DebugUtil.prettyPrint(AssignmentType 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 | |
---|---|
javax.xml.bind.JAXBElement<AssignmentType> |
ObjectFactory.createAssignment(AssignmentType value)
Create an instance of JAXBElement < 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. |
Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type AssignmentType | |
---|---|
javax.xml.bind.JAXBElement<AssignmentType> |
ObjectFactory.createAssignment(AssignmentType value)
Create an instance of JAXBElement < AssignmentType > } |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |