public interface AssignmentPath extends DebugDumpable
INDENT_STRING
Modifier and Type | Method and Description |
---|---|
boolean |
containsTarget(ObjectType target) |
EvaluationOrder |
getEvaluationOrder() |
AssignmentPathSegment |
getFirstAssignmentSegment() |
List<? extends AssignmentPathSegment> |
getSegments() |
boolean |
isEmpty() |
AssignmentPathSegment |
last() |
int |
size() |
debugDump, debugDump
List<? extends AssignmentPathSegment> getSegments()
AssignmentPathSegment getFirstAssignmentSegment()
boolean isEmpty()
int size()
EvaluationOrder getEvaluationOrder()
AssignmentPathSegment last()
boolean containsTarget(ObjectType target)
Copyright © 2016 Evolveum. All rights reserved.