Uses of Class
org.apache.archiva.redback.rest.api.model.v2.Operation
-
Packages that use Operation Package Description org.apache.archiva.redback.rest.api.model.v2 org.apache.archiva.redback.rest.api.services.v2 This is the V2 REST API of Redback.org.apache.archiva.redback.rest.services.v2 -
-
Uses of Operation in org.apache.archiva.redback.rest.api.model.v2
Methods in org.apache.archiva.redback.rest.api.model.v2 that return Operation Modifier and Type Method Description OperationPermission. getOperation()Methods in org.apache.archiva.redback.rest.api.model.v2 with parameters of type Operation Modifier and Type Method Description voidPermission. setOperation(Operation operation) -
Uses of Operation in org.apache.archiva.redback.rest.api.services.v2
Methods in org.apache.archiva.redback.rest.api.services.v2 that return types with arguments of type Operation Modifier and Type Method Description Collection<Operation>UserService. getCurrentUserOperations()Collection<Operation>UserService. getUserOperations(String userName) -
Uses of Operation in org.apache.archiva.redback.rest.services.v2
Methods in org.apache.archiva.redback.rest.services.v2 that return types with arguments of type Operation Modifier and Type Method Description Collection<Operation>DefaultUserService. getCurrentUserOperations()Collection<Operation>DefaultUserService. getUserOperations(String userName)
-