public class NuxeoCommandContext 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 |
|---|
NuxeoCommandContext(javax.portlet.PortletContext ctx)
Instantiates a new nuxeo command context.
|
NuxeoCommandContext(javax.portlet.PortletContext ctx,
javax.servlet.http.HttpServletRequest servletRequest)
Instantiates a new nuxeo command context.
|
NuxeoCommandContext(javax.portlet.PortletContext ctx,
javax.portlet.PortletRequest request)
Instantiates a new nuxeo command context.
|
NuxeoCommandContext(javax.portlet.PortletContext ctx,
org.jboss.portal.server.ServerInvocation serverInvocation)
Instantiates a new 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.
|
org.jboss.portal.core.controller.ControllerContext |
getControlerContext()
Gets the controler context.
|
javax.portlet.PortletContext |
getPortletContext()
Gets the portlet context.
|
Object |
getRequest()
Gets the request.
|
org.osivia.portal.core.cms.Satellite |
getSatellite() |
org.jboss.portal.server.ServerInvocation |
getServerInvocation()
Gets the server invocation.
|
boolean |
isAdministrator()
Checks if is administrator.
|
boolean |
isAsyncCacheRefreshing()
Checks if is async cache refreshing.
|
boolean |
isAsynchronousCommand()
Getter for asynchronousCommand.
|
boolean |
isAsynchronousUpdates()
Checks if is asynchronous updates.
|
boolean |
isForceReload()
Checks if is force reload.
|
void |
setAsyncCacheRefreshing(boolean isAsyncCacheRefreshing)
Sets the async cache refreshing.
|
void |
setAsynchronousCommand(boolean asynchronousCommand)
Setter for asynchronousCommand.
|
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.
|
void |
setForceReload(boolean forceReload)
Sets the force reload.
|
void |
setSatellite(org.osivia.portal.core.cms.Satellite satellite) |
void |
setServerInvocation(org.jboss.portal.server.ServerInvocation serverInvocation)
Sets the server invocation.
|
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 NuxeoCommandContext(javax.portlet.PortletContext ctx)
ctx - the ctxpublic NuxeoCommandContext(javax.portlet.PortletContext ctx,
javax.portlet.PortletRequest request)
ctx - the ctxrequest - the requestpublic NuxeoCommandContext(javax.portlet.PortletContext ctx,
org.jboss.portal.server.ServerInvocation serverInvocation)
ctx - the ctxserverInvocation - the server invocationpublic NuxeoCommandContext(javax.portlet.PortletContext ctx,
javax.servlet.http.HttpServletRequest servletRequest)
ctx - the ctxserverInvocation - the server invocationpublic org.osivia.portal.core.cms.Satellite getSatellite()
public void setSatellite(org.osivia.portal.core.cms.Satellite satellite)
satelliteName - public org.jboss.portal.server.ServerInvocation getServerInvocation()
public void setServerInvocation(org.jboss.portal.server.ServerInvocation serverInvocation)
serverInvocation - the new server invocationpublic boolean isForceReload()
public void setForceReload(boolean forceReload)
forceReload - the forceReload to setpublic boolean isAdministrator()
public 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 Object getRequest()
public javax.portlet.PortletContext getPortletContext()
public boolean isAsyncCacheRefreshing()
public void setAsyncCacheRefreshing(boolean isAsyncCacheRefreshing)
isAsyncCacheRefreshing - the new async cache refreshingpublic org.jboss.portal.core.controller.ControllerContext getControlerContext()
public boolean isAsynchronousCommand()
public void setAsynchronousCommand(boolean asynchronousCommand)
asynchronousCommand - the asynchronousCommand to setCopyright © 2019. All rights reserved.