Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentPathType
-
-
Uses of AssignmentPathType in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return AssignmentPathType Modifier and Type Method Description AssignmentPathTypeAssignmentPath. toAssignmentPathType(boolean includeAssignmentsContent)Methods in com.evolveum.midpoint.model.api.context with parameters of type AssignmentPathType Modifier and Type Method Description static ExtensionTypeAssignmentPath. collectExtensions(AssignmentPathType path, int startAt, ModelService modelService, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of AssignmentPathType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with parameters of type AssignmentPathType Modifier and Type Method Description ExtensionTypeMidpointFunctions. collectExtensions(AssignmentPathType path, int startAt) -
Uses of AssignmentPathType in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util with parameters of type AssignmentPathType Modifier and Type Method Description static ExtensionTypeAssignmentPathUtil. collectExtensions(AssignmentPathType path, int startAt, ModelService modelService, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of AssignmentPathType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as AssignmentPathType Modifier and Type Field Description protected AssignmentPathTypeEvaluatedPolicyRuleType. assignmentPathprotected AssignmentPathTypeEvaluatedExclusionTriggerType. conflictingObjectPathMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AssignmentPathType Modifier and Type Method Description AssignmentPathTypeEvaluatedPolicyRuleType. beginAssignmentPath()AssignmentPathTypeResourceObjectConstructionEvaluationTraceType. beginAssignmentPath()AssignmentPathTypeEvaluatedExclusionTriggerType. beginConflictingObjectPath()AssignmentPathTypeAssignmentPathType. clone()Creates and returns a deep copy of this object.AssignmentPathTypeObjectFactory. createAssignmentPathType()Create an instance ofAssignmentPathTypeAssignmentPathTypeEvaluatedPolicyRuleType. getAssignmentPath()Gets the value of the assignmentPath property.AssignmentPathTypeResourceObjectConstructionEvaluationTraceType. getAssignmentPath()AssignmentPathTypeEvaluatedExclusionTriggerType. getConflictingObjectPath()Gets the value of the conflictingObjectPath property.AssignmentPathTypeAssignmentPathType. segment(AssignmentPathSegmentType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AssignmentPathType Modifier and Type Method Description EvaluatedPolicyRuleTypeEvaluatedPolicyRuleType. assignmentPath(AssignmentPathType value)ResourceObjectConstructionEvaluationTraceTypeResourceObjectConstructionEvaluationTraceType. assignmentPath(AssignmentPathType value)EvaluatedExclusionTriggerTypeEvaluatedExclusionTriggerType. conflictingObjectPath(AssignmentPathType value)voidEvaluatedPolicyRuleType. setAssignmentPath(AssignmentPathType value)Sets the value of the assignmentPath property.voidResourceObjectConstructionEvaluationTraceType. setAssignmentPath(AssignmentPathType value)voidEvaluatedExclusionTriggerType. setConflictingObjectPath(AssignmentPathType value)Sets the value of the conflictingObjectPath property.Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AssignmentPathType Constructor Description AssignmentPathType(AssignmentPathType o)Creates a newAssignmentPathTypeinstance by deeply copying a givenAssignmentPathTypeinstance.
-