Uses of Enum Class
org.praxisplatform.uischema.surface.SurfaceScope
Packages that use SurfaceScope
-
Uses of SurfaceScope in org.praxisplatform.uischema.surface
Methods in org.praxisplatform.uischema.surface that return SurfaceScopeModifier and TypeMethodDescriptionSurfaceCatalogItem.scope()Returns the value of thescoperecord component.SurfaceDefinition.scope()Returns the value of thescoperecord component.static SurfaceScopeReturns the enum constant of this class with the specified name.static SurfaceScope[]SurfaceScope.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 SurfaceScopeModifierConstructorDescriptionSurfaceCatalogItem(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.