com.jaspersoft.jasperserver.ws.axis2.repository
Class ContentResourceHandler
java.lang.Object
com.jaspersoft.jasperserver.ws.axis2.repository.RepositoryResourceHandler
com.jaspersoft.jasperserver.ws.axis2.repository.ContentResourceHandler
- All Implemented Interfaces:
- ResourceHandler
public class ContentResourceHandler
- extends RepositoryResourceHandler
- Version:
- $Id: ContentResourceHandler.java 9948 2007-09-07 12:52:21Z lucian $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
Method Summary |
protected void |
addMainAttachment(ResourceDescriptor descriptor,
ResultAttachments attachments,
RepositoryServiceContext serviceContext)
|
protected void |
addSubAttachments(ContentResource contentRes,
ResultAttachments attachments,
RepositoryServiceContext serviceContext)
|
protected void |
doDescribe(Resource resource,
ResourceDescriptor descriptor,
java.util.Map arguments,
RepositoryServiceContext serviceContext)
|
void |
getAttachments(Resource resource,
java.util.Map arguments,
ResourceDescriptor descriptor,
ResultAttachments attachments,
RepositoryServiceContext serviceContext)
|
java.lang.Class |
getResourceType()
|
protected void |
updateResource(Resource resource,
ResourceDescriptor descriptor,
RepositoryServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentResourceHandler
public ContentResourceHandler()
getResourceType
public java.lang.Class getResourceType()
doDescribe
protected void doDescribe(Resource resource,
ResourceDescriptor descriptor,
java.util.Map arguments,
RepositoryServiceContext serviceContext)
throws WSException
- Specified by:
doDescribe
in class RepositoryResourceHandler
- Throws:
WSException
updateResource
protected void updateResource(Resource resource,
ResourceDescriptor descriptor,
RepositoryServiceContext serviceContext)
throws WSException
- Specified by:
updateResource
in class RepositoryResourceHandler
- Throws:
WSException
getAttachments
public void getAttachments(Resource resource,
java.util.Map arguments,
ResourceDescriptor descriptor,
ResultAttachments attachments,
RepositoryServiceContext serviceContext)
- Specified by:
getAttachments
in interface ResourceHandler
- Overrides:
getAttachments
in class RepositoryResourceHandler
addMainAttachment
protected void addMainAttachment(ResourceDescriptor descriptor,
ResultAttachments attachments,
RepositoryServiceContext serviceContext)
addSubAttachments
protected void addSubAttachments(ContentResource contentRes,
ResultAttachments attachments,
RepositoryServiceContext serviceContext)
Copyright © 2007. All Rights Reserved.