Package com.evolveum.midpoint.prism
Interface ItemPathParser
-
- All Known Implementing Classes:
ItemPathParserImpl
public interface ItemPathParserParses string representation ofItemPathandItemPathTypeobjects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UniformItemPathasItemPath(String value)ItemPathTypeasItemPathType(String value)
-
-
-
Method Detail
-
asItemPathType
ItemPathType asItemPathType(String value)
-
asItemPath
UniformItemPath asItemPath(String value)
-
-