Package step.core.deployment
Class AbstractStepServices
java.lang.Object
step.framework.server.AbstractServices<User>
step.core.deployment.AbstractStepServices
- Direct Known Subclasses:
AbstractStepAsyncServices
,ApplicationServices
,AsyncTaskServices
,ControllerServices
,DataPoolPluginServices
,ErrorFilter
,ExportServices
,FunctionPackageServices
,GridServices
,ImportServices
,InteractiveServices
,NoSecurityFilter
,ObjectHookInterceptor
,QuotaManagerServices
,ReferenceFinderServices
,RemoteCollectionServices
,ResourceServices
,ScreenTemplateService
,ScriptEditorServices
,SettingsServices
,StagingRepositoryServices
,TableService
,ThreadManagerServices
,TimeSeriesService
,UserAccountServices
,ViewPluginServices
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ch.exense.commons.app.Configuration
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkRightsOnBehalfOf
(String right, String userOnBehalfOf) protected step.framework.server.access.AuthorizationManager<User,
step.framework.server.Session<User>> protected GlobalContext
protected ExecutionContext
getExecutionRunnable
(String executionID) protected step.core.objectenricher.ObjectEnricher
protected step.core.objectenricher.ObjectFilter
protected ExecutionScheduler
void
init()
Methods inherited from class step.framework.server.AbstractServices
getAbstractContext, getHttpSession, getSession, getSession, invalidateSession, setHttpServletRequest, setSession
-
Field Details
-
SESSION
- See Also:
-
configuration
protected ch.exense.commons.app.Configuration configuration
-
-
Constructor Details
-
AbstractStepServices
public AbstractStepServices()
-
-
Method Details
-
init
- Throws:
Exception
-
getContext
-
getScheduler
-
getExecutionRunnable
-
getObjectEnricher
protected step.core.objectenricher.ObjectEnricher getObjectEnricher() -
getObjectFilter
protected step.core.objectenricher.ObjectFilter getObjectFilter() -
getAuthorizationManager
-
checkRightsOnBehalfOf
-