Package org.alfresco.rest.framework
Annotation Type Operation
-
@Target(METHOD) @Retention(RUNTIME) public @interface Operation
An Operation as on an entity in the Rest API Your method signature should have 4 parameters (uniqueId, typePassedin, Parameters, WithResponse), " use Void if you are not interested in the second argument.- Author:
- Gethin James
-
-
Element Detail
-
value
String value
-
-