|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.orion.sdata.servlet.accpac.PortletResourceKind
public class PortletResourceKind
The PortletResourceKind class implements the ResourceKind
interface
to provide the Accpac portlet resource(s) that are allowed to be accessed by
the signed-on user.
Note that PortletResourceKind
supports only GET operation for portlet
resource(s) and schema. And it does not support paging for the feed.
Constructor Summary | |
---|---|
PortletResourceKind(ApplicationContext applicationContext,
ResourceContext resourceContext)
create an instance of the PortletResourceKind class in the given
contexts. |
Method Summary | |
---|---|
java.lang.String |
getInstance()
|
java.lang.String |
getName()
|
ResourceResponse |
handleRequest(SDataRequest request,
AsyncStatusListener listener)
Handle the specified request, passing information to the listener if there is one. |
void |
shutdown()
Shut down the resource kind. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortletResourceKind(ApplicationContext applicationContext, ResourceContext resourceContext)
PortletResourceKind
class in the given
contexts.
applicationContext
- a ApplicationContext
in which the resource kind livesresourceContext
- a ResourceContext
in which the resource kind livesMethod Detail |
---|
public java.lang.String getInstance()
getInstance
in interface ResourceKind
public java.lang.String getName()
getName
in interface ResourceKind
public ResourceResponse handleRequest(SDataRequest request, AsyncStatusListener listener)
Note that even if an implementation is not thread-safe it must allow for
the ResourceKind.shutdown()
call to execute in parallel.
Note that this resource kind supports just GET operation for portlet resource(s) and schema
handleRequest
in interface ResourceKind
request
- the request to handlelistener
- null or a listener than can be used for asynchronous tasks to
monitor progress.
ResourceResponse
to the requestpublic void shutdown()
ResourceKind.handleRequest(SDataRequest, AsyncStatusListener)
.
shutdown
in interface ResourceKind
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |