public class PortletNuxeoCommandContext extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
asynchronousUpdates
The asynchronous updates.
|
static int |
AUTH_TYPE_ANONYMOUS
The auth type anonymous.
|
static int |
AUTH_TYPE_PROFIL
The auth type profil.
|
static int |
AUTH_TYPE_SUPERUSER
The auth type superuser.
|
static int |
AUTH_TYPE_USER
The auth type user.
|
| Constructor and Description |
|---|
PortletNuxeoCommandContext(javax.portlet.PortletContext ctx,
javax.portlet.PortletRequest request)
Instantiates a new portlet nuxeo command context.
|
| Modifier and Type | Method and Description |
|---|---|
org.osivia.portal.core.profils.ProfilBean |
getAuthProfil()
Gets the auth profil.
|
int |
getAuthType()
Gets the auth type.
|
long |
getCacheTimeOut()
Gets the cache time out.
|
int |
getCacheType()
Gets the cache type.
|
javax.portlet.PortletContext |
getPortletContext()
Gets the portlet context.
|
javax.portlet.PortletRequest |
getRequest()
Gets the request.
|
boolean |
isAsynchronousUpdates()
Checks if is asynchronous updates.
|
void |
setAsynchronousUpdates(boolean asynchronousUpdates)
Sets the asynchronous updates.
|
void |
setAuthProfil(org.osivia.portal.core.profils.ProfilBean profil)
Sets the auth profil.
|
void |
setAuthType(int authType)
Sets the auth type.
|
void |
setCacheTimeOut(long cacheTimeOut)
Sets the cache time out.
|
void |
setCacheType(int cacheType)
Sets the cache type.
|
public static int AUTH_TYPE_ANONYMOUS
public static int AUTH_TYPE_USER
public static int AUTH_TYPE_PROFIL
public static int AUTH_TYPE_SUPERUSER
public boolean asynchronousUpdates
public PortletNuxeoCommandContext(javax.portlet.PortletContext ctx,
javax.portlet.PortletRequest request)
ctx - the ctxrequest - the requestpublic boolean isAsynchronousUpdates()
public void setAsynchronousUpdates(boolean asynchronousUpdates)
asynchronousUpdates - the new asynchronous updatespublic long getCacheTimeOut()
public void setCacheTimeOut(long cacheTimeOut)
cacheTimeOut - the new cache time outpublic int getCacheType()
public void setCacheType(int cacheType)
cacheType - the new cache typepublic int getAuthType()
public void setAuthType(int authType)
authType - the new auth typepublic org.osivia.portal.core.profils.ProfilBean getAuthProfil()
public void setAuthProfil(org.osivia.portal.core.profils.ProfilBean profil)
profil - the new auth profilpublic javax.portlet.PortletRequest getRequest()
public javax.portlet.PortletContext getPortletContext()
Copyright © 2019. All rights reserved.