Uses of Enum Class
net.bluemind.directory.api.BaseDirEntry.Kind
-
Uses of BaseDirEntry.Kind in net.bluemind.directory.api
Modifier and TypeFieldDescriptionDirEntryQuery.kindsFilter
Filter by Kind (USER, GROUP, RESOURCE, MAILSHARE, CALENDAR, ADDRESSBOOK, DOMAIN, ORG_UNIT, EXTERNALUSER)OrgUnitQuery.managableKinds
Used to limit search on managableKinds (sic)Modifier and TypeMethodDescriptionstatic BaseDirEntry.Kind
Returns the enum constant of this class with the specified name.static BaseDirEntry.Kind[]
BaseDirEntry.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic DirEntry
DirEntry.create
(String orgUnitUid, String path, BaseDirEntry.Kind kind, String entryUid, String displayName, String email, boolean hidden, boolean system, boolean archived) static DirEntry
DirEntry.create
(String orgUnitUid, String path, BaseDirEntry.Kind kind, String entryUid, String displayName, String email, boolean hidden, boolean system, boolean archived, String dataLocation) static DirEntry
DirEntry.create
(String orgUnitUid, String path, BaseDirEntry.Kind kind, String entryUid, String displayName, String email, boolean hidden, boolean system, boolean archived, String dataLocation, BaseDirEntry.AccountType accountType) static DirEntryQuery
DirEntryQuery.filterKind
(BaseDirEntry.Kind... kinds) Creates a query which filters by the kind parameterdefault String
IDirEntryPath.getPath
(String domainUid, String entryUid, BaseDirEntry.Kind kind) void
IDirEntryPathAsync.getPath
(String domain, String uid, BaseDirEntry.Kind kind, AsyncHandler<String> handler) IDirEntryPathPromise.getPath
(String domain, String uid, BaseDirEntry.Kind kind) static String
IDirEntryPath.path
(String domainUid, String entryUid, BaseDirEntry.Kind kind) -
Uses of BaseDirEntry.Kind in net.bluemind.role.api
Modifier and TypeFieldDescriptionRoleDescriptor.dirEntryKind
Role applies to specific directory entry kind.Modifier and TypeMethodDescriptionRoleDescriptor.forDirEntry
(BaseDirEntry.Kind kind) RoleDescriptor.forDirEntry
(BaseDirEntry.Kind kind, String siblingRole, String parentId)