Package | Description |
---|---|
com.wewebu.ow.server.ecmimpl.opencmis.ui |
Modifier and Type | Method and Description |
---|---|
protected OwCMISUserSelectionModule.OwCMISInfoItem |
OwCMISUserSelectionModule.createRoleInfo(String name_p)
Factory method to create a instance representing
a role with given name.
|
protected OwCMISUserSelectionModule.OwCMISInfoItem |
OwCMISUserSelectionModule.createUserInfo(String name_p)
Factory method to create a instance representing
a user with given name.
|
Modifier and Type | Method and Description |
---|---|
List<OwCMISUserSelectionModule.OwCMISInfoItem> |
OwCMISUserSelectionModule.getExtendedType(int extendedType_p,
String pattern_p)
(overridable)
Method for additional type search which should be added
to the info list (
OwCMISUserSelectionModule.getInfoList() ). |
protected List<OwCMISUserSelectionModule.OwCMISInfoItem> |
OwCMISUserSelectionModule.getInfoList()
List of OwBaseUserInfo containing the
users which were retrieved with last
search, and filtered by defined
OwCMISUserSelectionModule.getFilter() . |
List<OwCMISUserSelectionModule.OwCMISInfoItem> |
OwCMISUserSelectionModule.getTypeGroup(String pattern)
Method to return a list of user matching the pattern,
which will be called if
OwCMISUserSelectionModule.getFilter() contains OwUIUserSelectModul.TYPE_GROUP . |
List<OwCMISUserSelectionModule.OwCMISInfoItem> |
OwCMISUserSelectionModule.getTypeRole(String pattern)
Method to return a list of user matching the pattern,
which will be called if
OwCMISUserSelectionModule.getFilter() contains OwUIUserSelectModul.TYPE_ROLE . |
List<OwCMISUserSelectionModule.OwCMISInfoItem> |
OwCMISUserSelectionModule.getTypeUser(String pattern)
Method to return a list of users matching the pattern,
which will be called if
OwCMISUserSelectionModule.getFilter() contains OwUIUserSelectModul.TYPE_USER . |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.