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.Configurationstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckRightsOnBehalfOf(String right, String userOnBehalfOf) protected step.framework.server.access.AuthorizationManager<User,step.framework.server.Session<User>> protected GlobalContextprotected ExecutionContextgetExecutionRunnable(String executionID) protected step.core.objectenricher.ObjectEnricherprotected step.core.objectenricher.ObjectFilterprotected ExecutionSchedulervoidinit()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
-