Package | Description |
---|---|
net.bluemind.resource.api | |
net.bluemind.resource.service.internal |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.lang.String> |
IResourcesPromise.addToEventDescription(java.lang.String uid,
EventInfo eventInfo) |
java.lang.String |
IResources.addToEventDescription(java.lang.String resourceUid,
EventInfo eventInfo)
Compute the transformed template associated to the given resource if any,
then append it to the given
eventDescription . |
void |
IResourcesAsync.addToEventDescription(java.lang.String uid,
EventInfo eventInfo,
AsyncHandler<java.lang.String> handler) |
java.util.concurrent.CompletableFuture<java.lang.String> |
IResourcesPromise.removeFromEventDescription(java.lang.String uid,
EventInfo eventInfo) |
java.lang.String |
IResources.removeFromEventDescription(java.lang.String resourceUid,
EventInfo eventInfo)
Remove the transformed template associated to the given resource from the
given
eventDescription . |
void |
IResourcesAsync.removeFromEventDescription(java.lang.String uid,
EventInfo eventInfo,
AsyncHandler<java.lang.String> handler) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ResourcesService.addToEventDescription(java.lang.String resourceUid,
EventInfo eventInfo) |
java.lang.String |
ResourcesService.removeFromEventDescription(java.lang.String resourceUid,
EventInfo eventInfo) |
Copyright © 2021. All Rights Reserved.