Uses of Class
net.bluemind.resource.api.type.ResourceTypeDescriptor
Packages that use ResourceTypeDescriptor
-
Uses of ResourceTypeDescriptor in net.bluemind.resource.api.type
Subinterfaces with type arguments of type ResourceTypeDescriptor in net.bluemind.resource.api.typeMethods in net.bluemind.resource.api.type that return ResourceTypeDescriptorModifier and TypeMethodDescriptionstatic ResourceTypeDescriptorResourceTypeDescriptor.create(String label, ResourceTypeDescriptor.Property... props) Fetch a { @link ResourceTypeDescriptor }.Methods in net.bluemind.resource.api.type that return types with arguments of type ResourceTypeDescriptorModifier and TypeMethodDescriptionMethods in net.bluemind.resource.api.type with parameters of type ResourceTypeDescriptorModifier and TypeMethodDescriptionvoidIResourceTypes.create(String uid, ResourceTypeDescriptor resourceTypeDescriptor) Create a { @link ResourceTypeDescriptor }.voidIResourceTypesAsync.create(String identifier, ResourceTypeDescriptor resourceTypeDescriptor, AsyncHandler<Void> handler) IResourceTypesPromise.create(String identifier, ResourceTypeDescriptor resourceTypeDescriptor) voidIResourceTypes.update(String uid, ResourceTypeDescriptor resourceTypeDescriptor) Modify an existing { @link ResourceTypeDescriptor }.voidIResourceTypesAsync.update(String uid, ResourceTypeDescriptor resourceTypeDescriptor, AsyncHandler<Void> handler) IResourceTypesPromise.update(String uid, ResourceTypeDescriptor resourceTypeDescriptor) Method parameters in net.bluemind.resource.api.type with type arguments of type ResourceTypeDescriptorModifier and TypeMethodDescriptionvoidIResourceTypesAsync.get(String uid, AsyncHandler<ResourceTypeDescriptor> handler)