Uses of Class
net.bluemind.core.container.model.ItemValue
Packages that use ItemValue
Package
Description
-
Uses of ItemValue in net.bluemind.addressbook.api
Fields in net.bluemind.addressbook.api declared as ItemValueMethods in net.bluemind.addressbook.api that return ItemValueModifier and TypeMethodDescriptionIAddressBook.getComplete
(String uid) Fetch aVCard
from its unique uidFetch aVCardInfo
from its unique uidMethods in net.bluemind.addressbook.api that return types with arguments of type ItemValueModifier 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) Method parameters in net.bluemind.addressbook.api with type arguments of type ItemValueModifier 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
Methods in net.bluemind.backend.mail.api that return ItemValueModifier and TypeMethodDescriptionIBaseMailboxFolders.getComplete
(String uid) IMailboxItems.getForUpdate
(long id) Decompose EML in temporary parts, useful to update draftsIBaseMailboxFolders.root()
IBaseMailboxFolders.trash()
Methods in net.bluemind.backend.mail.api that return types with arguments of type ItemValueModifier 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()
Method parameters in net.bluemind.backend.mail.api with type arguments of type ItemValueModifier 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
Methods in net.bluemind.backend.mail.api.utils that return types with arguments of type ItemValueMethods in net.bluemind.backend.mail.api.utils with parameters of type ItemValueMethod parameters in net.bluemind.backend.mail.api.utils with type arguments of type ItemValueModifier and TypeMethodDescriptionstatic FolderTree
FolderTree.of
(List<ItemValue<MailboxFolder>> folders) -
Uses of ItemValue in net.bluemind.calendar.api
Methods in net.bluemind.calendar.api that return ItemValueModifier and TypeMethodDescriptionICalendar.getComplete
(String uid) Returns theVEventSeries
identified by the given unique identifier.ICalendarView.getComplete
(String uid) Deprecated.Retrieves aCalendarView
Methods in net.bluemind.calendar.api that return types with arguments of type ItemValueModifier 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()
Method parameters in net.bluemind.calendar.api with type arguments of type ItemValueModifier 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
Methods in net.bluemind.core.container.api that return ItemValueModifier 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) Methods in net.bluemind.core.container.api that return types with arguments of type ItemValueModifier 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) Methods in net.bluemind.core.container.api with parameters of type ItemValueMethod parameters in net.bluemind.core.container.api with type arguments of type ItemValueModifier 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
Methods in net.bluemind.core.container.model that return ItemValueModifier and TypeMethodDescriptionstatic <T> ItemValue
<T> static <T> ItemValue
<T> static <T> ItemValue
<T> Methods in net.bluemind.core.container.model with parameters of type ItemValue -
Uses of ItemValue in net.bluemind.dataprotect.api
Fields in net.bluemind.dataprotect.api with type parameters of type ItemValueMethods in net.bluemind.dataprotect.api that return ItemValueMethods in net.bluemind.dataprotect.api with parameters of type ItemValueModifier 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
Methods in net.bluemind.device.api that return ItemValueModifier and TypeMethodDescriptionIDevice.byIdentifier
(String uid) IDevice.getComplete
(String uid) Methods in net.bluemind.device.api that return types with arguments of type ItemValueModifier and TypeMethodDescriptionIDevicePromise.byIdentifier
(String identifier) IDevicePromise.getComplete
(String uid) IDevice.list()
IDevicePromise.list()
Method parameters in net.bluemind.device.api with type arguments of type ItemValueModifier 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
Methods in net.bluemind.directory.api that return ItemValueMethods in net.bluemind.directory.api that return types with arguments of type ItemValueModifier 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) Method parameters in net.bluemind.directory.api with type arguments of type ItemValueModifier 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
Methods in net.bluemind.domain.api that return ItemValueModifier and TypeMethodDescriptionIDomains.findByNameOrAliases
(String name) Fetch aDomain
by its name or one of its alias.Fetch aDomain
by its uid.Methods in net.bluemind.domain.api that return types with arguments of type ItemValueModifier and TypeMethodDescriptionIDomains.all()
Fetch all domains.IDomainsPromise.all()
IDomainsPromise.findByNameOrAliases
(String name) Methods in net.bluemind.domain.api with parameters of type ItemValueModifier and TypeMethodDescriptionvoid
Method parameters in net.bluemind.domain.api with type arguments of type ItemValueModifier 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
Methods in net.bluemind.exchange.mapi.api that return ItemValueModifier and TypeMethodDescriptionIMapiFolderAssociatedInformation.getCompleteById
(long id) Creates or updates an FAI with the given globalCounter (itemId in bm)Methods in net.bluemind.exchange.mapi.api that return types with arguments of type ItemValueModifier 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) Method parameters in net.bluemind.exchange.mapi.api with type arguments of type ItemValueModifier 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
Methods in net.bluemind.externaluser.api that return ItemValueModifier and TypeMethodDescriptionFetch aExternalUser
by its external id.IExternalUser.getComplete
(String uid) Fetch aExternalUser
by its uid.Methods in net.bluemind.externaluser.api that return types with arguments of type ItemValueMethod parameters in net.bluemind.externaluser.api with type arguments of type ItemValueModifier 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
Methods in net.bluemind.group.api that return ItemValueModifier and TypeMethodDescriptionGet group from its emailGet group from its nameIGroup.getByExtId
(String extId) Get group from external IDIGroup.getComplete
(String uid) Get group from UIDMethods in net.bluemind.group.api that return types with arguments of type ItemValueModifier 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) Method parameters in net.bluemind.group.api with type arguments of type ItemValueModifier 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
Methods in net.bluemind.mailbox.api that return ItemValueModifier and TypeMethodDescriptionIMailboxes.getComplete
(String uid) Fetch aMailbox
from its unique uidMethods in net.bluemind.mailbox.api that return types with arguments of type ItemValueModifier and TypeMethodDescriptionIMailboxesPromise.getComplete
(String uid) IMailboxes.list()
IMailboxesPromise.list()
IMailboxes.multipleGet
(List<String> uids) IMailboxesPromise.multipleGet
(List<String> uids) Methods in net.bluemind.mailbox.api with parameters of type ItemValueModifier and TypeMethodDescriptionvoid
Method parameters in net.bluemind.mailbox.api with type arguments of type ItemValueModifier 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
Methods in net.bluemind.notes.api that return ItemValueMethods in net.bluemind.notes.api that return types with arguments of type ItemValueModifier 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) Method parameters in net.bluemind.notes.api with type arguments of type ItemValueModifier 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
Methods in net.bluemind.resource.api that return ItemValueMethods in net.bluemind.resource.api that return types with arguments of type ItemValueModifier and TypeMethodDescriptionMethod parameters in net.bluemind.resource.api with type arguments of type ItemValueModifier and TypeMethodDescriptionvoid
IResourcesAsync.byEmail
(String email, AsyncHandler<ItemValue<ResourceDescriptor>> handler) -
Uses of ItemValue in net.bluemind.resource.api.type
Methods in net.bluemind.resource.api.type with parameters of type ItemValueModifier and TypeMethodDescriptionstatic String
IResourceTypeUids.getIdentifier
(ItemValue<Domain> domain) -
Uses of ItemValue in net.bluemind.server.api
Methods in net.bluemind.server.api that return ItemValueModifier and TypeMethodDescriptionIServer.getComplete
(String uid) Fetches a server object from the database with its uid.Methods in net.bluemind.server.api that return types with arguments of type ItemValueModifier and TypeMethodDescriptionIServer.allComplete()
Enumerate all the servers in the installation container.IServerPromise.allComplete()
IServerPromise.getComplete
(String uid) Method parameters in net.bluemind.server.api with type arguments of type ItemValueModifier 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
Methods in net.bluemind.smime.cacerts.api that return types with arguments of type ItemValueModifier 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) Methods in net.bluemind.smime.cacerts.api with parameters of type ItemValueModifier 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) Method parameters in net.bluemind.smime.cacerts.api with type arguments of type ItemValueModifier 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
Methods in net.bluemind.tag.api that return ItemValueMethods in net.bluemind.tag.api that return types with arguments of type ItemValueModifier 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) Methods in net.bluemind.tag.api with parameters of type ItemValueMethod parameters in net.bluemind.tag.api with type arguments of type ItemValueModifier 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
Methods in net.bluemind.todolist.api that return ItemValueModifier and TypeMethodDescriptionITodoList.getComplete
(String uid) Fetch aVTodo
by its unique UIDMethods in net.bluemind.todolist.api that return types with arguments of type ItemValueModifier 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) Method parameters in net.bluemind.todolist.api with type arguments of type ItemValueModifier 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
Methods in net.bluemind.user.api that return ItemValueModifier and TypeMethodDescriptionFetches aUser
by its emailFetches aUser
by its external idFetches aUser
by its loginIUser.getComplete
(String uid) Fetches aUser
by its unique idMethods in net.bluemind.user.api that return types with arguments of type ItemValueMethods in net.bluemind.user.api with parameters of type ItemValueModifier and TypeMethodDescriptionvoid
IInternalUserMailIdentities.createDefaultIdentity
(ItemValue<Mailbox> mailboxItem, DirEntry dirEntry) Create default user identityboolean
IPasswordUpdater.update
(SecurityContext context, String domainUid, ItemValue<User> user, ChangePassword password) Method parameters in net.bluemind.user.api with type arguments of type ItemValueModifier 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
Methods in net.bluemind.videoconferencing.api with parameters of type ItemValueModifier and TypeMethodDescriptionIVideoConferencingProvider.getConferenceInfo
(BmContext context, Map<String, String> resourceSettings, ItemValue<ResourceDescriptor> resource, VEvent vevent) -
Uses of ItemValue in net.bluemind.webappdata.api
Methods in net.bluemind.webappdata.api that return ItemValueMethods in net.bluemind.webappdata.api that return types with arguments of type ItemValueModifier and TypeMethodDescriptionIWebAppDataPromise.getComplete
(String uid) IWebAppDataPromise.getCompleteById
(long id) IWebAppData.multipleGet
(List<String> uids) IWebAppDataPromise.multipleGet
(List<String> arg0) IWebAppDataPromise.multipleGetById
(List<Long> arg0) Method parameters in net.bluemind.webappdata.api with type arguments of type ItemValueModifier 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)