Uses of Enum Class
org.praxisplatform.uischema.surface.SurfaceKind
Packages that use SurfaceKind
-
Uses of SurfaceKind in org.praxisplatform.uischema.surface
Methods in org.praxisplatform.uischema.surface that return SurfaceKindModifier and TypeMethodDescriptionSurfaceCatalogItem.kind()Returns the value of thekindrecord component.SurfaceDefinition.kind()Returns the value of thekindrecord component.static SurfaceKindReturns the enum constant of this class with the specified name.static SurfaceKind[]SurfaceKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.praxisplatform.uischema.surface with parameters of type SurfaceKindModifierConstructorDescriptionSurfaceCatalogItem(String id, String resourceKey, SurfaceKind kind, SurfaceScope scope, String title, String description, String intent, String operationId, String path, String method, String schemaId, String schemaUrl, AvailabilityDecision availability, int order, List<String> tags) Creates an instance of aSurfaceCatalogItemrecord class.SurfaceDefinition(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.