Uses of Record Class
org.praxisplatform.uischema.openapi.CanonicalOperationRef
Packages that use CanonicalOperationRef
Package
Description
-
Uses of CanonicalOperationRef in org.praxisplatform.uischema.action
Methods in org.praxisplatform.uischema.action that return CanonicalOperationRefModifier and TypeMethodDescriptionActionDefinition.operation()Returns the value of theoperationrecord component.Constructors in org.praxisplatform.uischema.action with parameters of type CanonicalOperationRefModifierConstructorDescriptionActionDefinition(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 CanonicalOperationRef in org.praxisplatform.uischema.openapi
Methods in org.praxisplatform.uischema.openapi that return CanonicalOperationRefModifier and TypeMethodDescriptionResolve uma referencia canonica de rota a partir depath + method.CanonicalOperationResolver.resolve(org.springframework.web.method.HandlerMethod handlerMethod, org.springframework.web.servlet.mvc.method.RequestMappingInfo mappingInfo) Resolve uma referencia canonica completa a partir do handler e do mapping do Spring MVC.OpenApiCanonicalOperationResolver.resolve(org.springframework.web.method.HandlerMethod handlerMethod, org.springframework.web.servlet.mvc.method.RequestMappingInfo mappingInfo) Methods in org.praxisplatform.uischema.openapi that return types with arguments of type CanonicalOperationRefModifier and TypeMethodDescriptionCanonicalOperationResolver.resolveByOperationId(String operationId) Procura uma operacao documentada pelo seuoperationId.OpenApiCanonicalOperationResolver.resolveByOperationId(String operationId) -
Uses of CanonicalOperationRef in org.praxisplatform.uischema.schema
Methods in org.praxisplatform.uischema.schema with parameters of type CanonicalOperationRefModifier and TypeMethodDescriptiondefault CanonicalSchemaRefSchemaReferenceResolver.requestSchema(CanonicalOperationRef operationRef) FilteredSchemaReferenceResolver.resolve(CanonicalOperationRef operationRef, String schemaType) SchemaReferenceResolver.resolve(CanonicalOperationRef operationRef, String schemaType) Resolve a referencia canonica de schema a partir de uma operacao previamente resolvida.default CanonicalSchemaRefSchemaReferenceResolver.responseSchema(CanonicalOperationRef operationRef) -
Uses of CanonicalOperationRef in org.praxisplatform.uischema.surface
Methods in org.praxisplatform.uischema.surface that return CanonicalOperationRefModifier and TypeMethodDescriptionSurfaceDefinition.operation()Returns the value of theoperationrecord component.Constructors in org.praxisplatform.uischema.surface with parameters of type CanonicalOperationRefModifierConstructorDescriptionSurfaceDefinition(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.