Uses of Interface
org.wso2.carbon.governance.api.schema.dataobjects.Schema
-
-
Uses of Schema in org.wso2.carbon.governance.api.schema
Methods in org.wso2.carbon.governance.api.schema that return Schema Modifier and Type Method Description Schema[]SchemaManager. findSchemas(SchemaFilter criteria)Finds all schema artifacts matching the given filter criteria.Schema[]SchemaManager. getAllSchemas()Finds all schema artifacts on the registry.SchemaSchemaManager. getSchema(String schemaId)Fetches the given schema artifact on the registry.SchemaSchemaManager. newSchema(byte[] content)Create a new Schema based on content either embedded or passed to a service.SchemaSchemaManager. newSchema(byte[] content, String name)Create a new Schema based on content either embedded or passed to a service.SchemaSchemaManager. newSchema(String url)Creates a new schema artifact from the given URL.Methods in org.wso2.carbon.governance.api.schema with parameters of type Schema Modifier and Type Method Description voidSchemaManager. addSchema(Schema schema)Adds the given schema artifact to the registry.booleanSchemaFilter. matches(Schema schema)Whether 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 Schema Modifier and Type Class Description classSchemaImplThis 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 Schema Modifier and Type Method Description Schema[]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 Schema Modifier and Type Method Description voidService. 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 Schema Modifier and Type Method Description Schema[]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 Schema Modifier and Type Method Description voidWsdl. attachSchema(Schema schema)Attach a schema artifact to a WSDL artifact.voidWsdlImpl. attachSchema(Schema schema)Attach a schema artifact to a WSDL artifact.
-