Uses of Class
net.bluemind.core.container.model.ItemValue
Package
Description
-
Uses of ItemValue in net.bluemind.addressbook.api
Modifier and TypeMethodDescriptionIAddressBook.getComplete
(String uid) Fetch aVCard
from its unique uidFetch aVCardInfo
from its unique uidModifier and TypeMethodDescriptionIAddressBookPromise.getComplete
(String uid) IAddressBookPromise.getCompleteById
(long id) IAddressBook.multipleGet
(List<String> uids) Fetch multipleVCard
s from theirs uniques uidsIAddressBookPromise.multipleGet
(List<String> uids) IAddressBookPromise.multipleGetById
(List<Long> arg0) IAddressBook.search
(VCardQuery query) ElasticSearch based vcard searchIAddressBookPromise.search
(VCardQuery query) Modifier and TypeMethodDescriptionvoid
IAddressBookAsync.getComplete
(String uid, AsyncHandler<ItemValue<VCard>> handler) void
IAddressBookAsync.getCompleteById
(long id, AsyncHandler<ItemValue<VCard>> handler) void
IAddressBookAsync.getInfo
(String uid, AsyncHandler<ItemValue<VCardInfo>> handler) void
IAddressBookAsync.multipleGet
(List<String> uids, AsyncHandler<List<ItemValue<VCard>>> handler) void
IAddressBookAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<VCard>>> handler) void
IAddressBookAsync.search
(VCardQuery query, AsyncHandler<ListResult<ItemValue<VCardInfo>>> handler) -
Uses of ItemValue in net.bluemind.backend.mail.api
Modifier and TypeMethodDescriptionIBaseMailboxFolders.getComplete
(String uid) IMailboxItems.getForUpdate
(long id) Decompose EML in temporary parts, useful to update draftsIBaseMailboxFolders.root()
IBaseMailboxFolders.trash()
Modifier and TypeMethodDescriptionIBaseMailboxFolders.all()
IBaseMailboxFoldersPromise.all()
IMailboxFoldersByContainerPromise.all()
IMailboxFoldersPromise.all()
IReadOnlyMailboxFoldersPromise.all()
IBaseMailboxFolders.childrensOf
(String folderUid) IBaseMailboxFoldersPromise.childrensOf
(String folderUid) IMailboxFoldersByContainerPromise.childrensOf
(String folderUid) IMailboxFoldersPromise.childrensOf
(String folderUid) IReadOnlyMailboxFoldersPromise.childrensOf
(String folderUid) IBaseMailboxFoldersPromise.getComplete
(String uid) IMailboxFoldersByContainerPromise.getComplete
(String uid) IMailboxFoldersPromise.getComplete
(String uid) IReadOnlyMailboxFoldersPromise.getComplete
(String uid) IMailboxFoldersByContainerPromise.getCompleteById
(long id) IMailboxFoldersPromise.getCompleteById
(long id) IMailboxItemsPromise.getCompleteById
(long id) IMailboxItemsPromise.getForUpdate
(long id) IMailboxFoldersByContainerPromise.multipleGetById
(List<Long> arg0) IMailboxFoldersPromise.multipleGetById
(List<Long> arg0) IMailboxItemsPromise.multipleGetById
(List<Long> arg0) IBaseMailboxFoldersPromise.root()
IMailboxFoldersByContainerPromise.root()
IMailboxFoldersPromise.root()
IReadOnlyMailboxFoldersPromise.root()
IBaseMailboxFoldersPromise.trash()
IMailboxFoldersByContainerPromise.trash()
IMailboxFoldersPromise.trash()
IReadOnlyMailboxFoldersPromise.trash()
Modifier and TypeMethodDescriptionvoid
IBaseMailboxFoldersAsync.all
(AsyncHandler<List<ItemValue<MailboxFolder>>> handler) void
IMailboxFoldersAsync.all
(AsyncHandler<List<ItemValue<MailboxFolder>>> handler) void
IMailboxFoldersByContainerAsync.all
(AsyncHandler<List<ItemValue<MailboxFolder>>> handler) void
IReadOnlyMailboxFoldersAsync.all
(AsyncHandler<List<ItemValue<MailboxFolder>>> handler) void
IBaseMailboxFoldersAsync.byName
(String name, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersAsync.byName
(String name, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersByContainerAsync.byName
(String name, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IReadOnlyMailboxFoldersAsync.byName
(String name, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IBaseMailboxFoldersAsync.childrensOf
(String folderUid, AsyncHandler<List<ItemValue<MailboxFolder>>> handler) void
IMailboxFoldersAsync.childrensOf
(String folderUid, AsyncHandler<List<ItemValue<MailboxFolder>>> handler) void
IMailboxFoldersByContainerAsync.childrensOf
(String folderUid, AsyncHandler<List<ItemValue<MailboxFolder>>> handler) void
IReadOnlyMailboxFoldersAsync.childrensOf
(String folderUid, AsyncHandler<List<ItemValue<MailboxFolder>>> handler) void
IBaseMailboxFoldersAsync.getComplete
(String uid, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersAsync.getComplete
(String uid, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersByContainerAsync.getComplete
(String uid, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IReadOnlyMailboxFoldersAsync.getComplete
(String uid, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersAsync.getCompleteById
(long id, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersByContainerAsync.getCompleteById
(long id, AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxItemsAsync.getCompleteById
(long id, AsyncHandler<ItemValue<MailboxItem>> handler) void
IMailboxItemsAsync.getForUpdate
(long id, AsyncHandler<ItemValue<MailboxItem>> handler) void
IMailboxFoldersAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<MailboxFolder>>> handler) void
IMailboxFoldersByContainerAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<MailboxFolder>>> handler) void
IMailboxItemsAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<MailboxItem>>> handler) void
IBaseMailboxFoldersAsync.root
(AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersAsync.root
(AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersByContainerAsync.root
(AsyncHandler<ItemValue<MailboxFolder>> handler) void
IReadOnlyMailboxFoldersAsync.root
(AsyncHandler<ItemValue<MailboxFolder>> handler) void
IBaseMailboxFoldersAsync.trash
(AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersAsync.trash
(AsyncHandler<ItemValue<MailboxFolder>> handler) void
IMailboxFoldersByContainerAsync.trash
(AsyncHandler<ItemValue<MailboxFolder>> handler) void
IReadOnlyMailboxFoldersAsync.trash
(AsyncHandler<ItemValue<MailboxFolder>> handler) -
Uses of ItemValue in net.bluemind.backend.mail.api.utils
Modifier and TypeMethodDescriptionstatic FolderTree
FolderTree.of
(List<ItemValue<MailboxFolder>> folders) -
Uses of ItemValue in net.bluemind.calendar.api
Modifier and TypeMethodDescriptionICalendar.getComplete
(String uid) Returns theVEventSeries
identified by the given unique identifier.ICalendarView.getComplete
(String uid) Deprecated.Retrieves aCalendarView
Modifier and TypeMethodDescriptionICalendar.getByIcsUid
(String uid) Returns allVEventSeries
matching the given ICS unique identifier.ICalendarPromise.getByIcsUid
(String uid) ICalendarPromise.getComplete
(String uid) ICalendarViewPromise.getComplete
(String uid) IUserCalendarViewsPromise.getComplete
(String uid) ICalendarPromise.getCompleteById
(long id) IUserCalendarViewsPromise.getCompleteById
(long id) ICalendar.list()
List all the events of this calendar.ICalendarPromise.list()
ICalendarView.list()
Deprecated.Returns a list ofCalendarView
ICalendarViewPromise.list()
IUserCalendarViewsPromise.list()
ICalendar.multipleGet
(List<String> uids) Fetch multipleVEventSeries
identified by the given unique identifiers.ICalendarPromise.multipleGet
(List<String> uids) ICalendarView.multipleGet
(List<String> uids) Deprecated.Fetch multipleCalendarView
s from theirs uniques uidsICalendarViewPromise.multipleGet
(List<String> uids) IUserCalendarViewsPromise.multipleGet
(List<String> uids) ICalendarPromise.multipleGetById
(List<Long> arg0) IUserCalendarViewsPromise.multipleGetById
(List<Long> arg0) ICalendar.search
(VEventQuery query) Search for events matching the given query.ICalendarPromise.search
(VEventQuery query) ICalendar.searchPendingCounters()
Search pending counters of the current userICalendarPromise.searchPendingCounters()
Modifier and TypeMethodDescriptionvoid
ICalendarAsync.getByIcsUid
(String uid, AsyncHandler<List<ItemValue<VEventSeries>>> handler) void
ICalendarAsync.getComplete
(String uid, AsyncHandler<ItemValue<VEventSeries>> handler) void
ICalendarViewAsync.getComplete
(String uid, AsyncHandler<ItemValue<CalendarView>> handler) void
IUserCalendarViewsAsync.getComplete
(String uid, AsyncHandler<ItemValue<CalendarView>> handler) void
ICalendarAsync.getCompleteById
(long id, AsyncHandler<ItemValue<VEventSeries>> handler) void
IUserCalendarViewsAsync.getCompleteById
(long id, AsyncHandler<ItemValue<CalendarView>> handler) void
ICalendarAsync.list
(AsyncHandler<ListResult<ItemValue<VEventSeries>>> handler) void
ICalendarViewAsync.list
(AsyncHandler<ListResult<ItemValue<CalendarView>>> handler) void
IUserCalendarViewsAsync.list
(AsyncHandler<ListResult<ItemValue<CalendarView>>> handler) void
ICalendarAsync.multipleGet
(List<String> uids, AsyncHandler<List<ItemValue<VEventSeries>>> handler) void
ICalendarViewAsync.multipleGet
(List<String> uids, AsyncHandler<List<ItemValue<CalendarView>>> handler) void
IUserCalendarViewsAsync.multipleGet
(List<String> uids, AsyncHandler<List<ItemValue<CalendarView>>> handler) void
ICalendarAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<VEventSeries>>> handler) void
IUserCalendarViewsAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<CalendarView>>> handler) void
ICalendarAsync.search
(VEventQuery query, AsyncHandler<ListResult<ItemValue<VEventSeries>>> handler) void
ICalendarAsync.searchPendingCounters
(AsyncHandler<ListResult<ItemValue<VEventSeries>>> handler) -
Uses of ItemValue in net.bluemind.core.container.api
Modifier and TypeMethodDescriptionIContainersFlatHierarchy.getComplete
(String uid) ICrudSupport.getComplete
(String uid) IOwnerSubscriptions.getComplete
(String uid) IRestoreDirEntryWithMailboxSupport.getComplete
(String uid) IRestoreItemCrudSupport.getComplete
(String uid) IReadByIdSupport.getCompleteById
(long id) Modifier and TypeMethodDescriptionIContainersFlatHierarchyPromise.getComplete
(String uid) IOwnerSubscriptionsPromise.getComplete
(String uid) IContainersFlatHierarchyPromise.getCompleteById
(long id) IOwnerSubscriptionsPromise.getCompleteById
(long id) IOwnerSubscriptions.getMultiple
(List<String> uids) IOwnerSubscriptionsPromise.getMultiple
(List<String> uids) IContainersFlatHierarchy.list()
IContainersFlatHierarchyPromise.list()
IOwnerSubscriptions.list()
IOwnerSubscriptionsPromise.list()
ICrudSupport.multipleGet
(List<String> uids) IContainersFlatHierarchyPromise.multipleGetById
(List<Long> ids) IOwnerSubscriptionsPromise.multipleGetById
(List<Long> ids) IReadByIdSupport.multipleGetById
(List<Long> ids) Modifier and TypeMethodDescriptionvoid
IContainersFlatHierarchyAsync.getComplete
(String uid, AsyncHandler<ItemValue<ContainerHierarchyNode>> handler) void
IOwnerSubscriptionsAsync.getComplete
(String uid, AsyncHandler<ItemValue<ContainerSubscriptionModel>> handler) void
IContainersFlatHierarchyAsync.getCompleteById
(long id, AsyncHandler<ItemValue<ContainerHierarchyNode>> handler) void
IOwnerSubscriptionsAsync.getCompleteById
(long id, AsyncHandler<ItemValue<ContainerSubscriptionModel>> handler) void
IOwnerSubscriptionsAsync.getMultiple
(List<String> uids, AsyncHandler<List<ItemValue<ContainerSubscriptionModel>>> handler) void
IContainersFlatHierarchyAsync.list
(AsyncHandler<List<ItemValue<ContainerHierarchyNode>>> handler) void
IOwnerSubscriptionsAsync.list
(AsyncHandler<List<ItemValue<ContainerSubscriptionModel>>> handler) void
IContainersFlatHierarchyAsync.multipleGetById
(List<Long> ids, AsyncHandler<List<ItemValue<ContainerHierarchyNode>>> handler) void
IOwnerSubscriptionsAsync.multipleGetById
(List<Long> ids, AsyncHandler<List<ItemValue<ContainerSubscriptionModel>>> handler) -
Uses of ItemValue in net.bluemind.core.container.model
-
Uses of ItemValue in net.bluemind.dataprotect.api
Modifier and TypeMethodDescriptiondefault void
IBackupWorker.dataDirsSaved
(IDPContext ctx, String tag, ItemValue<Server> backedUp) This gets called once the data is saved with rsync.void
IBackupWorker.prepareDataDirs
(IDPContext ctx, String tag, ItemValue<Server> toBackup) This is called before the backup starts. -
Uses of ItemValue in net.bluemind.device.api
Modifier and TypeMethodDescriptionIDevice.byIdentifier
(String uid) IDevice.getComplete
(String uid) Modifier and TypeMethodDescriptionIDevicePromise.byIdentifier
(String identifier) IDevicePromise.getComplete
(String uid) IDevice.list()
IDevicePromise.list()
Modifier and TypeMethodDescriptionvoid
IDeviceAsync.byIdentifier
(String identifier, AsyncHandler<ItemValue<Device>> handler) void
IDeviceAsync.getComplete
(String uid, AsyncHandler<ItemValue<Device>> handler) void
IDeviceAsync.list
(AsyncHandler<ListResult<ItemValue<Device>>> handler) -
Uses of ItemValue in net.bluemind.directory.api
Modifier and TypeMethodDescriptionIDirectory.getByRoles
(List<String> roles) IDirectoryPromise.getByRoles
(List<String> roles) IOrgUnits.getChildren
(String uid) Get all child elements of anOrgUnit
IOrgUnitsPromise.getChildren
(String uid) IOrgUnitsPromise.getComplete
(String uid) IDirectory.getMultiple
(List<String> id) Fetch a list ofnet.bluemind.core.container.model
(DirEntry
) by their internal numerical idsIDirectoryPromise.getMultiple
(List<String> id) IDirectory.search
(DirEntryQuery query) SearchDirEntry
s byDirEntryQuery
IDirectoryPromise.search
(DirEntryQuery query) Modifier and TypeMethodDescriptionvoid
IDirectoryAsync.getByRoles
(List<String> roles, AsyncHandler<List<ItemValue<DirEntry>>> handler) void
IOrgUnitsAsync.getChildren
(String uid, AsyncHandler<List<ItemValue<OrgUnit>>> handler) void
IOrgUnitsAsync.getComplete
(String uid, AsyncHandler<ItemValue<OrgUnit>> handler) void
IDirectoryAsync.getMultiple
(List<String> id, AsyncHandler<List<ItemValue<DirEntry>>> handler) void
IDirectoryAsync.getVCard
(String uid, AsyncHandler<ItemValue<VCard>> handler) void
IDirectoryAsync.search
(DirEntryQuery query, AsyncHandler<ListResult<ItemValue<DirEntry>>> handler) -
Uses of ItemValue in net.bluemind.domain.api
Modifier and TypeMethodDescriptionIDomains.findByNameOrAliases
(String name) Fetch aDomain
by its name or one of its alias.Fetch aDomain
by its uid.Modifier and TypeMethodDescriptionIDomains.all()
Fetch all domains.IDomainsPromise.all()
IDomainsPromise.findByNameOrAliases
(String name) Modifier and TypeMethodDescriptionvoid
Modifier and TypeMethodDescriptionvoid
IDomainsAsync.all
(AsyncHandler<List<ItemValue<Domain>>> handler) void
IDomainsAsync.findByNameOrAliases
(String name, AsyncHandler<ItemValue<Domain>> handler) void
IDomainsAsync.get
(String uid, AsyncHandler<ItemValue<Domain>> handler) -
Uses of ItemValue in net.bluemind.exchange.mapi.api
Modifier and TypeMethodDescriptionIMapiFolderAssociatedInformation.getCompleteById
(long id) Creates or updates an FAI with the given globalCounter (itemId in bm)Modifier and TypeMethodDescriptionIMapiFolderAssociatedInformation.all()
IMapiFolderAssociatedInformationPromise.all()
IMapiFolderAssociatedInformation.getByFolderId
(String identifier) Fetches all the FAIs for a giveninvalid reference
MapiFAI#id
IMapiFolderAssociatedInformationPromise.getByFolderId
(String folderId) IMapiFolderAssociatedInformationPromise.getCompleteById
(long id) IMapiFolderPromise.getCompleteById
(long id) IMapiFolderPromise.multipleGetById
(List<Long> arg0) Modifier and TypeMethodDescriptionvoid
IMapiFolderAssociatedInformationAsync.all
(AsyncHandler<List<ItemValue<MapiFAI>>> handler) void
IMapiFolderAssociatedInformationAsync.getByFolderId
(String folderId, AsyncHandler<List<ItemValue<MapiFAI>>> handler) void
IMapiFolderAssociatedInformationAsync.getCompleteById
(long id, AsyncHandler<ItemValue<MapiFAI>> handler) void
IMapiFolderAsync.getCompleteById
(long id, AsyncHandler<ItemValue<MapiRawMessage>> handler) void
IMapiFolderAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<MapiRawMessage>>> handler) void
IMapiFolderAssociatedInformationAsync.store
(long globalCounter, MapiFAI fai, AsyncHandler<ItemValue<MapiFAI>> handler) -
Uses of ItemValue in net.bluemind.externaluser.api
Modifier and TypeMethodDescriptionFetch aExternalUser
by its external id.IExternalUser.getComplete
(String uid) Fetch aExternalUser
by its uid.Modifier and TypeMethodDescriptionvoid
IExternalUserAsync.byExtId
(String extid, AsyncHandler<ItemValue<ExternalUser>> handler) void
IExternalUserAsync.getComplete
(String uid, AsyncHandler<ItemValue<ExternalUser>> handler) void
-
Uses of ItemValue in net.bluemind.group.api
Modifier and TypeMethodDescriptionGet group from its emailGet group from its nameIGroup.getByExtId
(String extId) Get group from external IDIGroup.getComplete
(String uid) Get group from UIDModifier and TypeMethodDescriptionIGroupPromise.getByExtId
(String extid) IGroupPromise.getComplete
(String uid) IGroup.getParents
(String uid) Get all group parents UIDIGroupPromise.getParents
(String uid) Retrieves a list of allGroup
s this uid is member of.IGroup.search
(GroupSearchQuery query) Search a groupIGroupPromise.search
(GroupSearchQuery query) Modifier and TypeMethodDescriptionvoid
IGroupAsync.byEmail
(String email, AsyncHandler<ItemValue<Group>> handler) void
IGroupAsync.byName
(String name, AsyncHandler<ItemValue<Group>> handler) void
IGroupAsync.getByExtId
(String extid, AsyncHandler<ItemValue<Group>> handler) void
IGroupAsync.getComplete
(String uid, AsyncHandler<ItemValue<Group>> handler) void
IGroupAsync.getParents
(String uid, AsyncHandler<List<ItemValue<Group>>> handler) void
void
void
IGroupAsync.search
(GroupSearchQuery query, AsyncHandler<List<ItemValue<Group>>> handler) -
Uses of ItemValue in net.bluemind.mailbox.api
Modifier and TypeMethodDescriptionIMailboxes.getComplete
(String uid) Fetch aMailbox
from its unique uidModifier and TypeMethodDescriptionIMailboxesPromise.getComplete
(String uid) IMailboxes.list()
IMailboxesPromise.list()
IMailboxes.multipleGet
(List<String> uids) IMailboxesPromise.multipleGet
(List<String> uids) Modifier and TypeMethodDescriptionvoid
Modifier and TypeMethodDescriptionvoid
IMailboxesAsync.byEmail
(String email, AsyncHandler<ItemValue<Mailbox>> handler) void
IMailboxesAsync.byName
(String name, AsyncHandler<ItemValue<Mailbox>> handler) void
IMailboxesAsync.getComplete
(String uid, AsyncHandler<ItemValue<Mailbox>> handler) void
IMailboxesAsync.list
(AsyncHandler<List<ItemValue<Mailbox>>> handler) void
IMailboxesAsync.multipleGet
(List<String> uids, AsyncHandler<List<ItemValue<Mailbox>>> handler) -
Uses of ItemValue in net.bluemind.notes.api
Modifier and TypeMethodDescriptionINote.all()
List all Notes of a containerINotePromise.all()
INotePromise.getComplete
(String uid) INotePromise.getCompleteById
(long id) INote.multipleGet
(List<String> uids) Fetch multipleVNote
s by their unique UIDsINotePromise.multipleGet
(List<String> uids) INotePromise.multipleGetById
(List<Long> arg0) INote.search
(VNoteQuery query) SearchVNote
's byVNoteQuery
INotePromise.search
(VNoteQuery query) Modifier and TypeMethodDescriptionvoid
INoteAsync.all
(AsyncHandler<List<ItemValue<VNote>>> handler) void
INoteAsync.getComplete
(String uid, AsyncHandler<ItemValue<VNote>> handler) void
INoteAsync.getCompleteById
(long id, AsyncHandler<ItemValue<VNote>> handler) void
INoteAsync.multipleGet
(List<String> uids, AsyncHandler<List<ItemValue<VNote>>> handler) void
INoteAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<VNote>>> handler) void
INoteAsync.search
(VNoteQuery query, AsyncHandler<ListResult<ItemValue<VNote>>> handler) -
Uses of ItemValue in net.bluemind.resource.api
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
IResourcesAsync.byEmail
(String email, AsyncHandler<ItemValue<ResourceDescriptor>> handler) -
Uses of ItemValue in net.bluemind.resource.api.type
Modifier and TypeMethodDescriptionstatic String
IResourceTypeUids.getIdentifier
(ItemValue<Domain> domain) -
Uses of ItemValue in net.bluemind.server.api
Modifier and TypeMethodDescriptionIServer.getComplete
(String uid) Fetches a server object from the database with its uid.Modifier and TypeMethodDescriptionIServer.allComplete()
Enumerate all the servers in the installation container.IServerPromise.allComplete()
IServerPromise.getComplete
(String uid) Modifier and TypeMethodDescriptionvoid
IServerAsync.allComplete
(AsyncHandler<List<ItemValue<Server>>> handler) void
IServerAsync.getComplete
(String uid, AsyncHandler<ItemValue<Server>> handler) -
Uses of ItemValue in net.bluemind.smime.cacerts.api
Modifier and TypeMethodDescriptionISmimeCACert.all()
List all S/MIME certificatesISmimeCACertPromise.all()
ISmimeCACertPromise.getComplete
(String uid) ISmimeCACertPromise.getCompleteById
(long id) ISmimeCACertPromise.multipleGet
(List<String> arg0) ISmimeCACertPromise.multipleGetById
(List<Long> arg0) Modifier and TypeMethodDescriptionISmimeRevocation.fetch
(ItemValue<SmimeCacert> cacert) GetSmimeRevocation
for a S/MIME CA certificatevoid
ISmimeRevocationAsync.fetch
(ItemValue<SmimeCacert> cacert, AsyncHandler<SmimeCacertInfos> handler) ISmimeRevocationPromise.fetch
(ItemValue<SmimeCacert> cacert) Modifier and TypeMethodDescriptionvoid
ISmimeCACertAsync.all
(AsyncHandler<List<ItemValue<SmimeCacert>>> handler) void
ISmimeCACertAsync.getComplete
(String uid, AsyncHandler<ItemValue<SmimeCacert>> handler) void
ISmimeCACertAsync.getCompleteById
(long id, AsyncHandler<ItemValue<SmimeCacert>> handler) void
ISmimeCACertAsync.multipleGet
(List<String> arg0, AsyncHandler<List<ItemValue<SmimeCacert>>> handler) void
ISmimeCACertAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<SmimeCacert>>> handler) -
Uses of ItemValue in net.bluemind.tag.api
Modifier and TypeMethodDescriptionITags.all()
Find allTag
s.ITagsPromise.all()
ITagsPromise.getComplete
(String uid) ITags.multipleGet
(List<String> uids) Fetch multipleTag
s from their uids.ITagsPromise.multipleGet
(List<String> uids) Modifier and TypeMethodDescriptionvoid
ITagsAsync.all
(AsyncHandler<List<ItemValue<Tag>>> handler) void
ITagsAsync.getComplete
(String uid, AsyncHandler<ItemValue<Tag>> handler) void
ITagsAsync.multipleGet
(List<String> uids, AsyncHandler<List<ItemValue<Tag>>> handler) -
Uses of ItemValue in net.bluemind.todolist.api
Modifier and TypeMethodDescriptionITodoList.getComplete
(String uid) Fetch aVTodo
by its unique UIDModifier and TypeMethodDescriptionITodoList.all()
List all Tasks of a Todolist containerITodoListPromise.all()
ITodoList.getByIcsUid
(String uid) Returns allVTodo
matching the given ICS unique identifier.ITodoListPromise.getByIcsUid
(String uid) ITodoListPromise.getComplete
(String uid) ITodoListPromise.getCompleteById
(long id) ITodoList.multipleGet
(List<String> uids) Fetch multipleVTodo
s by their unique UIDsITodoListPromise.multipleGet
(List<String> uids) ITodoListPromise.multipleGetById
(List<Long> arg0) ITodoList.search
(VTodoQuery query) SearchVTodo
's byVTodoQuery
ITodoListPromise.search
(VTodoQuery query) Modifier and TypeMethodDescriptionvoid
ITodoListAsync.all
(AsyncHandler<List<ItemValue<VTodo>>> handler) void
ITodoListAsync.getByIcsUid
(String uid, AsyncHandler<List<ItemValue<VTodo>>> handler) void
ITodoListAsync.getComplete
(String uid, AsyncHandler<ItemValue<VTodo>> handler) void
ITodoListAsync.getCompleteById
(long id, AsyncHandler<ItemValue<VTodo>> handler) void
ITodoListAsync.multipleGet
(List<String> uids, AsyncHandler<List<ItemValue<VTodo>>> handler) void
ITodoListAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<VTodo>>> handler) void
ITodoListAsync.search
(VTodoQuery query, AsyncHandler<ListResult<ItemValue<VTodo>>> handler) -
Uses of ItemValue in net.bluemind.user.api
Modifier and TypeMethodDescriptionFetches aUser
by its emailFetches aUser
by its external idFetches aUser
by its loginIUser.getComplete
(String uid) Fetches aUser
by its unique idModifier and TypeMethodDescriptionvoid
IInternalUserMailIdentities.createDefaultIdentity
(ItemValue<Mailbox> mailboxItem, DirEntry dirEntry) Create default user identityboolean
IPasswordUpdater.update
(SecurityContext context, String domainUid, ItemValue<User> user, ChangePassword password) Modifier and TypeMethodDescriptionvoid
IUserAsync.byEmail
(String email, AsyncHandler<ItemValue<User>> handler) void
IUserAsync.byExtId
(String extid, AsyncHandler<ItemValue<User>> handler) void
IUserAsync.byLogin
(String login, AsyncHandler<ItemValue<User>> handler) void
IUserAsync.getComplete
(String uid, AsyncHandler<ItemValue<User>> handler) void
-
Uses of ItemValue in net.bluemind.videoconferencing.api
Modifier and TypeMethodDescriptionIVideoConferencingProvider.getConferenceInfo
(BmContext context, Map<String, String> resourceSettings, ItemValue<ResourceDescriptor> resource, VEvent vevent) -
Uses of ItemValue in net.bluemind.webappdata.api
Modifier and TypeMethodDescriptionIWebAppDataPromise.getComplete
(String uid) IWebAppDataPromise.getCompleteById
(long id) IWebAppData.multipleGet
(List<String> uids) IWebAppDataPromise.multipleGet
(List<String> arg0) IWebAppDataPromise.multipleGetById
(List<Long> arg0) Modifier and TypeMethodDescriptionvoid
IWebAppDataAsync.getComplete
(String uid, AsyncHandler<ItemValue<WebAppData>> handler) void
IWebAppDataAsync.getCompleteById
(long id, AsyncHandler<ItemValue<WebAppData>> handler) void
IWebAppDataAsync.multipleGet
(List<String> arg0, AsyncHandler<List<ItemValue<WebAppData>>> handler) void
IWebAppDataAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<WebAppData>>> handler)