Uses of Enum Class
org.praxisplatform.uischema.action.ActionScope
Packages that use ActionScope
-
Uses of ActionScope in org.praxisplatform.uischema.action
Methods in org.praxisplatform.uischema.action that return ActionScopeModifier and TypeMethodDescriptionActionCatalogItem.scope()Returns the value of thescoperecord component.ActionDefinition.scope()Returns the value of thescoperecord component.static ActionScopeReturns the enum constant of this class with the specified name.static ActionScope[]ActionScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.praxisplatform.uischema.action with parameters of type ActionScopeModifierConstructorDescriptionActionCatalogItem(String id, String resourceKey, ActionScope scope, String title, String description, String operationId, String path, String method, String requestSchemaId, String requestSchemaUrl, String responseSchemaId, String responseSchemaUrl, AvailabilityDecision availability, int order, String successMessage, List<String> tags) Creates an instance of aActionCatalogItemrecord class.ActionDefinition(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.