Package org.nuxeo.usermapper.service
Class UserMapperDescriptor
- java.lang.Object
-
- org.nuxeo.usermapper.service.UserMapperDescriptor
-
public class UserMapperDescriptor extends Object
XMap descriptor for contributingUserMapper
plugins- Since:
- 7.4
- Author:
- tiry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserMapperDescriptor.Type
-
Constructor Summary
Constructors Constructor Description UserMapperDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserMapper
getInstance()
UserMapperDescriptor.Type
getType()
-
-
-
Method Detail
-
getInstance
public UserMapper getInstance() throws Exception
- Throws:
Exception
-
getType
public UserMapperDescriptor.Type getType()
-
-