com.evolveum.midpoint.model.lens
Class AssignmentPath

java.lang.Object
  extended by com.evolveum.midpoint.model.lens.AssignmentPath

public class AssignmentPath
extends java.lang.Object

Author:
semancik

Constructor Summary
AssignmentPath()
           
 
Method Summary
 void add(AssignmentPathSegment segment)
           
 AssignmentPath clone()
          Shallow clone.
 AssignmentType getFirstAssignment()
           
 java.util.List<AssignmentPathSegment> getSegments()
           
 boolean isEmpty()
           
 void remove(AssignmentPathSegment segment)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssignmentPath

public AssignmentPath()
Method Detail

getSegments

public java.util.List<AssignmentPathSegment> getSegments()

add

public void add(AssignmentPathSegment segment)

remove

public void remove(AssignmentPathSegment segment)

getFirstAssignment

public AssignmentType getFirstAssignment()

isEmpty

public boolean isEmpty()

clone

public AssignmentPath clone()
Shallow clone.

Overrides:
clone in class java.lang.Object


Copyright © 2012 evolveum. All Rights Reserved.