|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Operation | |
|---|---|
| org.tynamo.security.jpa.annotations | |
| org.tynamo.security.jpa.internal | |
| Uses of Operation in org.tynamo.security.jpa.annotations |
|---|
| Methods in org.tynamo.security.jpa.annotations that return Operation | |
|---|---|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Operation in org.tynamo.security.jpa.internal |
|---|
| Methods in org.tynamo.security.jpa.internal with parameters of type Operation | |
|---|---|
void |
SecureEntityManager.checkWritePermissions(Object entity,
Operation writeOperation)
|
static String |
RequiresAnnotationUtil.getRequiredAssociation(Class<?> aClass,
Operation operation)
|
static String |
RequiresAnnotationUtil.getRequiredRole(Class<?> aClass,
Operation operation)
|
| Constructors in org.tynamo.security.jpa.internal with parameters of type Operation | |
|---|---|
SecureWriteAdvice(Operation writeOperation,
org.tynamo.security.services.SecurityService securityService,
javax.servlet.http.HttpServletRequest request,
org.apache.tapestry5.ioc.services.PropertyAccess propertyAccess)
Deprecated. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||