Uses of Record Class
org.praxisplatform.uischema.surface.SurfaceCatalogItem
Packages that use SurfaceCatalogItem
-
Uses of SurfaceCatalogItem in org.praxisplatform.uischema.capability
Methods in org.praxisplatform.uischema.capability that return types with arguments of type SurfaceCatalogItemModifier and TypeMethodDescriptionCapabilitySnapshot.surfaces()Returns the value of thesurfacesrecord component.Constructor parameters in org.praxisplatform.uischema.capability with type arguments of type SurfaceCatalogItemModifierConstructorDescriptionCapabilitySnapshot(String resourceKey, String resourcePath, String group, Object resourceId, Map<String, Boolean> canonicalOperations, List<SurfaceCatalogItem> surfaces, List<ActionCatalogItem> actions) Creates an instance of aCapabilitySnapshotrecord class. -
Uses of SurfaceCatalogItem in org.praxisplatform.uischema.surface
Methods in org.praxisplatform.uischema.surface that return types with arguments of type SurfaceCatalogItemModifier and TypeMethodDescriptionSurfaceCatalogResponse.surfaces()Returns the value of thesurfacesrecord component.Constructor parameters in org.praxisplatform.uischema.surface with type arguments of type SurfaceCatalogItemModifierConstructorDescriptionSurfaceCatalogResponse(String resourceKey, String resourcePath, String group, Object resourceId, List<SurfaceCatalogItem> surfaces) Creates an instance of aSurfaceCatalogResponserecord class.