public abstract class BpiAction extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
DEFAULT_POSITION |
protected static int |
DEFAULT_SIZE |
| Constructor and Description |
|---|
BpiAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFetchGroup(javax.servlet.http.HttpServletRequest req)
Get fetchGroup parameter.
|
abstract void |
perform(org.openmdx.base.naming.Path path,
javax.jdo.PersistenceManager pm,
BpiPlugIn plugIn,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Perform action.
|
protected static final int DEFAULT_POSITION
protected static final int DEFAULT_SIZE
public abstract void perform(org.openmdx.base.naming.Path path,
javax.jdo.PersistenceManager pm,
BpiPlugIn plugIn,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws org.openmdx.base.exception.ServiceException,
IOException
path - pm - plugIn - req - resp - org.openmdx.base.exception.ServiceExceptionIOExceptionpublic String getFetchGroup(javax.servlet.http.HttpServletRequest req)
req - This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.