Uses of Class
net.bluemind.resource.api.EventInfo
-
Uses of EventInfo in net.bluemind.resource.api
Modifier and TypeMethodDescriptionIResources.addToEventDescription
(String resourceUid, EventInfo eventInfo) Compute the transformed template associated to the given resource if any, then append it to the giveneventDescription
.void
IResourcesAsync.addToEventDescription
(String uid, EventInfo eventInfo, AsyncHandler<String> handler) IResourcesPromise.addToEventDescription
(String uid, EventInfo eventInfo) IResources.removeFromEventDescription
(String resourceUid, EventInfo eventInfo) Remove the transformed template associated to the given resource from the giveneventDescription
.void
IResourcesAsync.removeFromEventDescription
(String uid, EventInfo eventInfo, AsyncHandler<String> handler) IResourcesPromise.removeFromEventDescription
(String uid, EventInfo eventInfo)