Uses of Record Class
org.praxisplatform.uischema.schema.CanonicalSchemaRef
Packages that use CanonicalSchemaRef
Package
Description
-
Uses of CanonicalSchemaRef in org.praxisplatform.uischema.action
Methods in org.praxisplatform.uischema.action that return CanonicalSchemaRefModifier and TypeMethodDescriptionActionDefinition.requestSchema()Returns the value of therequestSchemarecord component.ActionDefinition.responseSchema()Returns the value of theresponseSchemarecord component.Constructors in org.praxisplatform.uischema.action with parameters of type CanonicalSchemaRefModifierConstructorDescriptionActionDefinition(String id, String resourceKey, String resourcePath, String group, ActionScope scope, String title, String description, CanonicalOperationRef operation, CanonicalSchemaRef requestSchema, CanonicalSchemaRef responseSchema, int order, String successMessage, List<String> requiredAuthorities, List<String> allowedStates, List<String> tags) Creates an instance of aActionDefinitionrecord class. -
Uses of CanonicalSchemaRef in org.praxisplatform.uischema.schema
Methods in org.praxisplatform.uischema.schema that return CanonicalSchemaRefModifier and TypeMethodDescriptiondefault CanonicalSchemaRefSchemaReferenceResolver.requestSchema(String path, String method) default CanonicalSchemaRefSchemaReferenceResolver.requestSchema(CanonicalOperationRef operationRef) FilteredSchemaReferenceResolver.resolve(String path, String method, String schemaType, boolean includeInternalSchemas, String tenant, Locale locale, String idField, Boolean readOnly) FilteredSchemaReferenceResolver.resolve(CanonicalOperationRef operationRef, String schemaType) default CanonicalSchemaRefdefault CanonicalSchemaRefSchemaReferenceResolver.resolve(String path, String method, String schemaType, boolean includeInternalSchemas, String tenant, Locale locale) SchemaReferenceResolver.resolve(String path, String method, String schemaType, boolean includeInternalSchemas, String tenant, Locale locale, String idField, Boolean readOnly) Resolve a referencia canonica completa para o schema filtrado.SchemaReferenceResolver.resolve(CanonicalOperationRef operationRef, String schemaType) Resolve a referencia canonica de schema a partir de uma operacao previamente resolvida.default CanonicalSchemaRefSchemaReferenceResolver.responseSchema(String path, String method) default CanonicalSchemaRefSchemaReferenceResolver.responseSchema(CanonicalOperationRef operationRef) -
Uses of CanonicalSchemaRef in org.praxisplatform.uischema.surface
Methods in org.praxisplatform.uischema.surface that return CanonicalSchemaRefModifier and TypeMethodDescriptionSurfaceDefinition.schema()Returns the value of theschemarecord component.Constructors in org.praxisplatform.uischema.surface with parameters of type CanonicalSchemaRefModifierConstructorDescriptionSurfaceDefinition(String id, String resourceKey, String resourcePath, String group, SurfaceKind kind, SurfaceScope scope, String title, String description, String intent, String schemaType, CanonicalOperationRef operation, CanonicalSchemaRef schema, int order, List<String> requiredAuthorities, List<String> allowedStates, List<String> tags) Creates an instance of aSurfaceDefinitionrecord class.