Interface OperationName<D extends io.vertigo.datamodel.data.model.DataObject>
- Type Parameters:
D- the object associated to this operation
- All Superinterfaces:
Serializable
public interface OperationName<D extends io.vertigo.datamodel.data.model.DataObject>
extends Serializable
The name of the security operation.
- Author:
- npiedeloup
-
Method Summary
-
Method Details
-
name
String name()- Returns:
- the name of the operation (camel case)
-