Uses of Interface
org.wso2.carbon.governance.api.schema.dataobjects.Schema
Packages that use Schema
Package
Description
-
Uses of Schema in org.wso2.carbon.governance.api.schema
Methods in org.wso2.carbon.governance.api.schema that return SchemaModifier and TypeMethodDescriptionSchema[]SchemaManager.findSchemas(SchemaFilter criteria) Finds all schema artifacts matching the given filter criteria.Schema[]SchemaManager.getAllSchemas()Finds all schema artifacts on the registry.Fetches the given schema artifact on the registry.SchemaManager.newSchema(byte[] content) Create a new Schema based on content either embedded or passed to a service.Create a new Schema based on content either embedded or passed to a service.Creates a new schema artifact from the given URL.Methods in org.wso2.carbon.governance.api.schema with parameters of type SchemaModifier and TypeMethodDescriptionvoidAdds the given schema artifact to the registry.booleanWhether the given schema artifact matches the expected filter criteria.protected voidSchemaManager.setContent(Schema schema, org.wso2.carbon.registry.core.Resource schemaResource) Sets content of the given schema artifact to the given resource on the registry.voidSchemaManager.updateSchema(Schema schema) Updates the given schema artifact on the registry. -
Uses of Schema in org.wso2.carbon.governance.api.schema.dataobjects
Classes in org.wso2.carbon.governance.api.schema.dataobjects that implement SchemaModifier and TypeClassDescriptionclassThis represents a schema artifact stored on the Registry. -
Uses of Schema in org.wso2.carbon.governance.api.services.dataobjects
Methods in org.wso2.carbon.governance.api.services.dataobjects that return SchemaModifier and TypeMethodDescriptionSchema[]Service.getAttachedSchemas()Method to retrieve all schemas attached to this service artifact.Schema[]ServiceImpl.getAttachedSchemas()Method to retrieve all schemas attached to this service artifact.Methods in org.wso2.carbon.governance.api.services.dataobjects with parameters of type SchemaModifier and TypeMethodDescriptionvoidService.attachSchema(Schema schema) Attach a schema artifact to a service artifact.voidServiceImpl.attachSchema(Schema schema) Attach a schema artifact to a service artifact. -
Uses of Schema in org.wso2.carbon.governance.api.wsdls.dataobjects
Methods in org.wso2.carbon.governance.api.wsdls.dataobjects that return SchemaModifier and TypeMethodDescriptionSchema[]Wsdl.getAttachedSchemas()Method to retrieve all schemas attached to this WSDL artifact.Schema[]WsdlImpl.getAttachedSchemas()Method to retrieve all schemas attached to this WSDL artifact.Methods in org.wso2.carbon.governance.api.wsdls.dataobjects with parameters of type SchemaModifier and TypeMethodDescriptionvoidWsdl.attachSchema(Schema schema) Attach a schema artifact to a WSDL artifact.voidWsdlImpl.attachSchema(Schema schema) Attach a schema artifact to a WSDL artifact.