Package com.evolveum.midpoint.prism
Interface ItemPathParser
-
- All Known Implementing Classes:
ItemPathParserImpl
public interface ItemPathParser
-
-
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)
-
-