Uses of Class
org.uberfire.ext.metadata.backend.infinispan.proto.schema.Schema
-
Packages that use Schema Package Description org.uberfire.ext.metadata.backend.infinispan.proto.schema org.uberfire.ext.metadata.backend.infinispan.provider -
-
Uses of Schema in org.uberfire.ext.metadata.backend.infinispan.proto.schema
Methods in org.uberfire.ext.metadata.backend.infinispan.proto.schema with parameters of type Schema Modifier and Type Method Description StringSchemaGenerator. generate(Schema schema) -
Uses of Schema in org.uberfire.ext.metadata.backend.infinispan.provider
Methods in org.uberfire.ext.metadata.backend.infinispan.provider that return Schema Modifier and Type Method Description SchemaMappingProvider. buildSchema(org.uberfire.ext.metadata.model.KObject kObject, Set<Message> messages)SchemaMappingProvider. getMapping(org.uberfire.ext.metadata.model.KObject kObject)Methods in org.uberfire.ext.metadata.backend.infinispan.provider that return types with arguments of type Schema Modifier and Type Method Description Optional<Schema>InfinispanContext. getSchema(String clusterId)Methods in org.uberfire.ext.metadata.backend.infinispan.provider with parameters of type Schema Modifier and Type Method Description voidInfinispanContext. addProtobufSchema(String clusterId, Schema schema)voidInfinispanContext. addSchema(Schema schema)
-