Package com.evolveum.midpoint.prism
Interface ItemPathParser
-
public interface ItemPathParser
Parses string representation ofItemPath
andItemPathType
objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UniformItemPath
asItemPath(String value)
ItemPathType
asItemPathType(String value)
-
-
-
Method Detail
-
asItemPathType
ItemPathType asItemPathType(String value)
-
asItemPath
UniformItemPath asItemPath(String value)
-
-