Uses of Class
net.bluemind.resource.api.ResourceDescriptor
Packages that use ResourceDescriptor
-
Uses of ResourceDescriptor in net.bluemind.resource.api
Methods in net.bluemind.resource.api that return ResourceDescriptorMethods in net.bluemind.resource.api that return types with arguments of type ResourceDescriptorMethods in net.bluemind.resource.api with parameters of type ResourceDescriptorModifier and TypeMethodDescriptionvoid
IResources.create
(String uid, ResourceDescriptor resourceDescriptor) Creates aResourceDescriptor
.void
IResourcesAsync.create
(String uid, ResourceDescriptor resourceDescriptor, AsyncHandler<Void> handler) IResourcesPromise.create
(String uid, ResourceDescriptor resourceDescriptor) void
IResources.update
(String uid, ResourceDescriptor resourceDescriptor) Modify an existingResourceDescriptor
.void
IResourcesAsync.update
(String uid, ResourceDescriptor resourceDescriptor, AsyncHandler<Void> handler) IResourcesPromise.update
(String uid, ResourceDescriptor resourceDescriptor) Method parameters in net.bluemind.resource.api with type arguments of type ResourceDescriptorModifier and TypeMethodDescriptionvoid
IResourcesAsync.byEmail
(String email, AsyncHandler<ItemValue<ResourceDescriptor>> handler) void
IResourcesAsync.get
(String uid, AsyncHandler<ResourceDescriptor> handler) -
Uses of ResourceDescriptor in net.bluemind.videoconferencing.api
Method parameters in net.bluemind.videoconferencing.api with type arguments of type ResourceDescriptorModifier and TypeMethodDescriptionIVideoConferencingProvider.getConferenceInfo
(BmContext context, Map<String, String> resourceSettings, ItemValue<ResourceDescriptor> resource, VEvent vevent)