Author: ilgrosso
Date: Tue Jan 14 10:40:45 2014
New Revision: 1558005
URL: http://svn.apache.org/r1558005
Log:
[SYNCOPE-151] Completing as per CXF-5353
Modified:
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ConfigurationService.java
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ConnectorService.java
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/NotificationService.java
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/PolicyService.java
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ReportService.java
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ResourceService.java
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/RoleService.java
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/SchemaService.java
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/TaskService.java
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/UserSelfService.java
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/UserService.java
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/WorkflowService.java
Modified:
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ConfigurationService.java
URL:
http://svn.apache.org/viewvc/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ConfigurationService.java?rev=1558005&r1=1558004&r2=1558005&view=diff
==============================================================================
---
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ConfigurationService.java
(original)
+++
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ConfigurationService.java
Tue Jan 14 10:40:45 2014
@@ -98,8 +98,7 @@ public interface ConfigurationService ex
* @return <tt>Response</tt> object featuring <tt>Location</tt> header of
created configuration
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring <tt>Location</tt>
header of created configuration")
+ @Description(target = DocTarget.RESPONSE, value = "Featuring
<tt>Location</tt> header of created configuration")
})
@POST
@Produces({ MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON })
Modified:
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ConnectorService.java
URL:
http://svn.apache.org/viewvc/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ConnectorService.java?rev=1558005&r1=1558004&r2=1558005&view=diff
==============================================================================
---
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ConnectorService.java
(original)
+++
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ConnectorService.java
Tue Jan 14 10:40:45 2014
@@ -141,8 +141,8 @@ public interface ConnectorService extend
* @return <tt>Response</tt> object featuring <tt>Location</tt> header of
created connector instance
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring <tt>Location</tt>
header of created connector instance")
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring <tt>Location</tt> header of created
connector instance")
})
@POST
@Consumes({ MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON })
Modified:
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/NotificationService.java
URL:
http://svn.apache.org/viewvc/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/NotificationService.java?rev=1558005&r1=1558004&r2=1558005&view=diff
==============================================================================
---
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/NotificationService.java
(original)
+++
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/NotificationService.java
Tue Jan 14 10:40:45 2014
@@ -68,8 +68,8 @@ public interface NotificationService ext
* @return <tt>Response</tt> object featuring <tt>Location</tt> header of
created notification
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring <tt>Location</tt>
header of created notification")
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring <tt>Location</tt> header of created
notification")
})
@POST
@Consumes({ MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON })
Modified:
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/PolicyService.java
URL:
http://svn.apache.org/viewvc/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/PolicyService.java?rev=1558005&r1=1558004&r2=1558005&view=diff
==============================================================================
---
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/PolicyService.java
(original)
+++
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/PolicyService.java
Tue Jan 14 10:40:45 2014
@@ -96,8 +96,7 @@ public interface PolicyService extends J
* @return <tt>Response</tt> object featuring <tt>Location</tt> header of
created policy
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring <tt>Location</tt>
header of created policy")
+ @Description(target = DocTarget.RESPONSE, value = "Featuring
<tt>Location</tt> header of created policy")
})
@POST
@Consumes({ MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON })
Modified:
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ReportService.java
URL:
http://svn.apache.org/viewvc/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ReportService.java?rev=1558005&r1=1558004&r2=1558005&view=diff
==============================================================================
---
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ReportService.java
(original)
+++
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ReportService.java
Tue Jan 14 10:40:45 2014
@@ -132,8 +132,7 @@ public interface ReportService extends J
* @return <tt>Response</tt> object featuring <tt>Location</tt> header of
created report
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring <tt>Location</tt>
header of created report")
+ @Description(target = DocTarget.RESPONSE, value = "Featuring
<tt>Location</tt> header of created report")
})
@POST
@Consumes({ MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON })
Modified:
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ResourceService.java
URL:
http://svn.apache.org/viewvc/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ResourceService.java?rev=1558005&r1=1558004&r2=1558005&view=diff
==============================================================================
---
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ResourceService.java
(original)
+++
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ResourceService.java
Tue Jan 14 10:40:45 2014
@@ -110,8 +110,8 @@ public interface ResourceService extends
* @return <tt>Response</tt> object featuring <tt>Location</tt> header of
created resource
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring <tt>Location</tt>
header of created resource")
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring <tt>Location</tt> header of created
resource")
})
@POST
@Consumes({ MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON })
@@ -159,8 +159,8 @@ public interface ResourceService extends
* @return <tt>Response</tt> object featuring {@link BulkActionResult} as
<tt>Entity</tt>
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring
<tt>BulkActionResult</tt> as <tt>Entity</tt>")
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring <tt>BulkActionResult</tt> as
<tt>Entity</tt>")
})
@POST
@Path("{resourceName}/bulkDeassociation/{attrType}/{type}")
Modified:
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/RoleService.java
URL:
http://svn.apache.org/viewvc/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/RoleService.java?rev=1558005&r1=1558004&r2=1558005&view=diff
==============================================================================
---
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/RoleService.java
(original)
+++
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/RoleService.java
Tue Jan 14 10:40:45 2014
@@ -207,8 +207,8 @@ public interface RoleService extends JAX
* enriched with propagation status information - {@link RoleTO} as
<tt>Entity</tt>
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring <tt>Location</tt>
header of created role as well as the "
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring <tt>Location</tt> header of created role as
well as the "
+ "role itself enriched with propagation status information -
<tt>RoleTO</tt> as <tt>Entity</tt>")
})
@POST
@@ -225,9 +225,9 @@ public interface RoleService extends JAX
* - {@link RoleTO} as <tt>Entity</tt>
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring the updated role
enriched with propagation status "
- + "information - <tt>RoleTO</tt> as <tt>Entity</tt>")
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring the updated role enriched with propagation
status information - "
+ + "<tt>RoleTO</tt> as <tt>Entity</tt>")
})
@POST
@Path("{roleId}")
@@ -243,9 +243,9 @@ public interface RoleService extends JAX
* - {@link RoleTO} as <tt>Entity</tt>
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring the deleted role
enriched with propagation status "
- + "information - <tt>RoleTO</tt> as <tt>Entity</tt>")
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring the deleted role enriched with propagation
status information - "
+ + "<tt>RoleTO</tt> as <tt>Entity</tt>")
})
@DELETE
@Path("{roleId}")
@@ -263,8 +263,8 @@ public interface RoleService extends JAX
* {@link org.apache.syncope.common.reqres.BulkActionResult} as
<tt>Entity</tt>
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring
<tt>BulkActionResult</tt> as <tt>Entity</tt>")
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring <tt>BulkActionResult</tt> as
<tt>Entity</tt>")
})
@POST
@Path("{roleId}/deassociate/{type}")
@@ -283,8 +283,8 @@ public interface RoleService extends JAX
* as <tt>Entity</tt>
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring
<tt>BulkActionResult</tt> as <tt>Entity</tt>")
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring <tt>BulkActionResult</tt> as
<tt>Entity</tt>")
})
@POST
@Path("{roleId}/associate/{type}")
Modified:
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/SchemaService.java
URL:
http://svn.apache.org/viewvc/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/SchemaService.java?rev=1558005&r1=1558004&r2=1558005&view=diff
==============================================================================
---
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/SchemaService.java
(original)
+++
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/SchemaService.java
Tue Jan 14 10:40:45 2014
@@ -80,8 +80,7 @@ public interface SchemaService extends J
* @return <tt>Response</tt> object featuring <tt>Location</tt> header of
created schema
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring <tt>Location</tt>
header of created schema")
+ @Description(target = DocTarget.RESPONSE, value = "Featuring
<tt>Location</tt> header of created schema")
})
@POST
@Consumes({ MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON })
Modified:
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/TaskService.java
URL:
http://svn.apache.org/viewvc/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/TaskService.java?rev=1558005&r1=1558004&r2=1558005&view=diff
==============================================================================
---
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/TaskService.java
(original)
+++
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/TaskService.java
Tue Jan 14 10:40:45 2014
@@ -172,8 +172,7 @@ public interface TaskService extends JAX
* @return <tt>Response</tt> object featuring <tt>Location</tt> header of
created task
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring <tt>Location</tt>
header of created task")
+ @Description(target = DocTarget.RESPONSE, value = "Featuring
<tt>Location</tt> header of created task")
})
@POST
@Consumes({ MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON })
Modified:
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/UserSelfService.java
URL:
http://svn.apache.org/viewvc/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/UserSelfService.java?rev=1558005&r1=1558004&r2=1558005&view=diff
==============================================================================
---
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/UserSelfService.java
(original)
+++
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/UserSelfService.java
Tue Jan 14 10:40:45 2014
@@ -47,9 +47,8 @@ public interface UserSelfService extends
* @see
org.apache.syncope.common.types.RESTHeaders#SELFREGISTRATION_ALLOWED
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> contains special Syncope HTTP
header indicating if user self registration "
- + "is allowed")
+ @Description(target = DocTarget.RESPONSE,
+ value = "Contains special Syncope HTTP header indicating if
user self registration is allowed")
})
@OPTIONS
Response getOptions();
@@ -71,8 +70,8 @@ public interface UserSelfService extends
* itself - {@link UserTO} as <tt>Entity</tt>
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring <tt>Location</tt>
header of self-registered user as well "
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring <tt>Location</tt> header of self-registered
user as well "
+ "as the user itself - {@link UserTO} as <tt>Entity</tt>")
})
@POST
@@ -88,8 +87,8 @@ public interface UserSelfService extends
* @return <tt>Response</tt> object featuring the updated user - {@link
UserTO} as <tt>Entity</tt>
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring the updated user -
<tt>UserTO</tt> as <tt>Entity</tt>")
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring the updated user - <tt>UserTO</tt> as
<tt>Entity</tt>")
})
@POST
@Path("{userId}")
@@ -103,8 +102,8 @@ public interface UserSelfService extends
* @return <tt>Response</tt> object featuring the deleted user - {@link
UserTO} as <tt>Entity</tt>
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring the deleted user -
<tt>UserTO</tt> as <tt>Entity</tt>")
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring the deleted user - <tt>UserTO</tt> as
<tt>Entity</tt>")
})
@DELETE
@Produces({ MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON })
Modified:
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/UserService.java
URL:
http://svn.apache.org/viewvc/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/UserService.java?rev=1558005&r1=1558004&r2=1558005&view=diff
==============================================================================
---
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/UserService.java
(original)
+++
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/UserService.java
Tue Jan 14 10:40:45 2014
@@ -59,8 +59,8 @@ public interface UserService extends JAX
* @return <tt>Response</tt> object featuring HTTP header with username
matching the given userId
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring HTTP header with
username matching the given userId")
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring HTTP header with username matching the
given userId")
})
@OPTIONS
@Path("{userId}/username")
@@ -73,8 +73,8 @@ public interface UserService extends JAX
* @return <tt>Response</tt> object featuring HTTP header with userId
matching the given username
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring HTTP header with
userId matching the given username")
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring HTTP header with userId matching the given
username")
})
@OPTIONS
@Path("{username}/userId")
@@ -201,8 +201,8 @@ public interface UserService extends JAX
* enriched with propagation status information - {@link UserTO} as
<tt>Entity</tt>
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring <tt>Location</tt>
header of created user as well as the "
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring <tt>Location</tt> header of created user as
well as the "
+ "user itself enriched with propagation status information -
<tt>UserTO</tt> as <tt>Entity</tt>")
})
@POST
@@ -219,9 +219,9 @@ public interface UserService extends JAX
* - {@link UserTO} as <tt>Entity</tt>
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring the updated user
enriched with propagation status "
- + "information - <tt>UserTO</tt> as <tt>Entity</tt>")
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring the updated user enriched with propagation
status information - "
+ + "<tt>UserTO</tt> as <tt>Entity</tt>")
})
@POST
@Path("{userId}")
@@ -238,9 +238,9 @@ public interface UserService extends JAX
* - {@link UserTO} as <tt>Entity</tt>
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring the updated user
enriched with propagation status "
- + "information - <tt>UserTO</tt> as <tt>Entity</tt>")
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring the updated user enriched with propagation
status information - "
+ + "<tt>UserTO</tt> as <tt>Entity</tt>")
})
@POST
@Path("{userId}/status")
@@ -256,9 +256,9 @@ public interface UserService extends JAX
* - {@link UserTO} as <tt>Entity</tt>
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring the deleted user
enriched with propagation status "
- + "information - <tt>UserTO</tt> as <tt>Entity</tt>")
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring the deleted user enriched with propagation
status information - "
+ + "<tt>UserTO</tt> as <tt>Entity</tt>")
})
@DELETE
@Path("{userId}")
@@ -274,8 +274,8 @@ public interface UserService extends JAX
* @return <tt>Response</tt> object featuring {@link BulkActionResult} as
<tt>Entity</tt>
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring
<tt>BulkActionResult</tt> as <tt>Entity</tt>")
+ @Description(target = DocTarget.RESPONSE,
+ value = "Featuring <tt>BulkActionResult</tt> as
<tt>Entity</tt>")
})
@POST
@Path("{userId}/bulkDeassociation/{type}")
@@ -293,8 +293,7 @@ public interface UserService extends JAX
* @return <tt>Response</tt> object featuring {@link BulkActionResult} as
<tt>Entity</tt>
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> object featuring
<tt>BulkActionResult</tt> as <tt>Entity</tt>")
+ @Description(target = DocTarget.RESPONSE, value = "Featuring
<tt>BulkActionResult</tt> as <tt>Entity</tt>")
})
@POST
@Path("{userId}/bulkAssociation/{type}")
Modified:
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/WorkflowService.java
URL:
http://svn.apache.org/viewvc/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/WorkflowService.java?rev=1558005&r1=1558004&r2=1558005&view=diff
==============================================================================
---
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/WorkflowService.java
(original)
+++
syncope/trunk/common/src/main/java/org/apache/syncope/common/services/WorkflowService.java
Tue Jan 14 10:40:45 2014
@@ -50,9 +50,8 @@ public interface WorkflowService extends
* @see org.apache.syncope.common.types.RESTHeaders#ACTIVITI_ROLE_ENABLED
*/
@Descriptions({
- @Description(target = DocTarget.RETURN,
- value = "<tt>Response</tt> contains special syncope HTTP
header indicating if Activiti is enabled for "
- + "users / roles")
+ @Description(target = DocTarget.RESPONSE,
+ value = "Contains special syncope HTTP header indicating if
Activiti is enabled for users / roles")
})
@OPTIONS
Response getOptions(@PathParam("kind") AttributableType kind);