Uses of Class
org.cxbox.core.service.action.ActionScope
-
Packages that use ActionScope Package Description org.cxbox.core.service.action -
-
Uses of ActionScope in org.cxbox.core.service.action
Methods in org.cxbox.core.service.action that return ActionScope Modifier and Type Method Description ActionScopeResponseServiceAction. getScope()static ActionScopeActionScope. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionScope[]ActionScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cxbox.core.service.action with parameters of type ActionScope Modifier and Type Method Description ActionDescriptionBuilder<T>ActionDescriptionBuilder. scope(ActionScope actionScope)
-